#include <gfIOpaqueLensComponent.h>
|
| void | initialiseDo () override |
| void | doOnTap (const fsPoint &pTapPos) override |
| void | doOnDragStart (const fsPoint &pStartPos) override |
| void | doOnDragMove (const fsPoint &pCurrPos) override |
| void | doOnDragEnd (const fsPoint &pEndPos) override |
| | gfIOpaqueLensComponent (fsCEntity *pParent, fsBool pHandleTaps, fsBool pHandleDragEvent, fsBool pHandlePinchEvents) |
| fsCEntity *const | targetGet () |
| virtual fsCEntity *const | targetGetDo () |
| void | zoomAndScrollReset () |
| void | updateDo (fsS32 pDeltaMs) override |
| 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) |
| fsBool | messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override |
| void | listenersRegisterDo () override |
| void | listenersDeregisterDo () override |
| 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 | 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) |
| static const fsCUniqueId | mDragMessage |
| 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 |
◆ ~gfIOpaqueLensComponent()
| gfIOpaqueLensComponent::~gfIOpaqueLensComponent |
( |
| ) |
|
|
virtual |
◆ gfIOpaqueLensComponent()
| gfIOpaqueLensComponent::gfIOpaqueLensComponent |
( |
fsCEntity * | pParent, |
|
|
fsBool | pHandleTaps, |
|
|
fsBool | pHandleDragEvent, |
|
|
fsBool | pHandlePinchEvents ) |
|
protected |
◆ doOnDragEnd()
| void gfIOpaqueLensComponent::doOnDragEnd |
( |
const fsPoint & | pEndPos | ) |
|
|
overrideprotectedvirtual |
◆ doOnDragMove()
| void gfIOpaqueLensComponent::doOnDragMove |
( |
const fsPoint & | pCurrPos | ) |
|
|
overrideprotectedvirtual |
◆ doOnDragStart()
| void gfIOpaqueLensComponent::doOnDragStart |
( |
const fsPoint & | pStartPos | ) |
|
|
overrideprotectedvirtual |
◆ doOnTap()
| void gfIOpaqueLensComponent::doOnTap |
( |
const fsPoint & | pTapPos | ) |
|
|
overrideprotectedvirtual |
◆ initialiseDo()
| void gfIOpaqueLensComponent::initialiseDo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ swipeGet()
| fsSSwipe const & gfIOpaqueLensComponent::swipeGet |
( |
| ) |
const |
|
inline |
◆ tapGet()
| fsSTap & gfIOpaqueLensComponent::tapGet |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: