11#ifndef gfCLevelSequencerMapLevelIconComponenthdr
12#define gfCLevelSequencerMapLevelIconComponenthdr
66 void carouselScaleUpdate(
fsS32 pDeltaMs);
Definition fsCEntity.h:39
Definition fsCUniqueId.h:21
fsIComponent(fsCEntity *pParent)
Definition fsIComponent.cpp:86
fsIGestureHandlingComponent(fsCEntity *pParent, fsBool pHandleTaps, fsBool pHandleDragEvent, fsBool pHandlePinchEvents)
Definition fsIGestureHandlingComponent.cpp:448
fsITutorialEnabledComponent()
Definition fsITutorialEnabledComponent.cpp:17
Definition gfCLevelSequencerMapLevelComponent.h:19
void renderDo() override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:66
void onDragEnd(const fsPoint &pEndPos) override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:191
friend class gfIAutoTestLevelUserInputComponent
Definition gfCLevelSequencerMapLevelIconComponent.h:26
void deactivate()
Definition gfCLevelSequencerMapLevelIconComponent.h:36
friend class fsCComponentFactory
Definition gfCLevelSequencerMapLevelIconComponent.h:27
gfCLevelSequencerMapLevelIconComponent(fsCEntity *pParent)
Definition gfCLevelSequencerMapLevelIconComponent.cpp:206
fsBool messageProcessDo(const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:123
void listenersDeregisterDo() override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:117
void tutorialCompletedDo(const fsPoint &pPos) override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:145
fsBool acceptingInputGet() const override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:196
void updateDo(fsS32 pDeltaMs) override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:75
void onDragMove(const fsPoint &pCurrPos) override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:186
virtual ~gfCLevelSequencerMapLevelIconComponent()
Definition gfCLevelSequencerMapLevelIconComponent.cpp:218
void posSet(const fsPoint &pPos)
Definition gfCLevelSequencerMapLevelIconComponent.cpp:21
static const fsCUniqueId mTypeId
Definition gfCLevelSequencerMapLevelIconComponent.h:39
static fsIComponent * create(fsCEntity *pParent)
Definition gfCLevelSequencerMapLevelIconComponent.cpp:201
void onDragStart(const fsPoint &pStartPos) override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:181
void componentsLink(gfCSubSceneViewComponent *pSubScene, gfCLevelSequencerMapLevelComponent *pParent)
Definition gfCLevelSequencerMapLevelIconComponent.cpp:150
void onTap(const fsPoint &pStartPos) override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:157
void listenersRegisterDo() override
Definition gfCLevelSequencerMapLevelIconComponent.cpp:111
Definition gfCSubSceneViewComponent.h:27
bool fsBool
Definition fsBaseTypes.h:26
int fsS32
Definition fsBaseTypes.h:20
float fsF32
Definition fsBaseTypes.h:28
Definition fsIMessageDispatcher.h:32