Pyro higlevel API
Public Member Functions | Public Attributes | List of all members
os::Spinner::Private Class Reference

Public Member Functions

 Private ()
 

Public Attributes

double m_vMinValue
 
double m_vMaxValue
 
double m_vSpeedScale
 
double m_vStep
 
double m_vHitValue
 
Point m_cHitPos
 
String m_cStrFormat
 
Rect m_cEditFrame
 
Rect m_cUpArrowRect
 
Rect m_cDownArrowRect
 
bool m_bUpButtonPushed
 
bool m_bDownButtonPushed
 
TextViewm_pcEditBox
 

Constructor & Destructor Documentation

os::Spinner::Private::Private ( )
inline

Member Data Documentation

bool os::Spinner::Private::m_bDownButtonPushed
bool os::Spinner::Private::m_bUpButtonPushed
Rect os::Spinner::Private::m_cDownArrowRect
Rect os::Spinner::Private::m_cEditFrame

Referenced by os::Spinner::FrameSized().

Point os::Spinner::Private::m_cHitPos
String os::Spinner::Private::m_cStrFormat
Rect os::Spinner::Private::m_cUpArrowRect
TextView* os::Spinner::Private::m_pcEditBox
double os::Spinner::Private::m_vHitValue
double os::Spinner::Private::m_vMaxValue
double os::Spinner::Private::m_vMinValue
double os::Spinner::Private::m_vSpeedScale
double os::Spinner::Private::m_vStep