#include <InputDlg.h>
|
| enum | { IDD = IDD_INPUT_DIALOG
} |
| |
Definition at line 49 of file InputDlg.h.
◆ anonymous enum
◆ InputDlg()
| InputDlg::InputDlg |
( |
HWND | hWndParent = NULL | ) |
|
◆ DialogProc()
| BOOL CALLBACK InputDlg::DialogProc |
( |
HWND | hWnd, |
|
|
UINT | uMsg, |
|
|
WPARAM | wParam, |
|
|
LPARAM | lParam ) |
◆ DoModal()
| int InputDlg::DoModal |
( |
void | | ) |
|
◆ OnInitDialog()
| LRESULT InputDlg::OnInitDialog |
( |
WPARAM | wParam, |
|
|
LPARAM | lParam ) |
|
protected |
◆ OnOK()
| BOOL InputDlg::OnOK |
( |
void | | ) |
|
|
protected |
◆ SetCaption()
| void InputDlg::SetCaption |
( |
const char * | caption | ) |
|
◆ SetLabel()
| void InputDlg::SetLabel |
( |
const char * | label | ) |
|
◆ SetValue()
| void InputDlg::SetValue |
( |
const char * | value | ) |
|
◆ _thunk_dialog_proc
| BOOL CALLBACK _thunk_dialog_proc |
( |
HWND | hWnd, |
|
|
UINT | uMsg, |
|
|
WPARAM | wParam, |
|
|
LPARAM | lParam ) |
|
friend |
◆ m_Caption
| char InputDlg::m_Caption[128] |
◆ m_hWnd
◆ m_hWndParent
| HWND InputDlg::m_hWndParent |
|
protected |
◆ m_Label
| char InputDlg::m_Label[512] |
◆ m_Value
| char InputDlg::m_Value[1024] |
The documentation for this class was generated from the following files: