Pyro higlevel API
|
internal
Public Member Functions | |
Private () | |
Public Attributes | |
View * | m_pcTarget |
float | m_vMin |
float | m_vMax |
float | m_vProportion |
float | m_vSmallStep |
float | m_vBigStep |
int | m_nOrientation |
Rect | m_acArrowRects [4] |
bool | m_abArrowStates [4] |
Rect | m_cKnobArea |
bool | m_bChanged |
bool | m_bFirstTick |
Point | m_cHitPos |
int | m_nHitButton |
int | m_nHitState |
|
inline |
References HIT_NONE, os::ScrollBar::Private::m_abArrowStates, os::ScrollBar::Private::m_bChanged, os::ScrollBar::Private::m_bFirstTick, os::ScrollBar::Private::m_nHitButton, os::ScrollBar::Private::m_nHitState, os::ScrollBar::Private::m_nOrientation, os::ScrollBar::Private::m_pcTarget, os::ScrollBar::Private::m_vBigStep, os::ScrollBar::Private::m_vMax, os::ScrollBar::Private::m_vMin, os::ScrollBar::Private::m_vProportion, os::ScrollBar::Private::m_vSmallStep, and VERTICAL.
bool os::ScrollBar::Private::m_abArrowStates[4] |
Rect os::ScrollBar::Private::m_acArrowRects[4] |
bool os::ScrollBar::Private::m_bChanged |
Referenced by os::ScrollBar::MouseDown(), os::ScrollBar::MouseUp(), and os::ScrollBar::Private::Private().
bool os::ScrollBar::Private::m_bFirstTick |
Point os::ScrollBar::Private::m_cHitPos |
Referenced by os::ScrollBar::MouseDown().
Rect os::ScrollBar::Private::m_cKnobArea |
int os::ScrollBar::Private::m_nHitButton |
int os::ScrollBar::Private::m_nHitState |
int os::ScrollBar::Private::m_nOrientation |
Referenced by os::ScrollBar::FrameSized(), os::ScrollBar::GetPreferredSize(), os::ScrollBar::MouseDown(), os::ScrollBar::Paint(), os::ScrollBar::PostValueChange(), os::ScrollBar::Private::Private(), os::ScrollBar::ScrollBar(), os::ScrollBar::SetScrollTarget(), os::ScrollBar::WheelMoved(), and os::ScrollBar::~ScrollBar().
View* os::ScrollBar::Private::m_pcTarget |
float os::ScrollBar::Private::m_vBigStep |
float os::ScrollBar::Private::m_vMax |
float os::ScrollBar::Private::m_vMin |
float os::ScrollBar::Private::m_vProportion |
float os::ScrollBar::Private::m_vSmallStep |