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

#include <OSCheckBox.hpp>

+ Inheritance diagram for openstudio::OSCheckBox3:

Public Member Functions

void bind (model::ModelObject &modelObject, BoolGetter get, boost::optional< BoolSetter > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none)
 
void bind (model::ModelObject &modelObject, BoolGetter get, boost::optional< BoolSetterBoolReturn > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none)
 
void unbind ()
 
virtual ~OSCheckBox3 ()
 

Public Attributes

OSCheckBox3parent
 

Constructor & Destructor Documentation

virtual openstudio::OSCheckBox3::~OSCheckBox3 ( )
virtual

Member Function Documentation

void openstudio::OSCheckBox3::bind ( model::ModelObject &  modelObject,
BoolGetter  get,
boost::optional< BoolSetter set = boost::none,
boost::optional< NoFailAction reset = boost::none,
boost::optional< BasicQuery isDefaulted = boost::none 
)
void openstudio::OSCheckBox3::bind ( model::ModelObject &  modelObject,
BoolGetter  get,
boost::optional< BoolSetterBoolReturn set = boost::none,
boost::optional< NoFailAction reset = boost::none,
boost::optional< BasicQuery isDefaulted = boost::none 
)
void openstudio::OSCheckBox3::unbind ( )

Member Data Documentation

OSCheckBox3 * openstudio::OSCheckBox3::parent