BFModule.BFGTLUtils.EnumerationNode#
- class BFModule.BFGTLUtils.EnumerationNode#
Bases:
BaseNode
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: BFModule.BFGTLUtils.EnumerationNode) -> None
__init__(self: BFModule.BFGTLUtils.EnumerationNode, enumerationNode: BFModule.BFGTLUtils.EnumerationNode) -> None
__init__(self: BFModule.BFGTLUtils.EnumerationNode, baseNode: BFModule.BFGTLUtils.BaseNode) -> None
Methods
__init__
(*args, **kwargs)Overloaded function.
assign
(self, arg0)Attributes
Retrieve the node description.
Retrieve the node display name.
Return a list of the enumeration entry nodes.
The selected enumeration entry.
The number of child node entries in this enumeration.
The name of the currently selected enumeration entry.
A list of the enumeration entry names, in the original order.
The symbolic name of the currently selected enumeration entry.
A list of the enumeration entry symbolic names, in the original order.
The integer value of the currently selected enumeration entry.
A list of the enumeration entry values, in the original order.
Retrieve the node name.
Retrieve the node accessibility.
Retrieve the node type.
Retrieve the node tool-tip.
This instance represents a valid node.
Check if node in NULL or not valid.
- property Entry#
The selected enumeration entry.
- Type:
- property EntrySymbolics#
A list of the enumeration entry symbolic names, in the original order.
- Type:
- property NodeAccess#
Retrieve the node accessibility.
- Type:
- property NodeType#
Retrieve the node type.
- Type:
- property Valid#
This instance represents a valid node.
- Getter:
Returns true if valid, false otherwise
- Type:
BFGTLUtilBool
- assign(self: BFModule.BFGTLUtils.EnumerationNode, arg0: BFModule.BFGTLUtils.BaseNode) BFModule.BFGTLUtils.EnumerationNode #
- property isNull#
Check if node in NULL or not valid.
- Getter:
Returns true if NULL, false otherwise
- Type:
BFGTLUtilBool