

Public Member Functions | |
| virtual const string & | getType () const |
| Get the variable type. | |
| virtual bool | get () const =0 |
| Get the boolean value. | |
Protected Member Functions | |
| VarBool (intf_thread_t *pIntf) | |
| virtual | ~VarBool () |
| VarBool::VarBool | ( | intf_thread_t * | pIntf | ) | [inline, protected] |
| virtual VarBool::~VarBool | ( | ) | [inline, protected, virtual] |
| virtual const string& VarBool::getType | ( | ) | const [inline, virtual] |
| virtual bool VarBool::get | ( | ) | const [pure virtual] |
Get the boolean value.
Implemented in VarBoolTrue, VarBoolFalse, VarBoolImpl, VarBoolAndBool, VarBoolOrBool, and VarNotBool.
Referenced by CtrlCheckbox::CtrlCheckbox(), CtrlTree::CtrlTree(), VarNotBool::get(), VarBoolOrBool::get(), VarBoolAndBool::get(), CtrlGeneric::isVisible(), VlcProc::on_intf_show_changed(), CtrlVideo::onUpdate(), and Theme::saveConfig().
1.5.6