|
| uiExtraIntKeyDesc (const char *statestr=0, const char *keystr=0, int val=1) |
|
| uiExtraIntKeyDesc (const uiExtraIntKeyDesc &) |
|
bool | operator== (const uiExtraIntKeyDesc &ev) const |
|
bool | set (const char *statestr, const char *keystr, int val) |
|
void | setIntLabel (const uiString &lbl) |
|
int | getIntValue () const |
|
const uiString & | getLabel () const |
|
| uiKeyDesc (const char *statestr=0, const char *keystr=0) |
|
virtual | ~uiKeyDesc () |
|
bool | operator== (const uiKeyDesc &ev) const |
|
bool | set (const char *statestr, const char *keystr) |
|
BufferString | getKeySequenceStr () const |
|
OD::ButtonState | state () const |
|
void | setState (OD::ButtonState bs) |
|
virtual int | key () const |
|
void | setKey (int k) |
|
char | asciiChar () const |
|
bool | isSimpleAscii () const |
|
const char * | stateStr () const |
|
const char * | keyStr () const |
|
| uiKeyDesc (mQtclass(QKeyEvent *)) |
|