The edit modes. More...
Public Member Functions | |
| EditMode (int mValue) | |
| EditMode (EditMode enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static EditMode | swigToEnum (int swigValue) |
| static EditMode | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
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. More... | |
The edit modes.
| int getValue | ( | ) |
|
static |
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.