#include <OSCheckBox.hpp>
Inheritance diagram for openstudio::OSCheckBox3:Signals | |
| void | inFocus (bool inFocus, bool hasData) |
Public Member Functions | |
| void | bind (model::ModelObject &modelObject, BoolGetter get, boost::optional< BoolSetter > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none) |
| void | bind (model::ModelObject &modelObject, BoolGetter get, boost::optional< BoolSetterBoolReturn > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none) |
| void | enableClickFocus () |
| void | unbind () |
| virtual | ~OSCheckBox3 () |
Public Attributes | |
| OSCheckBox3 * | parent |
Protected Member Functions | |
| virtual void | focusInEvent (QFocusEvent *e) override |
| virtual void | focusOutEvent (QFocusEvent *e) override |
|
virtual |
| void openstudio::OSCheckBox3::bind | ( | model::ModelObject & | modelObject, |
| BoolGetter | get, | ||
| boost::optional< BoolSetter > | set = boost::none, |
||
| boost::optional< NoFailAction > | reset = boost::none, |
||
| boost::optional< BasicQuery > | isDefaulted = boost::none |
||
| ) |
| void openstudio::OSCheckBox3::bind | ( | model::ModelObject & | modelObject, |
| BoolGetter | get, | ||
| boost::optional< BoolSetterBoolReturn > | set = boost::none, |
||
| boost::optional< NoFailAction > | reset = boost::none, |
||
| boost::optional< BasicQuery > | isDefaulted = boost::none |
||
| ) |
|
inline |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
signal |
| void openstudio::OSCheckBox3::unbind | ( | ) |
| OSCheckBox3 * openstudio::OSCheckBox3::parent |