![]() |
Qt 4.8
|
#include <qsystemtrayicon_p.h>
Public Functions | |
| QRect | geometry_sys () const |
| void | install_sys () |
| QSystemTrayIconPrivate () | |
| void | remove_sys () |
| void | showMessage_sys (const QString &msg, const QString &title, QSystemTrayIcon::MessageIcon icon, int secs) |
| void | updateIcon_sys () |
| void | updateMenu_sys () |
| void | updateToolTip_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 |
Static Public Functions | |
| static bool | isSystemTrayAvailable_sys () |
| static bool | supportsMessages_sys () |
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) |
Public Variables | |
| QIcon | icon |
| QPointer< QMenu > | menu |
| QSystemTrayIconSys * | sys |
| QString | toolTip |
| bool | visible |
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 **) |
Definition at line 72 of file qsystemtrayicon_p.h.
|
inline |
Definition at line 77 of file qsystemtrayicon_p.h.
| QRect QSystemTrayIconPrivate::geometry_sys | ( | ) | const |
Definition at line 171 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findIconGeometry(), QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIconPrivate(), and QSystemTrayIconSys::x11Event().
| void QSystemTrayIconPrivate::install_sys | ( | ) |
Definition at line 160 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIconPrivate(), QSystemTrayIconSys::winEvent(), and QSystemTrayIconSys::x11Event().
|
static |
Definition at line 224 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findIconGeometry(), QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIcon::isSystemTrayAvailable(), QSystemTrayIconPrivate(), and QSystemTrayIconSys::x11Event().
| void QSystemTrayIconPrivate::remove_sys | ( | ) |
Definition at line 181 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findIconGeometry(), QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIconPrivate(), and QSystemTrayIconSys::x11Event().
| void QSystemTrayIconPrivate::showMessage_sys | ( | const QString & | msg, |
| const QString & | title, | ||
| QSystemTrayIcon::MessageIcon | icon, | ||
| int | secs | ||
| ) |
Definition at line 234 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findIconGeometry(), QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIconPrivate(), and QSystemTrayIconSys::x11Event().
|
static |
Definition at line 229 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findIconGeometry(), QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIconPrivate(), QSystemTrayIcon::supportsMessages(), and QSystemTrayIconSys::x11Event().
| void QSystemTrayIconPrivate::updateIcon_sys | ( | ) |
Definition at line 187 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findIconGeometry(), QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIconPrivate(), and QSystemTrayIconSys::x11Event().
| void QSystemTrayIconPrivate::updateMenu_sys | ( | ) |
Definition at line 203 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findIconGeometry(), QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIconPrivate(), and QSystemTrayIconSys::x11Event().
| void QSystemTrayIconPrivate::updateToolTip_sys | ( | ) |
Definition at line 215 of file qsystemtrayicon_mac.mm.
Referenced by QSystemTrayIconSys::findIconGeometry(), QSystemTrayIconSys::findTrayGeometry(), QSystemTrayIconPrivate(), and QSystemTrayIconSys::x11Event().
| QIcon QSystemTrayIconPrivate::icon |
Definition at line 91 of file qsystemtrayicon_p.h.
Referenced by QSystemTrayIconPrivate().
Definition at line 90 of file qsystemtrayicon_p.h.
| QSystemTrayIconSys* QSystemTrayIconPrivate::sys |
Definition at line 93 of file qsystemtrayicon_p.h.
Referenced by geometry_sys(), showMessage_sys(), updateIcon_sys(), updateMenu_sys(), and updateToolTip_sys().
| QString QSystemTrayIconPrivate::toolTip |
Definition at line 92 of file qsystemtrayicon_p.h.
| bool QSystemTrayIconPrivate::visible |
Definition at line 94 of file qsystemtrayicon_p.h.