Echo modes that specify how to format the display text in a TextEditBuffer. More...
Public Member Functions | |
EchoMode (EchoMode enum_) | |
Constructs a copy of a EchoMode object. | |
EchoMode (int value) | |
Constructs a EchoMode 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 EchoMode | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. | |
static EchoMode | toEnum (int value) |
Converts an integer value to the matching enumeration constant. | |
Echo modes that specify how to format the display text in a TextEditBuffer.
Constructs a EchoMode of an integer value.
value | Integer value to convert to enumeration constant. |
Constructs a copy of a EchoMode object.
enum_ | EchoMode 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.