Fission FSN
Loading...
Searching...
No Matches
gfCGroupCollectableComponent Class Reference

#include <gfCGroupCollectableComponent.h>

Inheritance diagram for gfCGroupCollectableComponent:

Public Member Functions

fsBool selectedGet () const
void select ()
void deselect ()
Public Member Functions inherited from gfCTappableCollectableComponent
void touchHitSpriteStore ()
virtual ~gfCTappableCollectableComponent ()
Public Member Functions inherited from gfICollectableComponent
fsBool playCollectedSFX ()
void collectionShortCircuit ()
void collectionProcessTrigger ()
void visiblePostCollectionSet (const fsStr &pPostCollectionMarkerFile)
void deactivate ()
void activate ()
fsBool collectionEffectPlayingGet () const
fsBool isInactivatedGet () const
fsBool hasBeenCollectedGet () const
Public Member Functions inherited from fsIMessageListenerComponent
 fsIMessageListenerComponent (fsCEntity *pParent)
 fsIMessageListenerComponent (fsCEntity *pParent, fsS32 pPriority)
virtual ~fsIMessageListenerComponent ()
Public Member Functions inherited from fsIComponent
template<typename TInterface>
std::vector< fsCEntity * > appSceneEntitiesWithComponentOfFamilyType () const
template<typename TInterface>
fsCEntityappSceneFirstEntityWithComponentOfFamilyType () const
fsCEntityappSceneEntityNamed (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 ()
fsCEntityparentGet () const
fsCEntitygrandparentGet () const
Public Member Functions inherited from fsIMessageListener
void listenersRegister ()
void listenersDeregister ()
void prioritySet (fsS32 pPriority)
fsBool messageProcess (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam)
void inputSteal ()
Public Member Functions inherited from fsITutorialEnabledComponent
void tutorialCompleted (const fsPoint &pPos)

Static Public Attributes

static const fsCUniqueId mTypeId
Static Public Attributes inherited from gfCTappableCollectableComponent
static const fsCUniqueId mTypeId
Static Public Attributes inherited from gfICollectableComponent
static const fsCUniqueId mCollectionStartMsg
static const fsCUniqueId mCollectionEndMsg
static const fsCUniqueId mLevelSkipForceCollectMsg

Protected Member Functions

void collectionProcessTriggerDo () override
fsBool collectable () const override
void listenersRegisterDo () override
void listenersDeregisterDo () override
fsBool messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override
 gfCGroupCollectableComponent (fsCEntity *pParent)
virtual ~gfCGroupCollectableComponent ()
Protected Member Functions inherited from gfCTappableCollectableComponent
virtual fsBool hitTestAndCollect (const fsPoint &pPointerPos)
virtual fsBool hitTest (const fsPoint &pPointerPos)
void deserialiseDo () override
void listenersRegisterDo () override
void listenersDeregisterDo () override
fsBool messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override
void inputStealDo () override
void activateDo () override
void deactivateDo () override
 gfCTappableCollectableComponent (fsCEntity *pParent)
Protected Member Functions inherited from gfICollectableComponent
void stateSet (eCOLLECTION_STATE pState)
eCOLLECTION_STATE stateGet () const
virtual void midCollectionHandle ()
virtual fsBool inInactivatedGetDo () const
virtual void onCollectionEffectCompleteDo ()
void tutorialCompletedDo (const fsPoint &pPos) override
void serialiseDo () override
void deserialiseDo () override
void resetDo () override
void listenersRegisterDo () override
void listenersDeregisterDo () override
fsBool messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override
 gfICollectableComponent (fsCEntity *pParent)
virtual ~gfICollectableComponent ()
Protected Member Functions inherited from fsIComponent
virtual void updateDo (fsS32 pDeltaMs)
virtual void renderDo ()
virtual void matrixApplyDo ()
virtual void postLoadDo ()
virtual void initialiseFromVariableTableDo (const fsCVariableTable &pVars)
virtual void initialiseDo ()
virtual void finaliseDo ()
virtual ~fsIComponent ()
 fsIComponent (fsCEntity *pParent)
Protected Member Functions inherited from fsIMessageListener
 fsIMessageListener (fsS32 pPriority)
virtual ~fsIMessageListener ()
Protected Member Functions inherited from fsITutorialEnabledComponent
 fsITutorialEnabledComponent ()
virtual ~fsITutorialEnabledComponent ()

Static Protected Member Functions

static fsIComponentcreate (fsCEntity *pParent)
Static Protected Member Functions inherited from gfCTappableCollectableComponent
static fsIComponentcreate (fsCEntity *pParent)

Friends

class fsCComponentFactory
class gfCTutorialSequencerComponent

Additional Inherited Members

Public Types inherited from fsIMessageListener
enum  {
  ePRIORITY_NORMAL = 0 , ePRIORITY_DEBUG_WINDOW , ePRIORITY_SOFTWARE_CURSOR , ePRIORITY_TEXT_ENTRY ,
  ePRIORITY_DEBUG_MODAL , ePRIORITY_DEBUG_MODAL_BUTTON
}
Static Public Member Functions inherited from gfICollectableComponent
static void extraPersistentTagCheckProviderSet (fsBool(*pProvider)(fsCEntity *const pEntity))
Static Public Member Functions inherited from fsIMessageListener
static fsBool lessThan (const fsIMessageListener *pLHS, const fsIMessageListener *pRHS)
Static Public Member Functions inherited from fsITutorialEnabledComponent
static fsStr associatedEntityNameGet (fsCEntity *pEnt)
Protected Types inherited from gfICollectableComponent
enum struct  eCOLLECTION_STATE { eINACTIVE = 0 , eCOLLECTIBLE , eCOLLECTED_EFFECT_PLAYING , eCOLLECTED_EFFECT_FINISHED }
Protected Attributes inherited from gfCTappableCollectableComponent
fsBool mTakingInput
fsISpriteComponentmTouchHitSprite
gfCGhostSpriteComponentmGhostSpriteComp
Protected Attributes inherited from fsIMessageListener
fsS32 mPriority

Constructor & Destructor Documentation

◆ gfCGroupCollectableComponent()

gfCGroupCollectableComponent::gfCGroupCollectableComponent ( fsCEntity * pParent)
protected

◆ ~gfCGroupCollectableComponent()

gfCGroupCollectableComponent::~gfCGroupCollectableComponent ( )
protectedvirtual

Member Function Documentation

◆ collectable()

fsBool gfCGroupCollectableComponent::collectable ( ) const
overrideprotectedvirtual

Reimplemented from gfCTappableCollectableComponent.

◆ collectionProcessTriggerDo()

void gfCGroupCollectableComponent::collectionProcessTriggerDo ( )
overrideprotectedvirtual

Reimplemented from gfICollectableComponent.

◆ create()

fsIComponent * gfCGroupCollectableComponent::create ( fsCEntity * pParent)
staticprotected

◆ deselect()

void gfCGroupCollectableComponent::deselect ( )

◆ listenersDeregisterDo()

void gfCGroupCollectableComponent::listenersDeregisterDo ( )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ listenersRegisterDo()

void gfCGroupCollectableComponent::listenersRegisterDo ( )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ messageProcessDo()

fsBool gfCGroupCollectableComponent::messageProcessDo ( const fsCUniqueId & pMessageType,
const fsIMessageDispatcher::sMessageParameters & pParam )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ select()

void gfCGroupCollectableComponent::select ( )

◆ selectedGet()

fsBool gfCGroupCollectableComponent::selectedGet ( ) const

◆ fsCComponentFactory

friend class fsCComponentFactory
friend

◆ gfCTutorialSequencerComponent

friend class gfCTutorialSequencerComponent
friend

Member Data Documentation

◆ mTypeId

const fsCUniqueId gfCGroupCollectableComponent::mTypeId
static

The documentation for this class was generated from the following files: