|
Fission FSN
|
#include <gfCGhostSpriteComponent.h>
Public Member Functions | |
| void | sourceSpriteSet (fsISpriteComponent *const pSrc) |
| void | forceVisibleSet (fsBool pVisibility) |
| void | colourRed () |
| void | parentEntityInteractiveSet (fsBool pParentInteractive) |
| Public Member Functions inherited from fsIComponent | |
| template<typename TInterface> | |
| std::vector< fsCEntity * > | appSceneEntitiesWithComponentOfFamilyType () const |
| template<typename TInterface> | |
| fsCEntity * | appSceneFirstEntityWithComponentOfFamilyType () const |
| fsCEntity * | appSceneEntityNamed (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 () |
| fsCEntity * | parentGet () const |
| fsCEntity * | grandparentGet () const |
Static Public Attributes | |
| static const fsCUniqueId | mCheatGhostMsg |
| static const fsCUniqueId | mCheatSuperGhostMsg |
| static const fsCUniqueId | mGhostHintButtonPressedMsg |
| static const fsCUniqueId | mTypeId |
Protected Member Functions | |
| void | updateDo (fsS32 pDeltaMs) override |
| void | resetDo () override |
| void | listenersRegisterDo () override |
| void | listenersDeregisterDo () override |
| fsBool | messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override |
| void | renderDo () override |
| void | matrixApplyDo () override |
| gfCGhostSpriteComponent (fsCEntity *pParent) | |
| virtual | ~gfCGhostSpriteComponent () |
| Protected Member Functions inherited from fsIRenderableComponent | |
| fsIRenderableComponent (fsCEntity *pParent) | |
| virtual | ~fsIRenderableComponent () |
| Protected Member Functions inherited from fsIComponent | |
| 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) | |
Static Protected Member Functions | |
| static fsIComponent * | create (fsCEntity *pParent) |
Friends | |
| class | fsCComponentFactory |
Additional Inherited Members |
|
protected |
|
protectedvirtual |
| void gfCGhostSpriteComponent::colourRed | ( | ) |
|
staticprotected |
| void gfCGhostSpriteComponent::forceVisibleSet | ( | fsBool | pVisibility | ) |
|
overrideprotectedvirtual |
Implements fsIMessageListener.
|
overrideprotectedvirtual |
Implements fsIMessageListener.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
overrideprotectedvirtual |
Implements fsIMessageListener.
| void gfCGhostSpriteComponent::parentEntityInteractiveSet | ( | fsBool | pParentInteractive | ) |
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
| void gfCGhostSpriteComponent::sourceSpriteSet | ( | fsISpriteComponent *const | pSrc | ) |
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
friend |
|
static |
|
static |
|
static |
|
static |