|
Fission FSN
|
#include <fsCRollOverButtonComponent.h>

Classes | |
| struct | fsCRollOverAction |
| struct | sButtonEventMsgParam |
Public Member Functions | |
| void | actionSet (fsCRollOverAction *pRollOverAction) |
| fsCEntity * | buttonGuiEntityCreate (const fsStr &pEntityName, const fsCResourceName &pImageFileName, const fsCResourceName &pDownImageFileName) |
| 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 |
| Public Member Functions inherited from fsITutorialEnabledComponent | |
| void | tutorialCompleted (const fsPoint &pPos) |
Static Public Attributes | |
| static const fsCUniqueId | mTypeId |
Protected Member Functions | |
| void | tutorialCompletedDo (const fsPoint &pPos) override |
| void | updateDo (fsS32 pDeltaMs) override |
| void | listenersRegisterDo () override |
| void | listenersDeregisterDo () override |
| fsBool | messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override |
| void | defaultSpriteSet () |
| virtual fsBool | acceptingInputGet () const |
| virtual void | onTap (const fsPoint &pTapPos) |
| void | initialiseFromVariableTableDo (const fsCVariableTable &pVars) override |
| fsCRollOverButtonComponent (fsCEntity *pParent) | |
| virtual | ~fsCRollOverButtonComponent () |
| Protected Member Functions inherited from fsIComponent | |
| virtual void | resetDo () |
| virtual void | renderDo () |
| virtual void | matrixApplyDo () |
| virtual void | postLoadDo () |
| virtual void | deserialiseDo () |
| virtual void | serialiseDo () |
| virtual void | initialiseDo () |
| virtual void | finaliseDo () |
| virtual | ~fsIComponent () |
| fsIComponent (fsCEntity *pParent) | |
| Protected Member Functions inherited from fsITutorialEnabledComponent | |
| fsITutorialEnabledComponent () | |
| virtual | ~fsITutorialEnabledComponent () |
Static Protected Member Functions | |
| static fsIComponent * | create (fsCEntity *pParent) |
Protected Attributes | |
| std::shared_ptr< fsCBrush > | mBrush |
| std::shared_ptr< fsCBrush > | mOverBrush |
| fsCRollOverAction * | mActionId |
Friends | |
| class | gfCLevelSequencerMapComponent |
| class | fsCComponentFactory |
| class | gfIAutoTestLevelUserInputComponent |
Additional Inherited Members | |
| Static Public Member Functions inherited from fsITutorialEnabledComponent | |
| static fsStr | associatedEntityNameGet (fsCEntity *pEnt) |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
| void fsCRollOverButtonComponent::actionSet | ( | fsCRollOverAction * | pRollOverAction | ) |
| fsCEntity * fsCRollOverButtonComponent::buttonGuiEntityCreate | ( | const fsStr & | pEntityName, |
| const fsCResourceName & | pImageFileName, | ||
| const fsCResourceName & | pDownImageFileName ) |
|
staticprotected |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
overrideprotectedvirtual |
Implements fsIMessageListener.
|
overrideprotectedvirtual |
Implements fsIMessageListener.
|
overrideprotectedvirtual |
Implements fsIMessageListener.
|
protectedvirtual |
|
overrideprotectedvirtual |
Implements fsITutorialEnabledComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
friend |
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
static |