#include <CheckBox.h>
Public Member Functions | |
| CheckBox (Shell *const shell) | |
| virtual | ~CheckBox (void) |
| const cl7::string_type & | GetCaption () const |
| bool | GetChecked () const |
| void | SetCaption (const cl7::string_type &caption) |
| void | SetChecked (bool checked) |
Public Attributes | |
| events::EventHandler < events::EventArgs > | OnClickEventHandler |
| friend | Shell |
The class for clickable check boxes.
| fl7::faces::CheckBox::CheckBox | ( | Shell *const | shell | ) |
Expplicit constructor.
Explicit constructor.
| fl7::faces::CheckBox::~CheckBox | ( | void | ) | [virtual] |
Destructor.
| const cl7::string_type& fl7::faces::CheckBox::GetCaption | ( | ) | const [inline] |
Returns the caption of this check box.
| bool fl7::faces::CheckBox::GetChecked | ( | ) | const [inline] |
Returns the flag indicating whether this check box is checked.
| void fl7::faces::CheckBox::SetCaption | ( | const cl7::string_type & | caption | ) | [inline] |
Sets the caption of this check box.
| void fl7::faces::CheckBox::SetChecked | ( | bool | checked | ) | [inline] |
Sets the flag indicating whether this check box is checked.
Will be called after this button has been clicked.
| friend fl7::faces::CheckBox::Shell |
Reimplemented from fl7::faces::Control.
1.7.1