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