8 #include "fwGui/Cursor.hpp" 17 ::fwGui::GuiBaseObject::sptr guiObj = ::fwGui::factory::New(ICursor::REGISTRY_KEY);
virtual FWGUI_API void setCursor(::fwGui::ICursor::CursorType cursor) override
Set the cursor.
The namespace fwGui contains the base interface for IHM services.
::fwGui::ICursor::sptr m_implementation
Implementation of a cursor in a specific IHM (wx/Qt)
virtual FWGUI_API ~Cursor()
Destructor. Do nothing.
FWGUI_API Cursor()
Constructor. Create the implementation of the specific cursor.
virtual FWGUI_API void setDefaultCursor() override
Set the default cursor.