Changes to the display or interactivity state of an object.
Functions | |
virtual void | SubobjectSelectionChanged (NodeKeyTab &nodes) |
Subobject selection changed. More... | |
virtual void | SelectionChanged (NodeKeyTab &nodes) |
Nodes selected or deselected. More... | |
virtual void | HideChanged (NodeKeyTab &nodes) |
Nodes hidden or unhidden. More... | |
virtual void | FreezeChanged (NodeKeyTab &nodes) |
Nodes frozen or unfrozen. More... | |
virtual void | DisplayOtherEvent (NodeKeyTab &nodes) |
All other display or interaction node events. More... | |
|
inlinevirtual |
Subobject selection changed.
[in] | nodes | The node list, provided as AnimHandles. |
|
inlinevirtual |
Nodes selected or deselected.
[in] | nodes | The node list, provided as AnimHandles. |
|
inlinevirtual |
Nodes hidden or unhidden.
[in] | nodes | The node list, provided as AnimHandles. |
|
inlinevirtual |
Nodes frozen or unfrozen.
[in] | nodes | The node list, provided as AnimHandles. |
|
inlinevirtual |
All other display or interaction node events.
For example, turning on trajectory mode or link display mode.
[in] | nodes | The node list, provided as AnimHandles. |