OpenStudio:model_editor
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Slots | Public Member Functions | List of all members
IGDSpinBox Class Reference

#include <IGSpinBoxes.hpp>

+ Inheritance diagram for IGDSpinBox:

Public Slots

void togglePrec ()
 
void triggered (bool)
 

Public Member Functions

InspectorGadget::FLOAT_DISPLAY getFloatStyle () const
 
bool getPrec () const
 
 IGDSpinBox (InspectorGadget *ig,*parent)
 
void setDisplay (bool status)
 
void setFloatStyle (InspectorGadget::FLOAT_DISPLAY style)
 
void setPrec (bool)
 
virtual void wheelEvent (QWheelEvent *event) override
 

Constructor & Destructor Documentation

IGDSpinBox::IGDSpinBox ( InspectorGadget ig,
parent 
)

Member Function Documentation

InspectorGadget::FLOAT_DISPLAY IGDSpinBox::getFloatStyle ( ) const
bool IGDSpinBox::getPrec ( ) const
void IGDSpinBox::setDisplay ( bool  status)
void IGDSpinBox::setFloatStyle ( InspectorGadget::FLOAT_DISPLAY  style)
void IGDSpinBox::setPrec ( bool  )
void IGDSpinBox::togglePrec ( )
slot
void IGDSpinBox::triggered ( bool  )
slot
virtual void IGDSpinBox::wheelEvent ( QWheelEvent *  event)
overridevirtual