fw4spl
fwGui::Cursor Class Reference

Defines the generic cursor for IHM. Use the Delegate design pattern. More...

#include <Cursor.hpp>

+ Inheritance diagram for fwGui::Cursor:
+ Collaboration diagram for fwGui::Cursor:

Public Member Functions

virtual bool isA (const std::string &type) const override
 
FWGUI_API Cursor ()
 Constructor. Create the implementation of the specific cursor.
 
virtual FWGUI_API ~Cursor ()
 Destructor. Do nothing.
 
virtual FWGUI_API void setCursor (::fwGui::ICursor::CursorType cursor) override
 Set the cursor.
 
virtual FWGUI_API void setDefaultCursor () override
 Set the default cursor.
 
- Public Member Functions inherited from fwGui::ICursor
FWGUI_API ICursor ()
 Constructor. Do nothing.
 
virtual FWGUI_API ~ICursor ()
 Destructor. Do nothing.
 
virtual FWGUI_API void setCursor (CursorType cursor)=0
 Set the cursor.
 
- Public Member Functions inherited from fwGui::GuiBaseObject
- Public Member Functions inherited from fwCore::BaseObject

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 
- Static Public Member Functions inherited from fwGui::ICursor
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 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
 

Protected Attributes

::fwGui::ICursor::sptr m_implementation
 Implementation of a cursor in a specific IHM (wx/Qt)
 

Friends

template<class , class , class >
class ::fwTools::ClassFactory
 
class ::fwTools::Factory
 

Demangling methods

virtual const std::string & getLeafClassname () const override
 return object's classname without its namespace, i.e. BaseObject
 
virtual const std::string & getClassname () const override
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 
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
 

Additional Inherited Members

- Public Types inherited from fwGui::ICursor
enum  CursorType { DEFAULT, BUSY, WAIT, CROSS }
 Cursor type.
 
typedef std::string FactoryRegistryKeyType
 
- Public Types inherited from fwGui::GuiBaseObject
typedef ::fwGui::factory::Key Key
 
- Static Public Attributes inherited from fwGui::ICursor
static FWGUI_API const FactoryRegistryKeyType REGISTRY_KEY = "::fwGui::Cursor"
 
- Protected Member Functions inherited from fwGui::GuiBaseObject
 GuiBaseObject ()
 
virtual ~GuiBaseObject ()
 

Detailed Description

Defines the generic cursor for IHM. Use the Delegate design pattern.

Definition at line 22 of file include/fwGui/Cursor.hpp.


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