|
Fission FSN
|
#include <gfCFlipsawCutterComponent.h>

Public Member Functions | |
| void | stencilsCreate () override |
| Public Member Functions inherited from gfICutterComponent | |
| virtual void | cut (fsBool pFirstTime) |
| virtual void | minigameEntitiesCreate (const fsCVariableTable &pStyle, const fsStr &pLevelName, fsCEntity *pParent, const fsStr &pAutoMiniGameSourceArt, gfIMinigameLogic *pMingameLogic) |
| 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 | mTypeId |
| static const fsStr | mEntityPrefix |
| Static Public Attributes inherited from gfISimpleCutterComponent | |
| static const fsCUniqueId | mTypeId |
| Static Public Attributes inherited from gfICutterComponent | |
| static const fsCUniqueId | mTypeId |
Protected Member Functions | |
| fsStr | minigamePieceNameGet () const override |
| void | doCut (fsCEntity *pEnt, gfIStencil *pStencil, fsBool pFirstTime) override |
| gfIStencil *const | stencilRestore () override |
| void | doSetup (const fsCVariableTable &pStyle, const fsStr &pLevelName) override |
| fsCFlipsawCutterComponent (fsCEntity *pParent) | |
| virtual | ~fsCFlipsawCutterComponent () |
| Protected Member Functions inherited from gfISimpleCutterComponent | |
| gfISimpleCutterComponent (fsCEntity *pParent) | |
| virtual | ~gfISimpleCutterComponent () |
| void | simpleCutterSetup (const fsCVariableTable &pStyle, const fsStr &pLevelName) |
| Protected Member Functions inherited from gfICutterComponent | |
| void | deserialiseDo () override |
| void | serialiseDo () override |
| gfICutterComponent (fsCEntity *pParent) | |
| virtual | ~gfICutterComponent () |
| void | setup (const fsCVariableTable &pStyle, const fsStr &pLevelName, const fsStr &pAutoMiniGameSourceArt) |
| fsPoint | originLayerOffsetReconcile (fsCEntity *pPieceParent) |
| fsStr | pieceNameGet (fsS32 pRow, fsS32 pCol) const |
| Protected Member Functions inherited from fsIComponent | |
| virtual void | resetDo () |
| 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) | |
Static Protected Member Functions | |
| static fsIComponent * | create (fsCEntity *pParent) |
Friends | |
| class | fsCComponentFactory |
Additional Inherited Members | |
| Static Public Member Functions inherited from gfICutterComponent | |
| static fsStr | sourceImageFilenameGet (const fsStr &pLevelFolder, const fsStr &pLayerNameSansPrefix) |
| Protected Attributes inherited from gfISimpleCutterComponent | |
| std::shared_ptr< fsCBrush > | mStencilTexture |
| Protected Attributes inherited from gfICutterComponent | |
| std::vector< gfIStencil * > | mStencils |
| std::vector< fsCEntity * > | mMinigameEnts |
| std::shared_ptr< fsCBrush > | mSourceImage |
| fsS32 | mPieceWidth |
| fsS32 | mPieceHeight |
| fsS32 | mCols |
| fsS32 | mRows |
| fsPoint | mGridOrigin |
| fsCEntity * | mSceneRoot |
| fsCEntity * | mMinigameLogic |
|
protected |
|
protectedvirtual |
|
staticprotected |
|
overrideprotectedvirtual |
Implements gfICutterComponent.
|
overrideprotectedvirtual |
Reimplemented from gfICutterComponent.
|
overrideprotectedvirtual |
Implements gfICutterComponent.
|
overrideprotectedvirtual |
Implements gfICutterComponent.
|
overridevirtual |
Reimplemented from gfICutterComponent.
|
friend |
|
static |
|
static |