ReactOS 0.4.16-dev-1020-gf135cab
|
configuration dialog to choose between MDI and SDI mode More...
#include <settings.h>
Public Types | |
typedef ResizeController< Dialog > | super |
![]() | |
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 | |
MdiSdiDlg (HWND hwnd) | |
![]() | |
ResizeController (HWND hwnd) | |
LRESULT | WndProc (UINT nmsg, WPARAM wparam, LPARAM lparam) |
virtual void | GetClientSpace (PRECT prect) |
![]() | |
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 () |
configuration dialog to choose between MDI and SDI mode
Definition at line 91 of file settings.h.
typedef ResizeController<Dialog> MdiSdiDlg::super |
Definition at line 93 of file settings.h.
MdiSdiDlg::MdiSdiDlg | ( | HWND | hwnd | ) |
Definition at line 232 of file settings.cpp.
Reimplemented from Window.
Definition at line 248 of file settings.cpp.