Qt 4.8
|
#include <qsoftkeymanager_common_p.h>
Public Functions | |
virtual void | updateSoftKeys_sys () |
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 |
Protected Variables | |
QWidget * | initialSoftKeySource |
QHash< QAction *, Qt::Key > | keyedActions |
bool | pendingUpdate |
QMultiHash< int, QAction * > | requestedSoftKeyActions |
Static Protected Variables | |
static QScopedPointer< QSoftKeyManager > | self |
Definition at line 62 of file qsoftkeymanager_common_p.h.
|
inlinevirtual |
Definition at line 67 of file qsoftkeymanager_common_p.h.
|
protected |
Definition at line 73 of file qsoftkeymanager_common_p.h.
Definition at line 71 of file qsoftkeymanager_common_p.h.
|
protected |
Definition at line 74 of file qsoftkeymanager_common_p.h.
|
protected |
Definition at line 72 of file qsoftkeymanager_common_p.h.
|
staticprotected |
Definition at line 67 of file qsoftkeymanager_common_p.h.
Referenced by QSoftKeyManager::instance().