The edit modes. More...
Public Member Functions | |
EditMode (int value) | |
Constructs a EditMode of an integer value. More... | |
EditMode (EditMode enum_) | |
Constructs a copy of a EditMode object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static EditMode | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
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.
EditMode | ( | int | value | ) |
Constructs a EditMode of an integer value.
value | Integer value to convert to enumeration constant. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
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.