ReactOS 0.4.16-dev-289-g096a551
|
#include <window.h>
Public Types | |
typedef Window | super |
Public Types inherited from Window | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
Dialog (HWND) | |
~Dialog () | |
Public Member Functions inherited from Window | |
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 () |
The class Dialog implements modal dialogs. A Dialog object should be constructed by calling Dialog::DoModal() and specifying the class using the WINDOW_CREATOR() macro.
typedef Window Dialog::super |
Dialog::Dialog | ( | HWND | hwnd | ) |
Definition at line 690 of file window.cpp.
Dialog::~Dialog | ( | ) |
Definition at line 696 of file window.cpp.
Reimplemented from Window.
Reimplemented in PropSheetPageDlg.
Definition at line 765 of file window.cpp.
|
static |
Definition at line 701 of file window.cpp.
Referenced by TaskbarSettingsDlg::Command(), MainFrameBase::Command(), StartMenuHandler::Command(), NotifyArea::Command(), and explorer_about().
|
static |
Definition at line 713 of file window.cpp.
Reimplemented from Window.
Reimplemented in ResizeController< Dialog >, CtlColorParent< OwnerDrawParent< Dialog > >, OwnerDrawParent< PropSheetPageDlg >, and OwnerDrawParent< Dialog >.
Definition at line 760 of file window.cpp.
Referenced by PropSheetPageDlg::DialogProc().