KKeyServer::Key Struct Reference
#include <kkeyserver_x11.h>
Detailed Description
Represents a key press.
- See also:
- KKey
Definition at line 137 of file kkeyserver_x11.h.
Public Types | |
enum | { CODE_FOR_QT = 256 } |
Public Member Functions | |
bool | init (const KKey &key, bool bQt) |
bool | isNative () const |
uint | code () const |
uint | mod () const |
uint | sym () const |
int | keyCodeQt () const |
void | setKeycodeQt (int keyQt) |
Key & | operator= (const KKeyNative &key) |
int | compare (const Key &key) const |
bool | operator== (const Key &b) const |
bool | operator< (const Key &b) const |
KKey | key () const |
Public Attributes | |
uint | m_code |
uint | m_mod |
uint | m_sym |
Member Enumeration Documentation
|
Code for native Keys in Qt.
Definition at line 140 of file kkeyserver_x11.h. |
Member Function Documentation
|
Returns the code of the key.
Definition at line 174 of file kkeyserver_x11.h. |
|
Compares this key with the given Key object. Returns a negative number if the given Key is larger, 0 if they are equal and a positive number this Key is larger. The returned value is the difference between the symbol, modifier or code, whatever is non-zero first.
|
|
Initializes the key with a KKey.
|
|
Checks whether the key code is a native code.
Definition at line 168 of file kkeyserver_x11.h. |
|
|
|
Returns the qt key code.
Definition at line 192 of file kkeyserver_x11.h. |
|
Returns the modifiers of the key.
Definition at line 180 of file kkeyserver_x11.h. |
|
Compares the symbol, modifiers and code of both keys.
Definition at line 231 of file kkeyserver_x11.h. |
|
Initializes this key with a KKeyNative.
|
|
Compares the symbol, modifiers and code of both keys.
Definition at line 224 of file kkeyserver_x11.h. |
|
Sets the qt key code.
Definition at line 198 of file kkeyserver_x11.h. |
|
Returns the symbol of the key.
Definition at line 186 of file kkeyserver_x11.h. |
Member Data Documentation
|
The code of the key.
Definition at line 143 of file kkeyserver_x11.h. |
|
The modifiers of the key.
Definition at line 146 of file kkeyserver_x11.h. |
|
The symbol of the key.
Definition at line 149 of file kkeyserver_x11.h. |
The documentation for this struct was generated from the following file: