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

#include <gfIHogLevel.h>

Inheritance diagram for gfIHogLevel:

Public Member Functions

fsCEntity *const parentGet () const
fsStr levelNameGet () const
void skip ()
void skippedEntitiesForceCollect ()
fsS32 bestLevelRunningTimeGet () const
fsS32 levelRunningTimeGet () const
fsS32 totalGameRunningTimeGet () const
fsStr nextLevelGet () const
const fsStrlevelNameFilenameGet () const
void abort ()
void levelStateSave ()
void levelStateRestore (fsStr &pLoadStr)
virtual ~gfIHogLevel ()
virtual fsStr sceneFolderGet () const
virtual fsStr saveStateKeyGet ()
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 ()

Protected Member Functions

void levelCreate (const fsStr &pLevelName)
void bestRunningTimeSet ()
virtual void skipDo ()
virtual void guiInitDo ()
virtual void levelStateSaveDo ()
fsBool mapLevelGet () const
void listenersDeregisterDo () override
void listenersRegisterDo () override
fsBool messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override
void resetDo () override
void deserialiseDo () override
void serialiseDo () override
void updateDo (fsS32 pDeltaMs) override
std::vector< fsCEntity * > minigameEntitiesGet ()
void cheatMenuToggle ()
virtual void abortDo ()
virtual void doLevelCreate ()
virtual void doLevelStateRestore ()
virtual void doPostEntityCreation ()
 gfIHogLevel (fsCEntity *pParent)
Protected Member Functions inherited from fsIComponent
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 ()

Friends

class fsCComponentFactory
class gfCDebugJustCollectablesView
class gfCHogCoreMain
class gfCSimpleCoreMain

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 fsIMessageListener
static fsBool lessThan (const fsIMessageListener *pLHS, const fsIMessageListener *pRHS)
Protected Attributes inherited from fsIMessageListener
fsS32 mPriority

Constructor & Destructor Documentation

◆ ~gfIHogLevel()

gfIHogLevel::~gfIHogLevel ( )
virtual

◆ gfIHogLevel()

gfIHogLevel::gfIHogLevel ( fsCEntity * pParent)
protected

Member Function Documentation

◆ abort()

void gfIHogLevel::abort ( )

◆ abortDo()

virtual void gfIHogLevel::abortDo ( )
inlineprotectedvirtual

◆ bestLevelRunningTimeGet()

fsS32 gfIHogLevel::bestLevelRunningTimeGet ( ) const

◆ bestRunningTimeSet()

void gfIHogLevel::bestRunningTimeSet ( )
protected

◆ cheatMenuToggle()

void gfIHogLevel::cheatMenuToggle ( )
protected

◆ deserialiseDo()

void gfIHogLevel::deserialiseDo ( )
overrideprotectedvirtual

Reimplemented from fsIComponent.

◆ doLevelCreate()

virtual void gfIHogLevel::doLevelCreate ( )
inlineprotectedvirtual

◆ doLevelStateRestore()

virtual void gfIHogLevel::doLevelStateRestore ( )
inlineprotectedvirtual

◆ doPostEntityCreation()

virtual void gfIHogLevel::doPostEntityCreation ( )
inlineprotectedvirtual

Reimplemented in fsCAutoMinigameLevelComponent.

◆ guiInitDo()

void gfIHogLevel::guiInitDo ( )
protectedvirtual

Reimplemented in gfCHogCollectorsLevelComponent.

◆ levelCreate()

void gfIHogLevel::levelCreate ( const fsStr & pLevelName)
protected

◆ levelNameFilenameGet()

const fsStr & gfIHogLevel::levelNameFilenameGet ( ) const
inline

◆ levelNameGet()

fsStr gfIHogLevel::levelNameGet ( ) const

◆ levelRunningTimeGet()

fsS32 gfIHogLevel::levelRunningTimeGet ( ) const

◆ levelStateRestore()

void gfIHogLevel::levelStateRestore ( fsStr & pLoadStr)

◆ levelStateSave()

void gfIHogLevel::levelStateSave ( )

◆ levelStateSaveDo()

void gfIHogLevel::levelStateSaveDo ( )
protectedvirtual

Reimplemented in gfCHogCollectorsLevelComponent.

◆ listenersDeregisterDo()

void gfIHogLevel::listenersDeregisterDo ( )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ listenersRegisterDo()

void gfIHogLevel::listenersRegisterDo ( )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ mapLevelGet()

fsBool gfIHogLevel::mapLevelGet ( ) const
protected

◆ messageProcessDo()

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

Implements fsIMessageListener.

◆ minigameEntitiesGet()

std::vector< fsCEntity * > gfIHogLevel::minigameEntitiesGet ( )
protected

◆ nextLevelGet()

fsStr gfIHogLevel::nextLevelGet ( ) const

◆ parentGet()

fsCEntity *const gfIHogLevel::parentGet ( ) const

◆ resetDo()

void gfIHogLevel::resetDo ( )
overrideprotectedvirtual

Reimplemented from fsIComponent.

◆ saveStateKeyGet()

fsStr gfIHogLevel::saveStateKeyGet ( )
virtual

Reimplemented in fsCAutoMinigameLevelComponent.

◆ sceneFolderGet()

fsStr gfIHogLevel::sceneFolderGet ( ) const
virtual

Reimplemented in gfCHogCollectorsLevelComponent.

◆ serialiseDo()

void gfIHogLevel::serialiseDo ( )
overrideprotectedvirtual

Reimplemented from fsIComponent.

◆ skip()

void gfIHogLevel::skip ( )

◆ skipDo()

virtual void gfIHogLevel::skipDo ( )
inlineprotectedvirtual

◆ skippedEntitiesForceCollect()

void gfIHogLevel::skippedEntitiesForceCollect ( )

◆ totalGameRunningTimeGet()

fsS32 gfIHogLevel::totalGameRunningTimeGet ( ) const

◆ updateDo()

void gfIHogLevel::updateDo ( fsS32 pDeltaMs)
overrideprotectedvirtual

Reimplemented from fsIComponent.

◆ fsCComponentFactory

friend class fsCComponentFactory
friend

◆ gfCDebugJustCollectablesView

friend class gfCDebugJustCollectablesView
friend

◆ gfCHogCoreMain

friend class gfCHogCoreMain
friend

◆ gfCSimpleCoreMain

friend class gfCSimpleCoreMain
friend

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