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

#include <gfCTutorialComponent.h>

Inheritance diagram for gfCTutorialComponent:

Public Member Functions

void deferredActivate ()
virtual ~gfCTutorialComponent ()
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 fsStr mEntityPrefix
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

 gfCTutorialComponent (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 ()
virtual void collectionProcessTriggerDo ()
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
virtual void inputStealDo ()
 fsIMessageListener (fsS32 pPriority)
virtual ~fsIMessageListener ()
Protected Member Functions inherited from fsITutorialEnabledComponent
 fsITutorialEnabledComponent ()
virtual ~fsITutorialEnabledComponent ()

Static Protected Member Functions

static fsIComponentcreate (fsCEntity *pParent)

Friends

class fsCComponentFactory

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 fsIMessageListener
fsS32 mPriority

Constructor & Destructor Documentation

◆ ~gfCTutorialComponent()

gfCTutorialComponent::~gfCTutorialComponent ( )
virtual

◆ gfCTutorialComponent()

gfCTutorialComponent::gfCTutorialComponent ( fsCEntity * pParent)
protected

Member Function Documentation

◆ create()

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

◆ deferredActivate()

void gfCTutorialComponent::deferredActivate ( )

◆ fsCComponentFactory

friend class fsCComponentFactory
friend

Member Data Documentation

◆ mEntityPrefix

const fsStr gfCTutorialComponent::mEntityPrefix
static

◆ mTypeId

const fsCUniqueId gfCTutorialComponent::mTypeId
static

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