KDEUI
#include "kwindowsystem.h"#include <QtGui/QApplication>#include <QtGui/QDesktopWidget>#include <QtGui/QIcon>#include <QtGui/QBitmap>#include <QtGui/QPixmap>#include <QtCore/QLibrary>#include "kglobal.h"#include "kdebug.h"#include "klocalizedstring.h"#include <windows.h>#include <windowsx.h>#include "kwindowsystem.moc"Go to the source code of this file.
Macros | |
| #define | RSH_REGISTER 1 |
| #define | RSH_TASKMGR 3 |
| #define | RSH_UNREGISTER 0 |
Typedefs | |
| typedef bool(WINAPI * | PtrRegisterShellHook) (HWND hWnd, DWORD method) |
Functions | |
| static HBITMAP | QPixmapMask2HBitmap (const QPixmap &pix) |
Variables | |
| static PtrRegisterShellHook | pRegisterShellHook = 0 |
| static int | WM_SHELLHOOK = -1 |
Macro Definition Documentation
◆ RSH_REGISTER
| #define RSH_REGISTER 1 |
Definition at line 45 of file kwindowsystem_win.cpp.
◆ RSH_TASKMGR
| #define RSH_TASKMGR 3 |
Definition at line 46 of file kwindowsystem_win.cpp.
◆ RSH_UNREGISTER
| #define RSH_UNREGISTER 0 |
Definition at line 44 of file kwindowsystem_win.cpp.
Typedef Documentation
◆ PtrRegisterShellHook
| typedef bool(WINAPI * PtrRegisterShellHook) (HWND hWnd, DWORD method) |
Definition at line 47 of file kwindowsystem_win.cpp.
Function Documentation
◆ QPixmapMask2HBitmap()
|
static |
Definition at line 101 of file kwindowsystem_win.cpp.
Variable Documentation
◆ pRegisterShellHook
|
static |
Definition at line 49 of file kwindowsystem_win.cpp.
◆ WM_SHELLHOOK
|
static |
Definition at line 50 of file kwindowsystem_win.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:01:12 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:01:12 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.