OpenStudio:shared_gui_components
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes | List of all members
openstudio::IntegerInputView Class Reference

#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

QLineEditlineEdit
 

Constructor & Destructor Documentation

openstudio::IntegerInputView::IntegerInputView ( )
virtual openstudio::IntegerInputView::~IntegerInputView ( )
inlinevirtual

Member Function Documentation

void openstudio::IntegerInputView::setDisplayValue ( const QVariant &  value)
overridevirtual

Reimplemented from openstudio::InputView.

void openstudio::IntegerInputView::setIncomplete ( bool  incomplete)
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 
)

Member Data Documentation

QLineEdit* openstudio::IntegerInputView::lineEdit