|
HDK
|
#include <UNI_Graph.h>
Public Member Functions | |
| ChangeBlock (UNI_Graph &graph, UNI_GraphChangeType change_type) | |
| ~ChangeBlock () | |
| void | resetGraph () |
| Clear the graph; used only when the graph has been deleted. More... | |
| UNI_Graph * | graph () const |
| Returns the graph that changed. More... | |
| UNI_GraphChangeType | changeType () const |
| Returns the types of changes that occurred in the graph. More... | |
| void | addChangeType (UNI_GraphChangeType change_type) |
| Reports a change that occurred in the graph. More... | |
Utility class for invoking a graph's change callbacks. See the comment about ChangeCallback function.
Definition at line 443 of file UNI_Graph.h.
|
explicit |
| UNI_Graph::ChangeBlock::~ChangeBlock | ( | ) |
|
inline |
Reports a change that occurred in the graph.
Definition at line 464 of file UNI_Graph.h.
|
inline |
Returns the types of changes that occurred in the graph.
Definition at line 460 of file UNI_Graph.h.
|
inline |
Returns the graph that changed.
Definition at line 456 of file UNI_Graph.h.
|
inline |
Clear the graph; used only when the graph has been deleted.
Definition at line 452 of file UNI_Graph.h.