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

#include <fsIComponent.h>

Inheritance diagram for fsIComponent:

Public Member Functions

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

Protected Member Functions

virtual void resetDo ()
virtual void updateDo (fsS32 pDeltaMs)
virtual void renderDo ()
virtual void matrixApplyDo ()
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)

Friends

class fsCComponentFactory

Constructor & Destructor Documentation

◆ ~fsIComponent()

fsIComponent::~fsIComponent ( )
protectedvirtual

◆ fsIComponent()

fsIComponent::fsIComponent ( fsCEntity * pParent)
protected

Member Function Documentation

◆ appSceneEntitiesWithComponentOfFamilyType()

template<typename TInterface>
std::vector< fsCEntity * > fsIComponent::appSceneEntitiesWithComponentOfFamilyType ( ) const

◆ appSceneEntityNamed()

fsCEntity * fsIComponent::appSceneEntityNamed ( const fsStr & pName) const

◆ appSceneFirstEntityWithComponentOfFamilyType()

template<typename TInterface>
fsCEntity * fsIComponent::appSceneFirstEntityWithComponentOfFamilyType ( ) const

◆ deserialise()

void fsIComponent::deserialise ( )

◆ deserialiseDo()

◆ finalise()

void fsIComponent::finalise ( )

◆ finaliseDo()

virtual void fsIComponent::finaliseDo ( )
inlineprotectedvirtual

◆ grandparentGet()

fsCEntity * fsIComponent::grandparentGet ( ) const

◆ initialise()

void fsIComponent::initialise ( )

◆ initialiseDo()

◆ initialiseFromVariableTable()

void fsIComponent::initialiseFromVariableTable ( const fsCVariableTable & pVars)

◆ initialiseFromVariableTableDo()

void fsIComponent::initialiseFromVariableTableDo ( const fsCVariableTable & pVars)
protectedvirtual

Reimplemented in fsC3dSceneSpriteComponent, fsCActorComponent, fsCAnimatingSpriteComponent, fsCBarGuiComponent, fsCButtonComponent, fsCButtonDelayComponent, fsCCalendarComponent, fsCCheatButtonComponent, fsCCheckBoxComponent, fsCEmptyGui, fsCGameGui, fsCInGameCheatMenu, fsCInventoryGui, fsCLocaleGui, fsCMainMenuGui, fsCMapGui, fsCMovieSpriteComponent, fsCNotificationsGui, fsCParticleEmitterComponent, fsCRevealingTextSpriteComponent, fsCRollOverButtonComponent, fsCRollOverGui, fsCScreenFadeComponent, fsCSilhouettePickListEntryGui, fsCSliderComponent, fsCSplashScreenGui, fsCSpriteComponent, fsCStreakMultiplierGuiComponent, fsCTextEntryComponent, fsCTextSpriteComponent, fsIGuiComponent, fsITransformationComponent, gfCAchievementsScreen, gfCAnagramComponent, gfCAnagramController, gfCAutoMinigameButtonComponent, gfCBonusCollectionScreen, gfCChapterMenuGui, gfCChoosePlayerGui, gfCCommodityButtonComponent, gfCConversationGui, gfCCreditsGui, gfCCrossOutPickListEntryGui, gfCDebugWindowGui, gfCDiaryGui, gfCDropOffPickListEntryGui, gfCFlipsawMiniGameLogicComponent, gfCInGameShopGui, gfCInstantInventoryMiniGameLogicComponent, gfCJigsawDeckComponent, gfCJigsawDrawerComponent, gfCJigsawHelpImage, gfCJigsawLogicComponent, gfCLevelSequencerMapComponent, gfCLevelSequencerMinigameComponent, gfCLocaleSelectGui, gfCMiniGameGui, gfCMoreGamesGui, gfCNewPlayerGui, gfCOptionsGui, gfCPairsMiniGameLogicComponent, gfCParkCatalogueGui, gfCParkEndOfDayGui, gfCParkHudGui, gfCPickListGui, gfCPlayerSlotGui, gfCRoundScoreGui, gfCSingleItemPickListEntryGui, gfCTuneGui, gfCWallpaperGui, gfCWordSearchImageGroupPickListEntryGui, gfCWordSearchMinigameLogicComponent, gfCWordSearchTiledPickListEntryGui, gfICatalogueGui, and gfIRoundScoreGui.

◆ matrixApply()

void fsIComponent::matrixApply ( )

◆ matrixApplyDo()

◆ parentGet()

fsCEntity * fsIComponent::parentGet ( ) const

◆ postLoad()

void fsIComponent::postLoad ( )

◆ postLoadDo()

virtual void fsIComponent::postLoadDo ( )
inlineprotectedvirtual

◆ render()

void fsIComponent::render ( )

◆ renderDo()

◆ reset()

void fsIComponent::reset ( )

◆ resetDo()

◆ serialise()

void fsIComponent::serialise ( )

◆ serialiseDo()

◆ update()

void fsIComponent::update ( fsS32 pDeltaMs)

◆ updateDo()

virtual void fsIComponent::updateDo ( fsS32 pDeltaMs)
inlineprotectedvirtual

Reimplemented in fsC3dSceneSpriteComponent, fsCActorComponent, fsCActorPathComponent, fsCAnimatingSpriteComponent, fsCBarGuiComponent, fsCEmptyGui, fsCEphemeralComponent, fsCGameGui, fsCMainMenuGui, fsCNotificationsGui, fsCParticleEmitterComponent, fsCPlayerMovementComponent, fsCRevealingTextSpriteComponent, fsCRollOverButtonComponent, fsCSoftwareCursor, fsCSplashScreenGui, fsCTextEntryComponent, fsIActorMovementComponent, fsITrailComponent, fsITransformationComponent, fsNCollision::fsCCollisionComponent, fsNCollision::fsCImpulseComponent, gfCAnimCollectionEffectComponent, gfCAutoTestLevelLoadComponent, gfCAutoTestLevelPlayComponent, gfCAutoTestLoadGuis, gfCChapterMenuGui, gfCConversationGui, gfCDebugWindowGui, gfCFadeCollectionEffectComponent, gfCGhostSpriteComponent, gfCHogLevelComponent, gfCJigsawDrawerComponent, gfCJoinTheDotsMinigameComponent, gfCLevelSequencerMapComponent, gfCLevelSequencerMapLevelIconComponent, gfCPairsMinigameComponent, gfCParallaxComponent, gfCParkGuestViewComponent, gfCParkHudGui, gfCParkLevelComponent, gfCParkOfficeTapComponent, gfCParkSlotStaffComponent, gfCParkStaffViewComponent, gfCParticleCollectionEffectComponent, gfCPickListTrailCollectionEffectComponent, gfCRotateMinigameComponent, gfCRoundCongratulationsGui, gfCRoundScoreGui, gfCScoreTrailCollectionEffectComponent, gfCSimpleLevelComponent, gfCSlidasquareMinigameComponent, gfCSpinningCollectionEffectComponent, gfCTaskNoteGuiComponent, gfCTestLoadGuis, gfCTutorialPartcileClusterComponent, gfCTutorialProgressionComponent, gfCTutorialSequencerComponent, gfCWordSearchLensComponent, gfIAutoTestLevelUserInputComponent, gfIHogLevel, gfILensComponent, and gfIPickListEntryGui.

◆ fsCComponentFactory

friend class fsCComponentFactory
friend

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