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