![]() |
Qt 4.8
|
#include <private/qt_cocoa_helpers_mac_p.h>#include <private/qsystemtrayicon_p.h>#include <qtemporaryfile.h>#include <qimagewriter.h>#include <qapplication.h>#include <qdebug.h>#include <qstyle.h>#include <private/qt_mac_p.h>#import <AppKit/AppKit.h>Go to the source code of this file.
Classes | |
| protocol | <NSMenuDelegate > |
| class | QNSImageView |
| class | QNSMenu |
| class | QNSStatusItem |
| class | QSystemTrayIconQMenu |
| class | QSystemTrayIconSys |
Macros | |
| #define | QT_MAC_SYSTEMTRAY_USE_GROWL |
Functions | |
| Qt::MouseButton | cocoaButton2QtButton (NSInteger buttonNum) |
| NSUInteger | keySequenceModifierMask (const QKeySequence &accel) |
| NSString * | keySequenceToKeyEqivalent (const QKeySequence &accel) |
| bool | qt_mac_execute_apple_script (const QString &script, AEDesc *ret) |
| void | qtsystray_sendActivated (QSystemTrayIcon *i, int r) |
| #define QT_MAC_SYSTEMTRAY_USE_GROWL |
Definition at line 76 of file qsystemtrayicon_mac.mm.
| Qt::MouseButton cocoaButton2QtButton | ( | NSInteger | buttonNum | ) |
Definition at line 797 of file qt_cocoa_helpers_mac.mm.
Referenced by flipPoint().
| NSUInteger keySequenceModifierMask | ( | const QKeySequence & | accel | ) |
Definition at line 1265 of file qmenu_mac.mm.
Referenced by QMenuPrivate::QMacMenuPrivate::syncAction().
| NSString* keySequenceToKeyEqivalent | ( | const QKeySequence & | accel | ) |
Definition at line 1254 of file qmenu_mac.mm.
Referenced by QMenuPrivate::QMacMenuPrivate::syncAction().
| bool qt_mac_execute_apple_script | ( | const QString & | script, |
| AEDesc * | ret | ||
| ) |
Definition at line 346 of file qapplication_mac.mm.
Referenced by QSystemTrayIconPrivate::showMessage_sys().
| void qtsystray_sendActivated | ( | QSystemTrayIcon * | i, |
| int | r | ||
| ) |
Definition at line 703 of file qsystemtrayicon.cpp.