#include <qevent.h>

Public Member Functions |
|
| QKeyEvent (Type type, int key, Qt::KeyboardModifiers modifiers, const QString &text=QString(), bool autorep=false, ushort count=1) | |
| ~QKeyEvent () | |
| int | key () const |
| bool | matches (QKeySequence::StandardKey key) const |
| Qt::KeyboardModifiers | modifiers () const |
| QString | text () const |
| bool | isAutoRepeat () const |
| int | count () const |
| bool | hasExtendedInfo () const |
| quint32 | nativeScanCode () const |
| quint32 | nativeVirtualKey () const |
| quint32 | nativeModifiers () const |
Static Public Member Functions |
|
| static QKeyEvent * | createExtendedKeyEvent (Type type, int key, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString &text=QString(), bool autorep=false, ushort count=1) |
Protected Attributes |
|
| QString | txt |
| int | k |
| ushort | c |
| uint | autor:1 |
| ~QKeyEvent | ( | ) |
| int key | ( | ) | const [inline] |
| bool matches | ( | QKeySequence::StandardKey | key | ) | const |
| Qt::KeyboardModifiers modifiers | ( | ) | const |
Reimplemented from QInputEvent.
| QString text | ( | ) | const [inline] |
| bool isAutoRepeat | ( | ) | const [inline] |
| int count | ( | ) | const [inline] |
| bool hasExtendedInfo | ( | ) | const [inline] |
| quint32 nativeScanCode | ( | ) | const |
| quint32 nativeVirtualKey | ( | ) | const |
| quint32 nativeModifiers | ( | ) | const |
int k
[protected] |
ushort c
[protected] |
uint autor
[protected] |