|
Fission FSN
|
#include <fsCSoftwareCursor.h>

Public Member Functions | |
| void | posSet (const fsVec2d &pPos) override |
| void | enabledSet (fsBool pEnabled) |
| void | cursorSet (const fsCUniqueId &pCursorId) |
| ~fsCSoftwareCursor () override | |
| Public Member Functions inherited from fsICursor | |
| virtual | ~fsICursor () |
| 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 fsCUniqueId | mSoftwarCursorToggle |
| static const fsCUniqueId | mLeftHandedCursorToggle |
| static const fsCUniqueId | mEnterClientAreaMsg |
| static const fsCUniqueId | mLeaveClienAreaMsg |
| static const fsCUniqueId | mResetToDefaultMsg |
| static const fsCUniqueId | mCursorDefault |
| static const fsCUniqueId | mCursorInvestigate |
| static const fsCUniqueId | mMovedOntoHotComponentMsg |
| static const fsCUniqueId | mMovedOffHotComponentMsg |
Protected Member Functions | |
| void | listenersRegisterDo () override |
| void | listenersDeregisterDo () override |
| void | updateDo (fsS32 pDeltaMs) override |
| fsCSoftwareCursor (fsCEntity *pParent) | |
| Protected Member Functions inherited from fsICursor | |
| void | listenersRegisterDo () override |
| void | listenersDeregisterDo () override |
| fsBool | messageProcessDo (const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override |
| fsBool | leftHandedCursorActiveGet () |
| fsICursor (fsCEntity *const pParent) | |
| 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 | initialiseFromVariableTableDo (const fsCVariableTable &pVars) |
| virtual void | initialiseDo () |
| virtual void | finaliseDo () |
| virtual | ~fsIComponent () |
| fsIComponent (fsCEntity *pParent) | |
Friends | |
| class | fsICursor |
| class | fsCComponentFactory |
Additional Inherited Members | |
| Static Public Member Functions inherited from fsICursor | |
| static void | customCursorActiveSet (fsBool pVal) |
| static void | leftHandedCursorActiveSet (fsBool pVal) |
| Static Protected Member Functions inherited from fsICursor | |
| static fsBool | customCursorActiveGet () |
| static fsICursor * | instance (fsINode *const pParent, fsCEntityFactory *const pEntityFactory) |
| static fsIComponent * | create (fsINode *const pParent) |
|
override |
|
protected |
| void fsCSoftwareCursor::cursorSet | ( | const fsCUniqueId & | pCursorId | ) |
| void fsCSoftwareCursor::enabledSet | ( | fsBool | pEnabled | ) |
|
overrideprotectedvirtual |
Implements fsIMessageListener.
|
overrideprotectedvirtual |
Implements fsIMessageListener.
|
overridevirtual |
Reimplemented from fsICursor.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
friend |
|
friend |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |