Public Member Functions | |
| uiCheckBox (uiParent *, const char *) | |
| uiCheckBox (uiParent *, const char *, const CallBack &) | |
| bool | isChecked () const |
| void | setChecked (bool yn=true) |
| void | click () |
| virtual void | setText (const char *) |
Private Member Functions | |
| uiCheckBoxBody & | mkbody (uiParent *, const char *) |
Private Attributes | |
| uiCheckBoxBody * | body_ |
| uiCheckBox::uiCheckBox | ( | uiParent * | , | |
| const char * | ||||
| ) |
| void uiCheckBox::click | ( | ) | [virtual] |
Reimplemented from uiButton.
| bool uiCheckBox::isChecked | ( | ) | const |
| uiCheckBoxBody& uiCheckBox::mkbody | ( | uiParent * | , | |
| const char * | ||||
| ) | [private] |
| void uiCheckBox::setChecked | ( | bool | yn = true |
) |
| virtual void uiCheckBox::setText | ( | const char * | ) | [virtual] |
Reimplemented from uiButton.
uiCheckBoxBody* uiCheckBox::body_ [private] |
Reimplemented from uiBaseObject.
1.7.1