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"
Include dependency graph for kwindowsystem_win.cpp:
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
#define RSH_REGISTER 1 |
Definition at line 45 of file kwindowsystem_win.cpp.
#define RSH_TASKMGR 3 |
Definition at line 46 of file kwindowsystem_win.cpp.
#define RSH_UNREGISTER 0 |
Definition at line 44 of file kwindowsystem_win.cpp.
Typedef Documentation
Definition at line 47 of file kwindowsystem_win.cpp.
Function Documentation
|
static |
Definition at line 101 of file kwindowsystem_win.cpp.
Variable Documentation
|
static |
Definition at line 49 of file kwindowsystem_win.cpp.
|
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 Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.