Graph Maker
|
Class used for property change tracking management to for example only refresh parts of a graph based on properties that affect only that part of the graph. More...
Public Member Functions | |
delegate void | ObjChangedHandler () |
void | Changed () |
void | UnsubscribeAllHandlers () |
Public Attributes | |
bool | changesPaused |
bool | changePaused |
Events | |
ObjChangedHandler | OnChange |
Class used for property change tracking management to for example only refresh parts of a graph based on properties that affect only that part of the graph.
void WMG_Change_Obj.Changed | ( | ) |
delegate void WMG_Change_Obj.ObjChangedHandler | ( | ) |
void WMG_Change_Obj.UnsubscribeAllHandlers | ( | ) |
bool WMG_Change_Obj.changePaused |
bool WMG_Change_Obj.changesPaused |
ObjChangedHandler WMG_Change_Obj.OnChange |