Inherits MLABSimpleWidgetControl.
Public Slots | |
| bool | isChecked () const |
| void | setChecked (bool checked) |
| void | setTitle (const QString &title) |
| QString | title () const |
This control shows a checkbox with a label.
MDL reference: CheckBox
| bool MLABCheckBoxControl::isChecked | ( | ) | const [slot] |
returns the checked state
| void MLABCheckBoxControl::setChecked | ( | bool | checked | ) | [slot] |
set the checked state
| void MLABCheckBoxControl::setTitle | ( | const QString & | title | ) | [virtual, slot] |
| QString MLABCheckBoxControl::title | ( | ) | const [slot] |
returns the text of the check box label
1.5.8