ReactOS 0.4.16-dev-983-g23ad936
|
subclassed background window behind the visible desktop window More...
#include <desktop.h>
Public Types | |
typedef SubclassedWindow | super |
![]() | |
typedef Window | super |
![]() | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
BackgroundWindow (HWND hwnd) | |
![]() | |
SubclassedWindow (HWND) | |
![]() | |
Window (HWND hwnd) | |
virtual | ~Window () |
LRESULT | SendParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
LRESULT | PostParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
Window (INT cx, INT cy, BOOL fAutoHide=FALSE) | |
virtual | ~Window () |
virtual LRESULT CALLBACK | WindowProcDx (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | DoAction () |
Protected Attributes | |
int | _display_version |
![]() | |
WNDPROC | _orgWndProc |
![]() | |
HWND | m_hwnd |
BOOL | m_fAutoHide |
BOOL | m_fOnTop |
BOOL | m_fHiding |
UINT | m_uSide |
LONG | m_cxWidth |
LONG | m_cyHeight |
LONG | m_cxSave |
LONG | m_cySave |
BOOL | m_fAppBarRegd |
BOOL | m_fMoving |
BOOL | m_bDragged |
POINT | m_ptDragOn |
RECT | m_rcAppBar |
RECT | m_rcDrag |
subclassed background window behind the visible desktop window
BackgroundWindow::BackgroundWindow | ( | HWND | hwnd | ) |
Definition at line 259 of file desktop.cpp.
Definition at line 301 of file desktop.cpp.
Referenced by WndProc().
Reimplemented from SubclassedWindow.
Definition at line 269 of file desktop.cpp.
|
protected |
Definition at line 46 of file desktop.h.
Referenced by BackgroundWindow(), and WndProc().