List of all members.
Additional Inherited Members |
| static INT_PTR CALLBACK | modalDialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| static INT_PTR CALLBACK | modelessDialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
|
TCHAR | ddx_buf [512] |
|
HWND | hWnd |
|
tstring | title |
|
int | left |
|
int | top |
|
int | width |
|
int | height |
|
static BaseDialog * | modalCallback |
Member Function Documentation
| BaseDialog * DialogAppliBase::createBaseDialog |
( |
| ) |
|
|
virtual |
アプリケーションウインドウクラスのインスタンスを生成します。
- Returns:
- アプリケーションウインドウクラスのインスタンス
| int DialogAppliBase::OnAppliEnd |
( |
| ) |
|
|
virtual |
アプリケーションの終了処理を実行します。
- Returns:
- 予備
| int DialogAppliBase::OnAppliStart |
( |
TCHAR * |
lpCmdLine | ) |
|
|
virtual |
アプリケーションの開始処理を実行します。
- Returns:
- 予備
| INT_PTR DialogAppliBase::OnInitDialog |
( |
| ) |
|
|
protectedvirtual |
ダイアログの初期化時に呼び出されます。
- Returns:
- 処理結果
Reimplemented from BaseDialog.
| int DialogAppliBase::OnWindowShow |
( |
| ) |
|
|
virtual |
ウインドウが表示されたときの処理を実行します。
ウインドウベースアプリとインタフェースを合わせるために用意しています。
- Returns:
- 予備
The documentation for this class was generated from the following files: