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

#include <EditView.hpp>

+ Inheritance diagram for openstudio::ChoiceInputView:

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

QComboBoxcomboBox
 

Constructor & Destructor Documentation

openstudio::ChoiceInputView::ChoiceInputView ( )
virtual openstudio::ChoiceInputView::~ChoiceInputView ( )
inlinevirtual

Member Function Documentation

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

Reimplemented from openstudio::InputView.

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

Member Data Documentation

QComboBox* openstudio::ChoiceInputView::comboBox