The edit modes. More...
Public Member Functions | |
| EditMode (EditMode enum_) | |
| Constructs a copy of a EditMode object. | |
| EditMode (int value) | |
| Constructs a EditMode of an integer value. | |
| int | getValue () |
| Returns the integer value of the enumeration constant. | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
| static EditMode | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static EditMode | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| Automatic =(0) | |
| A Text Box node enters the editing state when the node gets the focus, and leaves the editing state when the node loses the focus. | |
| Triggered =(1) | |
| A Text Box enters the editing state on a trigger, and remains in this state until another trigger makes the node leave the editing state. | |
The edit modes.
Constructs a EditMode of an integer value.
| value | Integer value to convert to enumeration constant. |
Constructs a copy of a EditMode object.
| enum_ | EditMode to be copy constructed. |
| int getValue | ( | ) |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |
| Triggered =(1) |
A Text Box enters the editing state on a trigger, and remains in this state until another trigger
makes the node leave the editing state.
To enter the editing state use the EnterEditingStateMessage
message or the TextBoxConceptImpl::enterEditingState() method. To leave the editing state use the
LeaveEditingStateMessage message or the TextBoxConceptImpl::leaveEditingState() method.