#include <EditView.hpp>
Inheritance diagram for openstudio::BoolInputView:Public Member Functions | |
| BoolInputView () | |
| void | setDisplayValue (const QVariant &value) override |
| void | setIncomplete (bool incomplete) override |
| void | setName (const std::string &name, const boost::optional< std::string > &units, const boost::optional< std::string > &description) |
| virtual | ~BoolInputView () |
Public Attributes | |
| InputCheckBox * | checkBox |
| openstudio::BoolInputView::BoolInputView | ( | ) |
|
inlinevirtual |
|
overridevirtual |
Reimplemented from openstudio::InputView.
|
overridevirtual |
Reimplemented from openstudio::InputView.
| void openstudio::BoolInputView::setName | ( | const std::string & | name, |
| const boost::optional< std::string > & | units, | ||
| const boost::optional< std::string > & | description | ||
| ) |
| InputCheckBox* openstudio::BoolInputView::checkBox |