7 #ifndef __FWGUI_CURSOR_HPP__ 8 #define __FWGUI_CURSOR_HPP__ 10 #include "fwGui/config.hpp" 11 #include "fwGui/ICursor.hpp" 13 #include <fwCore/base.hpp> 32 FWGUI_API
virtual ~
Cursor();
39 FWGUI_API
virtual void setDefaultCursor()
override;
The namespace fwGui contains the base interface for IHM services.
Defines the generic cursor for IHM.
::fwGui::ICursor::sptr m_implementation
Implementation of a cursor in a specific IHM (wx/Qt)
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.
Defines the generic cursor for IHM. Use the Delegate design pattern.