7 #ifndef __FWGUIQT_CURSOR_HPP__ 8 #define __FWGUIQT_CURSOR_HPP__ 10 #include "fwGuiQt/config.hpp" 12 #include <fwCore/base.hpp> 14 #include <fwGui/ICursor.hpp> 29 ::fwGui::factory::New< Cursor > );
33 FWGUIQT_API
virtual ~
Cursor();
39 FWGUIQT_API
virtual void setDefaultCursor()
override;
Defines the generic cursor for IHM.
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
Defines the generic cursor for IHM.
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.