Defines the generic cursor for IHM. Use the Delegate design pattern.
More...
#include <Cursor.hpp>
|
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.
|
|
FWGUI_API | ICursor () |
| Constructor. Do nothing.
|
|
virtual FWGUI_API | ~ICursor () |
| Destructor. Do nothing.
|
|
virtual FWGUI_API void | setCursor (CursorType cursor)=0 |
| Set the cursor.
|
|
|
static bool | isTypeOf (const std::string &type) |
|
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 bool | isTypeOf (const std::string &type) |
|
static const std::string & | classname () |
| return full object's classname with its namespace, i.e. 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
|
|
|
::fwGui::ICursor::sptr | m_implementation |
| Implementation of a cursor in a specific IHM (wx/Qt)
|
|
|
template<class , class , class > |
class | ::fwTools::ClassFactory |
|
class | ::fwTools::Factory |
|
|
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
|
|
|
enum | CursorType { DEFAULT,
BUSY,
WAIT,
CROSS
} |
| Cursor type.
|
|
typedef std::string | FactoryRegistryKeyType |
|
typedef ::fwGui::factory::Key | Key |
|
static FWGUI_API const FactoryRegistryKeyType | REGISTRY_KEY = "::fwGui::Cursor" |
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
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: