![]() |
Humble Framework for SkyOS |
#include <HCheckbox.h>
Inheritance diagram for HCheckbox:

Public Member Functions | |
| HCheckbox (int32 id=0) | |
| ErrCode | Create (HANDLE hParent, int32 id, StringPtr pstrLabel, HRect *prBounds=NULL, uint32 uStyle=0) |
| Creates the checkbox widget. | |
| COLOR | GetBackColor (void) const |
| Returns the background color of the control. | |
| int32 | GetState (void) const |
| Returns the current state of the checkbox. | |
| ErrCode | SetEnabled (const bool bEnable=true) |
| Enables or disables the check box. | |
| ErrCode | SetState (int32 nState) |
| Sets the state of the checkbox. | |
| ErrCode | SetText (StringPtr pstrLabel) |
| Sets the checkbox text. | |
| bool | IsChecked (void) const |
| Evaluates the current state of the checkbox. | |
Static Public Member Functions | |
| static int32 | GetPreferredHeight (void) |
| Returns the preferred height of the checkbox. | |
Protected Member Functions | |
| widget_check * | getWidgetData (void) const |
| Returns the private widget data for this widget. | |
|
||||||||||||||||||||||||
|
Definition at line 61 of file HCheckbox.h. |
|
|
Definition at line 109 of file HCheckbox.h. |
|
|
Definition at line 118 of file HCheckbox.h. |
|
|
Definition at line 124 of file HCheckbox.h. |
|
|
Definition at line 130 of file HCheckbox.h. |
|
|
Definition at line 153 of file HCheckbox.h. |
|
|
Definition at line 173 of file HCheckbox.h. |
|
|
Definition at line 191 of file HCheckbox.h. |
|
|
Definition at line 202 of file HCheckbox.h. |
2006.01.09-16:37