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

List of all members.

Public Member Functions

 TwrCheckbox ()
HWND create (void)
HWND create (HWND parent)
bool isChecked (void)
void setChecked (bool checked)
- 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)

Additional Inherited Members

- Protected Attributes inherited from TwrWnd
HWND hWnd
tstring title
int left
int top
int width
int height

Constructor & Destructor Documentation

TwrCheckbox::TwrCheckbox ( )

コンストラクタ


Member Function Documentation

HWND TwrCheckbox::create ( void  )

チェックボックスを作成します。

HWND TwrCheckbox::create ( HWND  parent)

チェックボックスを作成します。

Parameters:
parent親ウインドウハンドル
bool TwrCheckbox::isChecked ( void  )

チェック状態を返します。

Returns:
true:チェックされた false:チェックされていない
void TwrCheckbox::setChecked ( bool  checked)

チェック状態を設定します。

Parameters:
checkedtrue:チェックされた false:チェックされていない

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