|
Fission FSN
|
#include <fsCDragDropComponent.h>

Public Member Functions | |
| void | dragStart (const fsPoint &pPos, fsS32 pPointerIndexForDrag) |
| Public Member Functions inherited from fsIGestureHandlingComponent | |
| fsBool | hitTest (const fsPoint &pPos) const |
| Public Member Functions inherited from fsIComponent | |
| template<typename TInterface> | |
| std::vector< fsCEntity * > | appSceneEntitiesWithComponentOfFamilyType () const |
| template<typename TInterface> | |
| fsCEntity * | appSceneFirstEntityWithComponentOfFamilyType () const |
| fsCEntity * | appSceneEntityNamed (const fsStr &pName) const |
| void | reset () |
| void | update (fsS32 pDeltaMs) |
| void | render () |
| void | matrixApply () |
| void | postLoad () |
| void | deserialise () |
| void | serialise () |
| void | initialiseFromVariableTable (const fsCVariableTable &pVars) |
| void | initialise () |
| void | finalise () |
| fsCEntity * | parentGet () const |
| fsCEntity * | grandparentGet () const |
Static Public Member Functions | |
| static fsCEntity * | dragDropEntityCreate (const fsStr &pEntName, std::shared_ptr< fsCBrush > pBrush, fsCEntity *pEnt, const fsPoint &pOffset) |
Static Public Attributes | |
| static const fsCUniqueId | mTypeId |
| static const fsCUniqueId | mDragEndMsg |
Protected Member Functions | |
| fsBool | acceptingInputGet () const override |
| void | onDragMove (const fsPoint &pCurrPos) override |
| void | onDragEnd (const fsPoint &pEndPos) override |
| void | renderDo () override |
| void | matrixApplyDo () override |
| fsCDragDropComponent (fsCEntity *pParent) | |
| virtual | ~fsCDragDropComponent () |
| 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 () |
| Protected Member Functions inherited from fsIComponent | |
| virtual void | resetDo () |
| virtual void | updateDo (fsS32 pDeltaMs) |
| 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) | |
Static Protected Member Functions | |
| static fsIComponent * | create (fsCEntity *pParent) |
Friends | |
| class | fsCComponentFactory |
Additional Inherited Members | |
| 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 } |
| Protected Attributes inherited from fsIGestureHandlingComponent | |
| std::vector< sGesturePoint > | mGesturePoints |
| fsS32 | mGestureState |
| fsS32 | mNumPointsDown |
| fsBool | mHighlighted |
|
protected |
|
protectedvirtual |
|
overrideprotectedvirtual |
Implements fsIGestureHandlingComponent.
|
staticprotected |
|
static |
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIGestureHandlingComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIGestureHandlingComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
friend |
|
static |
|
static |