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

#include <fsCSoftwareCursor.h>

Inheritance diagram for fsCSoftwareCursor:

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 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 ()

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)
Protected Member Functions inherited from fsIMessageListener
virtual void inputStealDo ()
 fsIMessageListener (fsS32 pPriority)
virtual ~fsIMessageListener ()

Friends

class fsICursor
class fsCComponentFactory

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 fsICursor
static void customCursorActiveSet (fsBool pVal)
static void leftHandedCursorActiveSet (fsBool pVal)
Static Public Member Functions inherited from fsIMessageListener
static fsBool lessThan (const fsIMessageListener *pLHS, const fsIMessageListener *pRHS)
Static Protected Member Functions inherited from fsICursor
static fsBool customCursorActiveGet ()
static fsICursorinstance (fsINode *const pParent, fsCEntityFactory *const pEntityFactory)
static fsIComponentcreate (fsINode *const pParent)
Protected Attributes inherited from fsIMessageListener
fsS32 mPriority

Constructor & Destructor Documentation

◆ ~fsCSoftwareCursor()

fsCSoftwareCursor::~fsCSoftwareCursor ( )
override

◆ fsCSoftwareCursor()

fsCSoftwareCursor::fsCSoftwareCursor ( fsCEntity * pParent)
protected

Member Function Documentation

◆ cursorSet()

void fsCSoftwareCursor::cursorSet ( const fsCUniqueId & pCursorId)

◆ enabledSet()

void fsCSoftwareCursor::enabledSet ( fsBool pEnabled)

◆ listenersDeregisterDo()

void fsCSoftwareCursor::listenersDeregisterDo ( )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ listenersRegisterDo()

void fsCSoftwareCursor::listenersRegisterDo ( )
overrideprotectedvirtual

Implements fsIMessageListener.

◆ posSet()

void fsCSoftwareCursor::posSet ( const fsVec2d & pPos)
overridevirtual

Reimplemented from fsICursor.

◆ updateDo()

void fsCSoftwareCursor::updateDo ( fsS32 pDeltaMs)
overrideprotectedvirtual

Reimplemented from fsIComponent.

◆ fsCComponentFactory

friend class fsCComponentFactory
friend

◆ fsICursor

friend class fsICursor
friend

Member Data Documentation

◆ mCursorDefault

const fsCUniqueId fsCSoftwareCursor::mCursorDefault
static

◆ mCursorInvestigate

const fsCUniqueId fsCSoftwareCursor::mCursorInvestigate
static

◆ mEnterClientAreaMsg

const fsCUniqueId fsCSoftwareCursor::mEnterClientAreaMsg
static

◆ mLeaveClienAreaMsg

const fsCUniqueId fsCSoftwareCursor::mLeaveClienAreaMsg
static

◆ mLeftHandedCursorToggle

const fsCUniqueId fsCSoftwareCursor::mLeftHandedCursorToggle
static

◆ mMovedOffHotComponentMsg

const fsCUniqueId fsCSoftwareCursor::mMovedOffHotComponentMsg
static

◆ mMovedOntoHotComponentMsg

const fsCUniqueId fsCSoftwareCursor::mMovedOntoHotComponentMsg
static

◆ mResetToDefaultMsg

const fsCUniqueId fsCSoftwareCursor::mResetToDefaultMsg
static

◆ mSoftwarCursorToggle

const fsCUniqueId fsCSoftwareCursor::mSoftwarCursorToggle
static

◆ mTypeId

const fsCUniqueId fsCSoftwareCursor::mTypeId
static

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