KDEUI
kwindowsystem_win.cpp File Reference
#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.
Typedefs | |
typedef bool(WINAPI * | PtrDeregisterShellHookWindow )(HWND) |
typedef bool(WINAPI * | PtrRegisterShellHook )(HWND hWnd, DWORD method) |
typedef bool(WINAPI * | PtrRegisterShellHookWindow )(HWND) |
typedef bool(WINAPI * | PtrSetTaskmanWindow )(HWND) |
Functions | |
static QPixmap | HIcon2QPixmap (HICON hIcon) |
static HICON | QPixmap2HIcon (const QPixmap &pix) |
static HBITMAP | QPixmapMask2HBitmap (const QPixmap &pix) |
Variables | |
static PtrDeregisterShellHookWindow | pDeregisterShellHookWindow = 0 |
static PtrRegisterShellHook | pRegisterShellHook = 0 |
static PtrRegisterShellHookWindow | pRegisterShellHookWindow = 0 |
static PtrSetTaskmanWindow | pSetTaskmanWindow = 0 |
static int | WM_SHELLHOOK = -1 |
Typedef Documentation
typedef bool(WINAPI * PtrDeregisterShellHookWindow)(HWND) |
Definition at line 40 of file kwindowsystem_win.cpp.
typedef bool(WINAPI * PtrRegisterShellHook)(HWND hWnd, DWORD method) |
Definition at line 46 of file kwindowsystem_win.cpp.
typedef bool(WINAPI * PtrRegisterShellHookWindow)(HWND) |
Definition at line 39 of file kwindowsystem_win.cpp.
typedef bool(WINAPI * PtrSetTaskmanWindow)(HWND) |
Definition at line 38 of file kwindowsystem_win.cpp.
Function Documentation
static QPixmap HIcon2QPixmap | ( | HICON | hIcon | ) | [static] |
Definition at line 142 of file kwindowsystem_win.cpp.
static HICON QPixmap2HIcon | ( | const QPixmap & | pix | ) | [static] |
Definition at line 123 of file kwindowsystem_win.cpp.
static HBITMAP QPixmapMask2HBitmap | ( | const QPixmap & | pix | ) | [static] |
Definition at line 105 of file kwindowsystem_win.cpp.
Variable Documentation
PtrDeregisterShellHookWindow pDeregisterShellHookWindow = 0 [static] |
Definition at line 51 of file kwindowsystem_win.cpp.
PtrRegisterShellHook pRegisterShellHook = 0 [static] |
Definition at line 52 of file kwindowsystem_win.cpp.
PtrRegisterShellHookWindow pRegisterShellHookWindow = 0 [static] |
Definition at line 50 of file kwindowsystem_win.cpp.
PtrSetTaskmanWindow pSetTaskmanWindow = 0 [static] |
Definition at line 49 of file kwindowsystem_win.cpp.
int WM_SHELLHOOK = -1 [static] |
Definition at line 53 of file kwindowsystem_win.cpp.