ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <window.h>
Public Types | |
typedef OwnerdrawnButton | super |
![]() | |
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 | |
FlatButton (HWND hwnd) | |
FlatButton (HWND owner, int id) | |
![]() | |
OwnerdrawnButton (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 | |
COLORREF | _textColor |
COLORREF | _activeColor |
bool | _active |
![]() | |
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 |
Subclass button controls to paint colored text labels. The owning window should use the OwnerDrawParent template to route owner draw messages to the buttons.
typedef OwnerdrawnButton FlatButton::super |
|
protectedvirtual |
Implements OwnerdrawnButton.
Definition at line 1050 of file window.cpp.
Reimplemented from OwnerdrawnButton.
Definition at line 1119 of file window.cpp.
|
protected |
Definition at line 708 of file window.h.
Referenced by DrawItem(), and WndProc().
|
protected |
Definition at line 707 of file window.h.
Referenced by DrawItem().
|
protected |
Definition at line 706 of file window.h.
Referenced by DrawItem().