7 #ifndef __FWGUI_ICURSOR_HPP__ 8 #define __FWGUI_ICURSOR_HPP__ 10 #include "fwGui/GuiBaseObject.hpp" 11 #include "fwGui/config.hpp" 40 FWGUI_API
virtual ~ICursor();
43 typedef std::string FactoryRegistryKeyType;
44 FWGUI_API
static const FactoryRegistryKeyType REGISTRY_KEY;
47 FWGUI_API
virtual void setCursor( CursorType cursor) = 0;
50 FWGUI_API
virtual void setDefaultCursor() = 0;
#define fwCoreNonInstanciableClassDefinitionsMacro(_classinfo_)
Generate common code for Non Instanciable classes (Interfaces, Abstract classes, ...)
The namespace fwGui contains the base interface for IHM services.
Defines the generic cursor for IHM.
Base class for all fwGui's classes.