Inheritance diagram for StrucNode:
Public Member Functions | |
virtual void | hideUnhideChildNodes (Canvas *canvas, NodeAddress &na, bool hide) |
Sets or clears the NODEFLAG_SHOWHIDDEN flag on all nodes in the feature structure. | |
virtual void | unhideChildNode (Canvas *canvas, NodeAddress &addr, int index) |
Sets the NODEFLAG_SHOWHIDDEN flag on one child node. | |
Public Attributes | |
TypeNode * | type |
The type of the feature structure. | |
List * | featvals |
The list of features and their values. |
|
Sets or clears the NODEFLAG_SHOWHIDDEN flag on all nodes in the feature structure. If the flag is set, and the node is hidden, the node is drawn grayed out even if the global "show hidden" option is not set. Reimplemented from GenericNode. |
|
Sets the NODEFLAG_SHOWHIDDEN flag on one child node.
Reimplemented from GenericNode. |
|
The list of features and their values.
|
|
The type of the feature structure.
|