Echo modes that specify how to format the display text in a TextEditBuffer. More...
Public Member Functions | |
EchoMode (int value) | |
Constructs a EchoMode of an integer value. More... | |
EchoMode (EchoMode enum_) | |
Constructs a copy of a EchoMode 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 EchoMode | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
static EchoMode | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
NoEcho =(1) | |
The characters are not visible. | |
Normal =(0) | |
The characters are visible. | |
Password =(2) | |
Kanzi masks each character with the character set using TextEditBuffer::setPasswordMaskingCharacter(). | |
Echo modes that specify how to format the display text in a TextEditBuffer.
EchoMode | ( | int | value | ) |
Constructs a EchoMode 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. |