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

#include <OSIntegerEdit.hpp>

+ Inheritance diagram for openstudio::OSIntegerEdit2:

Signals

void inFocus (bool inFocus, bool hasData)
 

Public Member Functions

void bind (model::ModelObject &modelObject, IntGetter get, boost::optional< IntSetter > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< NoFailAction > autosize=boost::none, boost::optional< NoFailAction > autocalculate=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none, boost::optional< BasicQuery > isAutosized=boost::none, boost::optional< BasicQuery > isAutocalculated=boost::none)
 
void bind (model::ModelObject &modelObject, OptionalIntGetter get, boost::optional< IntSetter > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< NoFailAction > autosize=boost::none, boost::optional< NoFailAction > autocalculate=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none, boost::optional< BasicQuery > isAutosized=boost::none, boost::optional< BasicQuery > isAutocalculated=boost::none)
 
void bind (model::ModelExtensibleGroup &modelExtensibleGroup, IntGetter get, boost::optional< IntSetter > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< NoFailAction > autosize=boost::none, boost::optional< NoFailAction > autocalculate=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none, boost::optional< BasicQuery > isAutosized=boost::none, boost::optional< BasicQuery > isAutocalculated=boost::none)
 
void bind (model::ModelExtensibleGroup &modelExtensibleGroup, OptionalIntGetter get, boost::optional< IntSetter > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< NoFailAction > autosize=boost::none, boost::optional< NoFailAction > autocalculate=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none, boost::optional< BasicQuery > isAutosized=boost::none, boost::optional< BasicQuery > isAutocalculated=boost::none)
 
void enableClickFocus ()
 
bool hasData ()
 
QIntValidator * intValidator ()
 
void unbind ()
 
virtual ~OSIntegerEdit2 ()
 

Public Attributes

OSIntegerEdit2parent
 

Protected Member Functions

virtual void focusInEvent (QFocusEvent *e) override
 
virtual void focusOutEvent (QFocusEvent *e) override
 

Constructor & Destructor Documentation

virtual openstudio::OSIntegerEdit2::~OSIntegerEdit2 ( )
virtual

Member Function Documentation

void openstudio::OSIntegerEdit2::bind ( model::ModelObject &  modelObject,
IntGetter  get,
boost::optional< IntSetter set = boost::none,
boost::optional< NoFailAction reset = boost::none,
boost::optional< NoFailAction autosize = boost::none,
boost::optional< NoFailAction autocalculate = boost::none,
boost::optional< BasicQuery isDefaulted = boost::none,
boost::optional< BasicQuery isAutosized = boost::none,
boost::optional< BasicQuery isAutocalculated = boost::none 
)
void openstudio::OSIntegerEdit2::bind ( model::ModelObject &  modelObject,
OptionalIntGetter  get,
boost::optional< IntSetter set = boost::none,
boost::optional< NoFailAction reset = boost::none,
boost::optional< NoFailAction autosize = boost::none,
boost::optional< NoFailAction autocalculate = boost::none,
boost::optional< BasicQuery isDefaulted = boost::none,
boost::optional< BasicQuery isAutosized = boost::none,
boost::optional< BasicQuery isAutocalculated = boost::none 
)
void openstudio::OSIntegerEdit2::bind ( model::ModelExtensibleGroup &  modelExtensibleGroup,
IntGetter  get,
boost::optional< IntSetter set = boost::none,
boost::optional< NoFailAction reset = boost::none,
boost::optional< NoFailAction autosize = boost::none,
boost::optional< NoFailAction autocalculate = boost::none,
boost::optional< BasicQuery isDefaulted = boost::none,
boost::optional< BasicQuery isAutosized = boost::none,
boost::optional< BasicQuery isAutocalculated = boost::none 
)
void openstudio::OSIntegerEdit2::bind ( model::ModelExtensibleGroup &  modelExtensibleGroup,
OptionalIntGetter  get,
boost::optional< IntSetter set = boost::none,
boost::optional< NoFailAction reset = boost::none,
boost::optional< NoFailAction autosize = boost::none,
boost::optional< NoFailAction autocalculate = boost::none,
boost::optional< BasicQuery isDefaulted = boost::none,
boost::optional< BasicQuery isAutosized = boost::none,
boost::optional< BasicQuery isAutocalculated = boost::none 
)
void openstudio::OSIntegerEdit2::enableClickFocus ( )
inline
virtual void openstudio::OSIntegerEdit2::focusInEvent ( QFocusEvent *  e)
overrideprotectedvirtual
virtual void openstudio::OSIntegerEdit2::focusOutEvent ( QFocusEvent *  e)
overrideprotectedvirtual
bool openstudio::OSIntegerEdit2::hasData ( )
inline
void openstudio::OSIntegerEdit2::inFocus ( bool  inFocus,
bool  hasData 
)
signal
QIntValidator* openstudio::OSIntegerEdit2::intValidator ( )
inline
void openstudio::OSIntegerEdit2::unbind ( )

Member Data Documentation

OSIntegerEdit2 * openstudio::OSIntegerEdit2::parent