ReactOS 0.4.16-dev-106-g10b08aa
|
#include <miniature.h>
Public Member Functions | |
DECLARE_WND_CLASS_EX (L"MiniatureWindow", CS_DBLCLKS|CS_HREDRAW|CS_VREDRAW, COLOR_BTNFACE) CMiniatureWindow() | |
virtual | ~CMiniatureWindow () |
HWND | DoCreate (HWND hwndParent) |
Protected Member Functions | |
LRESULT | OnMove (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnSize (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnClose (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnEraseBkgnd (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnPaint (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnSetCursor (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnGetMinMaxInfo (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
Protected Attributes | |
HBITMAP | m_hbmCached |
Definition at line 11 of file miniature.h.
|
virtual |
Definition at line 21 of file miniature.cpp.
CMiniatureWindow::DECLARE_WND_CLASS_EX | ( | L"MiniatureWindow" | , |
CS_DBLCLKS|CS_HREDRAW| | CS_VREDRAW, | ||
COLOR_BTNFACE | |||
) |
Definition at line 27 of file miniature.cpp.
Referenced by CMainWindow::OnCommand(), and CMainWindow::OnCreate().
|
protected |
Definition at line 70 of file miniature.cpp.
|
protected |
Definition at line 77 of file miniature.cpp.
|
protected |
Definition at line 121 of file miniature.cpp.
|
protected |
Definition at line 46 of file miniature.cpp.
|
protected |
Definition at line 82 of file miniature.cpp.
|
protected |
|
protected |
Definition at line 58 of file miniature.cpp.
|
protected |
Definition at line 32 of file miniature.h.
Referenced by OnPaint(), and ~CMiniatureWindow().