(64521e36c453e2ad945a60cb9e70fe9b9970c43c)
#include <QtCore/qt_windows.h>
#include "qwindowssystemtrayicon.h"
#include "qwindowscontext.h"
#include "qwindowstheme.h"
#include "qwindowsmenu.h"
#include "qwindowsscreen.h"
#include <QtGui/qguiapplication.h>
#include <QtGui/qpixmap.h>
#include <QtCore/qdebug.h>
#include <QtCore/qlist.h>
#include <QtCore/qrect.h>
#include <QtCore/qsettings.h>
#include <qpa/qwindowsysteminterface.h>
#include <QtGui/private/qguiapplication_p.h>
#include <commctrl.h>
#include <shellapi.h>
#include <shlobj.h>
#include <windowsx.h>
Go to the source code of this file.
◆ MYWM_NOTIFYICON
#define MYWM_NOTIFYICON (WM_APP+101) |
◆ HwndTrayIconEntries
◆ createTrayIconMessageWindow()
HWND createTrayIconMessageWindow |
( |
| ) |
|
|
inlinestatic |
◆ indexOfHwnd()
int indexOfHwnd |
( |
HWND | hwnd | ) |
|
|
static |
◆ initNotifyIconData()
void initNotifyIconData |
( |
NOTIFYICONDATA & | tnd | ) |
|
|
inlinestatic |
◆ operator<<()
◆ qStringToLimitedWCharArray()
void qStringToLimitedWCharArray |
( |
QString | in, |
|
|
wchar_t * | target, |
|
|
int | maxLength ) |
|
inlinestatic |
◆ qt_pixmapToWinHICON()
Q_GUI_EXPORT HICON qt_pixmapToWinHICON |
( |
const QPixmap & | p | ) |
|
◆ qWindowsTrayIconWndProc()
LRESULT QT_WIN_CALLBACK qWindowsTrayIconWndProc |
( |
HWND | hwnd, |
|
|
UINT | message, |
|
|
WPARAM | wParam, |
|
|
LPARAM | lParam ) |
◆ setIconContents()
void setIconContents |
( |
NOTIFYICONDATA & | tnd, |
|
|
const QString & | tip, |
|
|
HICON | hIcon ) |
|
static |
◆ setIconVisibility()
void setIconVisibility |
( |
NOTIFYICONDATA & | tnd, |
|
|
bool | v ) |
|
static |
◆ MYWM_TASKBARCREATED
uint MYWM_TASKBARCREATED = 0 |
|
static |
◆ q_uNOTIFYICONID
const UINT q_uNOTIFYICONID = 0 |
|
static |