#include <QApplication>
#include "trayicon_win.h"
Go to the source code of this file.
Defines | |
#define | WM_NOTIFYICON WM_APP |
#define | TRAY_ICON_ID 0 |
Variables | |
UINT | WM_TASKBARCREATED |
Definition in file trayicon_win.cpp.
#define TRAY_ICON_ID 0 |
ID for our tray icon.
Definition at line 53 of file trayicon_win.cpp.
Referenced by TrayIconImpl::updateTrayIcon().
#define WM_NOTIFYICON WM_APP |
Message sent for events related to our icon.
Definition at line 52 of file trayicon_win.cpp.
Referenced by TrayIconImpl::updateTrayIcon(), and TrayIconImpl::winEvent().
UINT WM_TASKBARCREATED |
Message sent when taskbar is created.
Definition at line 54 of file trayicon_win.cpp.
Referenced by TrayIconImpl::winEvent().