#include <gfCSubSceneViewComponent.h>
|
| void | doOnTap (const fsPoint &pTapPos) override |
| void | listenersRegisterDo () override |
| void | listenersDeregisterDo () override |
| fsBool | messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override |
| fsBool | acceptingInputGet () const override |
| fsCEntity *const | targetGet () |
| virtual fsCEntity *const | targetGetDo () |
| void | zoomAndScrollReset () |
| void | updateDo (fsS32 pDeltaMs) override |
| virtual void | doOnDragStart (const fsPoint &pStartPos) |
| virtual void | doOnDragMove (const fsPoint &pCurrPos) |
| virtual void | doOnDragEnd (const fsPoint &pEndPos) |
| virtual void | doOnPinchStart (const fsPoint &pStartPosPointA, const fsPoint &pStartPosPointB) |
| virtual void | doOnPinchMove (const fsPoint &pCurrPos, const fsPoint &pDelta, fsS32 pPointID) |
| virtual void | doOnPinchEnd (const fsPoint &pCurrPos, const fsPoint &pDelta, fsS32 pPointID) |
| | gfILensComponent (fsCEntity *pParent, fsBool pHandleTaps, fsBool pHandleDragEvent, fsBool pHandlePinchEvents) |
| Protected Member Functions inherited from fsIGestureHandlingComponent |
| virtual void | stolenInputDo () |
| void | gestureTypesSet (fsBool pHandleTaps, fsBool pHandleDragEvent, fsBool pHandlePinchEvents) |
| void | gestureReset () |
| | fsIGestureHandlingComponent (fsCEntity *pParent, fsBool pHandleTaps, fsBool pHandleDragEvent, fsBool pHandlePinchEvents) |
| virtual | ~fsIGestureHandlingComponent () |
| virtual void | resetDo () |
| virtual void | renderDo () |
| virtual void | matrixApplyDo () |
| virtual void | postLoadDo () |
| virtual void | deserialiseDo () |
| virtual void | serialiseDo () |
| virtual void | initialiseFromVariableTableDo (const fsCVariableTable &pVars) |
| virtual void | initialiseDo () |
| virtual void | finaliseDo () |
| virtual | ~fsIComponent () |
| | fsIComponent (fsCEntity *pParent) |
| virtual void | inputStealDo () |
| | fsIMessageListener (fsS32 pPriority) |
| virtual | ~fsIMessageListener () |
|
| 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
} |
| fsPoint | mDragPos |
| fsS32 | mRunningTime |
| std::unique_ptr< fsCDrag > | mDrag |
| std::unique_ptr< fsCZoom > | mZoom |
| fsCEntity * | mInitialisedTarget = nullptr |
| Protected Attributes inherited from fsIGestureHandlingComponent |
| std::vector< sGesturePoint > | mGesturePoints |
| fsS32 | mGestureState |
| fsS32 | mNumPointsDown |
| fsBool | mHighlighted |
| fsS32 | mPriority |
◆ gfCSubSceneViewComponent()
| gfCSubSceneViewComponent::gfCSubSceneViewComponent |
( |
fsCEntity * | pParent | ) |
|
◆ ~gfCSubSceneViewComponent()
| gfCSubSceneViewComponent::~gfCSubSceneViewComponent |
( |
| ) |
|
◆ acceptingInputGet()
| fsBool gfCSubSceneViewComponent::acceptingInputGet |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ create()
◆ doOnTap()
| void gfCSubSceneViewComponent::doOnTap |
( |
const fsPoint & | pTapPos | ) |
|
|
overrideprotectedvirtual |
◆ init()
| void gfCSubSceneViewComponent::init |
( |
const fsPoint & | pDimensions, |
|
|
const fsPoint & | pScrollWindow, |
|
|
const fsPoint & | pDragEnable, |
|
|
const fsPoint & | pLookAt ) |
◆ listenersDeregisterDo()
| void gfCSubSceneViewComponent::listenersDeregisterDo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ listenersRegisterDo()
| void gfCSubSceneViewComponent::listenersRegisterDo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ messageProcessDo()
◆ zoomInit()
| void gfCSubSceneViewComponent::zoomInit |
( |
| ) |
|
◆ fsCComponentFactory
◆ fsCRollOverButtonComponent
◆ gfCDebugWindowGui
◆ gfCLevelSequencerMapComponent
◆ gfCLevelSequencerMapLevelIconComponent
◆ mTypeId
The documentation for this class was generated from the following files: