#include <fsCSliderComponent.h>
|
| enum | {
ePRIORITY_NORMAL = 0
, ePRIORITY_DEBUG_WINDOW
, ePRIORITY_SOFTWARE_CURSOR
, ePRIORITY_TEXT_ENTRY
,
ePRIORITY_DEBUG_MODAL
, ePRIORITY_DEBUG_MODAL_BUTTON
} |
| static fsBool | lessThan (const fsIMessageListener *pLHS, const fsIMessageListener *pRHS) |
| Protected Types inherited from fsIGestureHandlingComponent |
| enum | {
eSTATE_NOT_IN_GESTURE = 0
, eSTATE_MOUSE_OVER
, eSTATE_EVALUATING_GESTURE_TYPE
, eSTATE_IN_TAP_GESTURE
,
eSTATE_IN_DRAG_GESTURE
, eSTATE_IN_PINCH_GESTURE
, eSTATE_WAITING_FOR_ALL_POINTS_TO_RELEASE
} |
◆ fsCSliderComponent()
| fsCSliderComponent::fsCSliderComponent |
( |
fsCEntity * | pParent | ) |
|
|
protected |
◆ ~fsCSliderComponent()
| fsCSliderComponent::~fsCSliderComponent |
( |
| ) |
|
|
protectedvirtual |
◆ acceptingInputGet()
| fsBool fsCSliderComponent::acceptingInputGet |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ create()
◆ highlightSetDo()
| fsBool fsCSliderComponent::highlightSetDo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ initialiseDo()
| void fsCSliderComponent::initialiseDo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ initialiseFromVariableTableDo()
| void fsCSliderComponent::initialiseFromVariableTableDo |
( |
const fsCVariableTable & | pVars | ) |
|
|
overrideprotectedvirtual |
◆ onDragEnd()
| void fsCSliderComponent::onDragEnd |
( |
const fsPoint & | pEndPos | ) |
|
|
overrideprotectedvirtual |
◆ onDragMove()
| void fsCSliderComponent::onDragMove |
( |
const fsPoint & | pCurrPos | ) |
|
|
overrideprotectedvirtual |
◆ onDragStart()
| void fsCSliderComponent::onDragStart |
( |
const fsPoint & | pStartPos | ) |
|
|
overrideprotectedvirtual |
◆ valueSet()
| void fsCSliderComponent::valueSet |
( |
fsF32 | pValue | ) |
|
◆ fsCComponentFactory
◆ mArc
| fsBool fsCSliderComponent::mArc |
|
protected |
◆ mBrush
| std::shared_ptr<fsCBrush> fsCSliderComponent::mBrush |
|
protected |
◆ mEventSliderMovedMsg
| const fsCUniqueId fsCSliderComponent::mEventSliderMovedMsg |
|
static |
◆ mEventSliderReleasedMsg
| const fsCUniqueId fsCSliderComponent::mEventSliderReleasedMsg |
|
static |
◆ mKnobLeftPos
| fsPoint fsCSliderComponent::mKnobLeftPos |
|
protected |
◆ mMessageParams
◆ mOrigPointerPos
| fsVec2d fsCSliderComponent::mOrigPointerPos |
|
protected |
◆ mOrigValue
| fsF32 fsCSliderComponent::mOrigValue |
|
protected |
◆ mOverBrush
| std::shared_ptr<fsCBrush> fsCSliderComponent::mOverBrush |
|
protected |
◆ mPointerOver
| fsBool fsCSliderComponent::mPointerOver |
|
protected |
◆ mRange
| fsF32 fsCSliderComponent::mRange |
|
protected |
◆ mTypeId
◆ mWaitingForPointerUp
| fsBool fsCSliderComponent::mWaitingForPointerUp |
|
protected |
The documentation for this class was generated from the following files: