#include <EditView.hpp>
Public Member Functions | |
ChoiceInputView () | |
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 | ~ChoiceInputView () |
Public Attributes | |
QComboBox * | comboBox |
openstudio::ChoiceInputView::ChoiceInputView | ( | ) |
|
inlinevirtual |
|
overridevirtual |
Reimplemented from openstudio::InputView.
|
overridevirtual |
Reimplemented from openstudio::InputView.
void openstudio::ChoiceInputView::setName | ( | const std::string & | name, |
const boost::optional< std::string > & | units, | ||
const boost::optional< std::string > & | description | ||
) |
QComboBox* openstudio::ChoiceInputView::comboBox |