TWR
T windows api WRapper
 All Classes Functions
AboutDlg Class Reference
Inheritance diagram for AboutDlg:
BaseDialog TwrWnd

List of all members.

Public Member Functions

 AboutDlg (HWND parent, int resource)
- Public Member Functions inherited from BaseDialog
 BaseDialog ()
 BaseDialog (HWND parent, int resource)
virtual ‾BaseDialog ()
INT_PTR showModal ()
HWND showModeless ()
INT_PTR CALLBACK dialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
void setParent (HWND parent)
TwrWndGetDlgItem (int item)
HWND GetDlgItemRaw (int item)
virtual void UpdateData (bool toObj)
- Public Member Functions inherited from TwrWnd
 TwrWnd ()
 TwrWnd (HWND newWnd)
virtual ‾TwrWnd ()
BOOL UpdateWindow ()
BOOL ShowWindow (int nCmdShow)
void EnableWindow (BOOL enabled)
HWND getHwnd ()
void destroyWindow (void)
void setText (const TCHAR *text)
void setPoint (int x, int y)
void setSize (int w, int h)
void setFont (HFONT font)

Protected Member Functions

INT_PTR OnCommand (WPARAM wParam)
- Protected Member Functions inherited from BaseDialog
virtual INT_PTR OnInitDialog ()

Additional Inherited Members

- Static Public Member Functions inherited from BaseDialog
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)
- Protected Attributes inherited from BaseDialog
TCHAR ddx_buf [512]
- Protected Attributes inherited from TwrWnd
HWND hWnd
tstring title
int left
int top
int width
int height
- Static Protected Attributes inherited from BaseDialog
static BaseDialogmodalCallback

Constructor & Destructor Documentation

AboutDlg::AboutDlg ( HWND  parent,
int  resource 
)

コンストラクタ

Parameters:
parent親ウインドウハンドル
resourceダイアログリソース番号

Member Function Documentation

INT_PTR AboutDlg::OnCommand ( WPARAM  wParam)
protectedvirtual

ダイアログ操作が行われた時に呼び出されます。

Returns:
処理結果

Reimplemented from BaseDialog.


The documentation for this class was generated from the following files: