#include <win32_dialog.h>
Public Member Functions | |
| int | run (unsigned p_id, HWND p_parent, HINSTANCE p_instance=core_api::get_my_instance()) |
Protected Member Functions | |
| virtual BOOL | on_message (UINT msg, WPARAM wp, LPARAM lp)=0 |
| dialog_modal () | |
| void | end_dialog (int p_code) |
| HWND | get_wnd () const |
| dialog_helper::dialog_modal::dialog_modal | ( | ) | [inline, protected] |
| int dialog_helper::dialog_modal::run | ( | unsigned | p_id, | |
| HWND | p_parent, | |||
| HINSTANCE | p_instance = core_api::get_my_instance() | |||
| ) |
| virtual BOOL dialog_helper::dialog_modal::on_message | ( | UINT | msg, | |
| WPARAM | wp, | |||
| LPARAM | lp | |||
| ) | [protected, pure virtual] |
| void dialog_helper::dialog_modal::end_dialog | ( | int | p_code | ) | [protected] |
| HWND dialog_helper::dialog_modal::get_wnd | ( | ) | const [inline, protected] |
1.5.5