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

#include <fsICursor.h>

Inheritance diagram for fsICursor:

Public Member Functions

virtual void posSet (const fsVec2d &pPos)
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 Member Functions

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)

Protected Member Functions

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 updateDo (fsS32 pDeltaMs)
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 ()

Static Protected Member Functions

static fsBool customCursorActiveGet ()
static fsICursorinstance (fsINode *const pParent, fsCEntityFactory *const pEntityFactory)
static fsIComponentcreate (fsINode *const pParent)

Friends

class fsCAppCoreMain

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
}
Protected Attributes inherited from fsIMessageListener
fsS32 mPriority

Constructor & Destructor Documentation

◆ ~fsICursor()

fsICursor::~fsICursor ( )
virtual

◆ fsICursor()

fsICursor::fsICursor ( fsCEntity *const pParent)
protected

Member Function Documentation

◆ create()

fsIComponent * fsICursor::create ( fsINode *const pParent)
staticprotected

◆ customCursorActiveGet()

fsBool fsICursor::customCursorActiveGet ( )
staticprotected

◆ customCursorActiveSet()

void fsICursor::customCursorActiveSet ( fsBool pVal)
static

◆ instance()

fsICursor * fsICursor::instance ( fsINode *const pParent,
fsCEntityFactory *const pEntityFactory )
staticprotected

◆ leftHandedCursorActiveGet()

fsBool fsICursor::leftHandedCursorActiveGet ( )
protected

◆ leftHandedCursorActiveSet()

void fsICursor::leftHandedCursorActiveSet ( fsBool pVal)
static

◆ listenersDeregisterDo()

void fsICursor::listenersDeregisterDo ( )
inlineoverrideprotectedvirtual

Implements fsIMessageListener.

◆ listenersRegisterDo()

void fsICursor::listenersRegisterDo ( )
inlineoverrideprotectedvirtual

Implements fsIMessageListener.

◆ messageProcessDo()

fsBool fsICursor::messageProcessDo ( const fsCUniqueId & pMessageType,
const fsIMessageDispatcher::sMessageParameters & pParam )
inlineoverrideprotectedvirtual

Implements fsIMessageListener.

◆ posSet()

virtual void fsICursor::posSet ( const fsVec2d & pPos)
inlinevirtual

Reimplemented in fsCSoftwareCursor.

◆ fsCAppCoreMain

friend class fsCAppCoreMain
friend

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