7 #ifndef __GUI_ACTION_SQUIT_HPP__ 8 #define __GUI_ACTION_SQUIT_HPP__ 10 #include "gui/config.hpp" 12 #include <fwGui/IActionSrv.hpp> 14 #include <fwServices/IService.hpp> 34 GUI_API
SQuit() noexcept;
39 GUI_API virtual ~
SQuit() noexcept;
47 GUI_API
void configuring() override;
49 GUI_API virtual
void starting() override;
51 GUI_API virtual
void stopping() override;
56 GUI_API virtual
void updating() override;
61 GUI_API virtual
void info(
std::ostream& _sstream ) override;
This action tries to close the window and reset root object.
The namespace gui contains the basic services to build the application IHM.
Defines the service interface managing the menu items.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.