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

#include <gfCPhotographableComponent.h>

Inheritance diagram for gfCPhotographableComponent:

Public Member Functions

const fsStrsubjectIdGet () const
fsBool hitTest (const fsPoint &pScreenPos) const
fsS32 photoScoreGet (const fsRect &pScreenRect) const
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 const fsStr mEntityPrefix
Static Public Attributes inherited from gfICollectableComponent
static const fsCUniqueId mCollectionStartMsg
static const fsCUniqueId mCollectionEndMsg
static const fsCUniqueId mLevelSkipForceCollectMsg

Protected Member Functions

void resetDo () override
void finaliseDo () override
void listenersRegisterDo () override
void listenersDeregisterDo () override
fsBool messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override
 gfCPhotographableComponent (fsCEntity *pParent)
virtual ~gfCPhotographableComponent ()
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 ~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

◆ gfCPhotographableComponent()

gfCPhotographableComponent::gfCPhotographableComponent ( fsCEntity * pParent)
protected

◆ ~gfCPhotographableComponent()

gfCPhotographableComponent::~gfCPhotographableComponent ( )
protectedvirtual

Member Function Documentation

◆ create()

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

◆ finaliseDo()

void gfCPhotographableComponent::finaliseDo ( )
overrideprotectedvirtual

Reimplemented from fsIComponent.

◆ hitTest()

fsBool gfCPhotographableComponent::hitTest ( const fsPoint & pScreenPos) const

◆ listenersDeregisterDo()

void gfCPhotographableComponent::listenersDeregisterDo ( )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ listenersRegisterDo()

void gfCPhotographableComponent::listenersRegisterDo ( )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ messageProcessDo()

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

Implements fsIMessageListener.

◆ photoScoreGet()

fsS32 gfCPhotographableComponent::photoScoreGet ( const fsRect & pScreenRect) const

◆ resetDo()

void gfCPhotographableComponent::resetDo ( )
overrideprotectedvirtual

Reimplemented from fsIComponent.

◆ subjectIdGet()

const fsStr & gfCPhotographableComponent::subjectIdGet ( ) const

◆ fsCComponentFactory

friend class fsCComponentFactory
friend

Member Data Documentation

◆ mEntityPrefix

const fsStr gfCPhotographableComponent::mEntityPrefix
static

◆ mTypeId

const fsCUniqueId gfCPhotographableComponent::mTypeId
static

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