ReactOS 0.4.16-dev-1040-g85afe48
|
Property Sheet Page (inner dialog) More...
#include <window.h>
Public Types | |
typedef Dialog | super |
![]() | |
typedef Window | super |
![]() | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
PropSheetPageDlg (HWND) | |
![]() | |
Dialog (HWND) | |
~Dialog () | |
![]() | |
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 () |
Static Protected Member Functions | |
static INT_PTR CALLBACK | DialogProc (HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lparam) |
![]() | |
static Window * | create_controller (HWND hwnd) |
create controller for a new window | |
static StaticWindowData & | GetStaticWindowData () |
static LRESULT CALLBACK | MDICBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
static LRESULT CALLBACK | PropSheetCBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
Friends | |
struct | PropertySheetDialog |
struct | PropSheetPage |
typedef Dialog PropSheetPageDlg::super |
PropSheetPageDlg::PropSheetPageDlg | ( | HWND | hwnd | ) |
Definition at line 1406 of file window.cpp.
Reimplemented from Dialog.
Definition at line 1451 of file window.cpp.
Referenced by DialogProc().
|
staticprotected |
Definition at line 1411 of file window.cpp.
Referenced by PropSheetPage::PropSheetPage().
|
friend |
|
friend |