|
TWR
T windows api WRapper
|
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) |
| TwrWnd * | GetDlgItem (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 BaseDialog * | modalCallback |
| AboutDlg::AboutDlg | ( | HWND | parent, |
| int | resource | ||
| ) |
コンストラクタ
| parent | 親ウインドウハンドル |
| resource | ダイアログリソース番号 |
|
protectedvirtual |