#include "kwindowsystem.h"#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"
Include dependency graph for kwindowsystem_win.cpp:

Go to the source code of this file.
Defines | |
| #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 |
Define Documentation
| #define RSH_REGISTER 1 |
Definition at line 44 of file kwindowsystem_win.cpp.
| #define RSH_TASKMGR 3 |
Definition at line 45 of file kwindowsystem_win.cpp.
| #define RSH_UNREGISTER 0 |
Definition at line 43 of file kwindowsystem_win.cpp.
Typedef Documentation
| typedef bool(WINAPI * PtrRegisterShellHook)(HWND hWnd, DWORD method) |
Definition at line 46 of file kwindowsystem_win.cpp.
Function Documentation
| static HBITMAP QPixmapMask2HBitmap | ( | const QPixmap & | pix | ) | [static] |
Definition at line 102 of file kwindowsystem_win.cpp.
Variable Documentation
PtrRegisterShellHook pRegisterShellHook = 0 [static] |
Definition at line 48 of file kwindowsystem_win.cpp.
int WM_SHELLHOOK = -1 [static] |
Definition at line 49 of file kwindowsystem_win.cpp.
KDE 4.6 API Reference