![]() |
Qt 4.8
|
#include <qkeymapper_p.h>
Public Functions | |
| void | clearMappings () |
| void | clearRecordedKeys () |
| void | deleteLayouts () |
| bool | isADeadKey (unsigned int vk_key, unsigned int modifiers) |
| QList< int > | possibleKeys (QKeyEvent *e) |
| QKeyMapperPrivate () | |
| bool | translateKeyEvent (QWidget *receiver, const MSG &msg, bool grab) |
| void | updateKeyMap (const MSG &msg) |
| void | updatePossibleKeyCodes (unsigned char *kbdBuffer, quint32 scancode, quint32 vk_key) |
| ~QKeyMapperPrivate () | |
Public Functions inherited from QObjectPrivate | |
| void | _q_reregisterTimers (void *pointer) |
| void | addConnection (int signal, Connection *c) |
| void | cleanConnectionLists () |
| void | connectNotify (const char *signal) |
| void | deleteChildren () |
| void | disconnectNotify (const char *signal) |
| bool | isSender (const QObject *receiver, const char *signal) const |
| bool | isSignalConnected (uint signalIdx) const |
| Returns true if the signal with index signal_index from object sender is connected. More... | |
| void | moveToThread_helper () |
| QObjectPrivate (int version=QObjectPrivateVersion) | |
| QObjectList | receiverList (const char *signal) const |
| QObjectList | senderList () const |
| void | setParent_helper (QObject *) |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
| int | signalIndex (const char *signalName) const |
| Returns the signal index used in the internal connectionLists vector. More... | |
| virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
| virtual | ~QObjectData ()=0 |
Public Variables | |
| Qt::LayoutDirection | keyboardInputDirection |
| QLocale | keyboardInputLocale |
| KeyboardLayoutItem * | keyLayout [256] |
Public Variables inherited from QObjectPrivate | |
| union { | |
| QObject * currentChildBeingDeleted | |
| QAbstractDeclarativeData * declarativeData | |
| }; | |
| quint32 | connectedSignals [2] |
| QObjectConnectionListVector * | connectionLists |
| Sender * | currentSender |
| QList< QPointer< QObject > > | eventFilters |
| ExtraData * | extraData |
| QString | objectName |
| Connection * | senders |
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
| QThreadData * | threadData |
| void * | unused |
Public Variables inherited from QObjectData | |
| uint | blockSig: 1 |
| QObjectList | children |
| uint | hasGuards: 1 |
| uint | inEventHandler: 1 |
| uint | inThreadChangeEvent: 1 |
| uint | isWidget: 1 |
| QMetaObject * | metaObject |
| uint | ownObjectName: 1 |
| QObject * | parent |
| uint | pendTimer: 1 |
| int | postedEvents |
| QObject * | q_ptr |
| uint | receiveChildEvents: 1 |
| uint | sendChildEvents: 1 |
| uint | unused: 22 |
| uint | wasDeleted: 1 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QObjectPrivate | |
| static void | clearGuards (QObject *) |
| static QObjectPrivate * | get (QObject *o) |
| static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
| static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
| static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Definition at line 145 of file qkeymapper_p.h.
| QKeyMapperPrivate::QKeyMapperPrivate | ( | ) |
| QKeyMapperPrivate::~QKeyMapperPrivate | ( | ) |
| void QKeyMapperPrivate::clearMappings | ( | ) |
Definition at line 696 of file qkeymapper_mac.cpp.
| void QKeyMapperPrivate::clearRecordedKeys | ( | ) |
Definition at line 651 of file qkeymapper_win.cpp.
| void QKeyMapperPrivate::deleteLayouts | ( | ) |
Definition at line 684 of file qkeymapper_mac.cpp.
| bool QKeyMapperPrivate::isADeadKey | ( | unsigned int | vk_key, |
| unsigned int | modifiers | ||
| ) |
Definition at line 760 of file qkeymapper_win.cpp.
Definition at line 703 of file qkeymapper_mac.cpp.
Referenced by isADeadKey(), and qt_XTranslateKey().
Definition at line 725 of file qkeymapper_mac.cpp.
Referenced by QMacInputContext::globalEventProcessor(), QApplicationPrivate::globalEventProcessor(), isADeadKey(), qt_dispatchKeyEvent(), qt_keyrelease_scanner(), QtWndProc(), and QApplication::x11ProcessEvent().
| void QKeyMapperPrivate::updateKeyMap | ( | const MSG & | msg | ) |
Definition at line 895 of file qkeymapper_mac.cpp.
Referenced by QApplicationPrivate::globalEventProcessor(), qt_dispatchKeyEvent(), QtWndProc(), and setKbdState().
| void QKeyMapperPrivate::updatePossibleKeyCodes | ( | unsigned char * | kbdBuffer, |
| quint32 | scancode, | ||
| quint32 | vk_key | ||
| ) |
Definition at line 675 of file qkeymapper_win.cpp.
| Qt::LayoutDirection QKeyMapperPrivate::keyboardInputDirection |
Definition at line 156 of file qkeymapper_p.h.
Referenced by QApplication::keyboardInputDirection().
| QLocale QKeyMapperPrivate::keyboardInputLocale |
Definition at line 155 of file qkeymapper_p.h.
Referenced by QApplication::keyboardInputLocale().
| KeyboardLayoutItem* QKeyMapperPrivate::keyLayout[256] |
Definition at line 166 of file qkeymapper_p.h.