fw4spl
fwGui::ICursor Class Referenceabstract

Defines the generic cursor for IHM. More...

#include <ICursor.hpp>

+ Inheritance diagram for fwGui::ICursor:
+ Collaboration diagram for fwGui::ICursor:

Public Types

enum  CursorType { DEFAULT, BUSY, WAIT, CROSS }
 Cursor type.
 
typedef std::string FactoryRegistryKeyType
 
- Public Types inherited from fwGui::GuiBaseObject
typedef ::fwGui::factory::Key Key
 

Public Member Functions

virtual bool isA (const std::string &type) const override
 
FWGUI_API ICursor ()
 Constructor. Do nothing.
 
virtual FWGUI_API ~ICursor ()
 Destructor. Do nothing.
 
virtual FWGUI_API void setCursor (CursorType cursor)=0
 Set the cursor.
 
virtual FWGUI_API void setDefaultCursor ()=0
 Set the default cursor.
 
- Public Member Functions inherited from fwGui::GuiBaseObject
- Public Member Functions inherited from fwCore::BaseObject
virtual const std::string & getLeafClassname () const
 return object's classname without its namespace, i.e. BaseObject
 

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 
- Static Public Member Functions inherited from fwGui::GuiBaseObject
static bool isTypeOf (const std::string &type)
 
static const std::string & classname ()
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 
- Static Public Member Functions inherited from fwCore::BaseObject
static bool isTypeOf (const std::string &type)
 
static const std::string & leafClassname ()
 return object's classname without its namespace, i.e. BaseObject
 
static const std::string & classname ()
 return object's classname without its namespace, i.e. BaseObject
 

Static Public Attributes

static FWGUI_API const FactoryRegistryKeyType REGISTRY_KEY = "::fwGui::Cursor"
 

Demangling methods

virtual const std::string & getClassname () const override
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 
static const std::string & classname ()
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 

Additional Inherited Members

- Protected Member Functions inherited from fwGui::GuiBaseObject
 GuiBaseObject ()
 
virtual ~GuiBaseObject ()
 

Detailed Description

Defines the generic cursor for IHM.

Date
2009-2010.

Definition at line 23 of file ICursor.hpp.


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