maxon.GraphModelInterface.MODIFIED¶
Description¶
These flags are reported by GraphModelInterface.GetModificationsSince()
to tell which properties of the node have changed.
Inheritance diagram¶
Inheritance
Attributes¶
Mask to test for attribute changes. |
|
Children of the node have been removed. |
|
The graph has changed completely. |
|
Mask to test for connection changes of ports. |
|
Mask to test for changes to attributes belonging to the data model of the graph (non-meta, non-user-state attributes). |
|
Derived attributes of the node have changed. |
|
Direct non-meta attributes of the node have changed. |
|
Mask to test for changes to direct attributes (whether meta or non-meta). |
|
Direct meta attributes of the node have changed (see |
|
Inherited attributes (derived from left to right) of the node have changed. |
|
Input connections of the port have changed. |
|
The node has been added. |
|
Mask to test for added or removed nodes. |
|
No flag. |
|
Output connections of the port have changed. |
|
This is set to indicate a special change, the exact meaning is graph-specific. |
|
This is set to indicate a special change, the exact meaning is graph-specific. |
|
Mask to test for any structural change (changed connections, added or removed nodes). |
|
Synthesized attributes (derived from right to left) of the node have changed. |
|
User state attributes of the node have changed (see |