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