7 #include "gui/view/SDefaultView.hpp" 9 #include <fwServices/macros.hpp> 11 #include <fwTools/fwID.hpp> Defines the generic layout for application.
#define SLM_TRACE_FUNC()
Trace contextual function signature.
FWGUI_API void destroy()
Stops sub-views and toobar services. Destroys view, sub-views and toolbar containers.
The namespace gui contains the basic services to build the application IHM.
virtual GUI_API ~SDefaultView() noexcept
Destructor. Do nothing.
virtual GUI_API void stopping() override
This method remove the view in the frame.
virtual GUI_API void starting() override
Register a view with defined id.
virtual GUI_API void updating() override
This method is used to update services. Do nothing.
FWGUI_API void create()
Creates view, sub-views and toolbar containers. Manages sub-views and toobar services.
GUI_API SDefaultView() noexcept
Constructor. Do nothing.
Defines the service interface managing a view placed in main frame.
virtual GUI_API void configuring() override
This method is used to configure the class parameters.
virtual GUI_API void info(std::ostream &_sstream) override
This method gives information about the class. Do nothing.
FWGUI_API void initialize()
Initialize managers.