OpenStudio:shared_gui_components
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
openstudio::OSComboBox2 Member List

This is the complete list of members for openstudio::OSComboBox2, including all inherited members.

bind(model::ModelObject &modelObject, std::function< std::string(ChoiceType)> toString, std::function< std::vector< ChoiceType >()> choices, std::function< ChoiceType()> getter, std::function< bool(ChoiceType)> setter, boost::optional< NoFailAction > reset=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none)openstudio::OSComboBox2inline
bind(model::ModelObject &modelObject, std::function< std::string(ChoiceType)> toString, std::function< std::vector< ChoiceType >()> choices, std::function< boost::optional< ChoiceType >()> getter, std::function< bool(ChoiceType)> setter, boost::optional< NoFailAction > reset=boost::none)openstudio::OSComboBox2inline
bind(model::ModelObject &modelObject, std::function< std::string(const ChoiceType &)> toString, std::function< std::vector< ChoiceType >(DataSourceType *)> choices, std::function< boost::optional< ChoiceType >(DataSourceType *)> getter, std::function< bool(DataSourceType *, ChoiceType)> setter, boost::optional< std::function< void(DataSourceType *)> > reset=boost::none, const boost::optional< DataSource > &t_source=boost::none, bool editable=false)openstudio::OSComboBox2inline
bind(model::ModelObject &modelObject, std::shared_ptr< ChoiceConcept > choiceConcept)openstudio::OSComboBox2inline
bind(std::shared_ptr< OSComboBoxDataSource > dataSource)openstudio::OSComboBox2
enableClickFocus()openstudio::OSComboBox2inline
event(QEvent *e) overrideopenstudio::OSComboBox2protected
hasData()openstudio::OSComboBox2inline
inFocus(bool inFocus, bool hasData)openstudio::OSComboBox2signal
onChoicesRefreshTrigger()openstudio::OSComboBox2slot
parentopenstudio::OSComboBox2
unbind()openstudio::OSComboBox2
~OSComboBox2()openstudio::OSComboBox2virtual