7 #include "gui/action/SDoNothing.hpp" 9 #include <fwCore/base.hpp> 11 #include <fwServices/macros.hpp> 63 _sstream <<
"Nothing Action" << std::endl;
virtual GUI_API ~SDoNothing() noexcept
Destructor. Do nothing.
virtual GUI_API void configuring() override
This method is used to configure the action.
FWGUI_API void actionServiceStarting()
Method called when the action service is starting.
#define SLM_TRACE_FUNC()
Trace contextual function signature.
The namespace gui contains the basic services to build the application IHM.
FWGUI_API void actionServiceStopping()
Method called when the action service is stopping.
Defines the service interface managing the menu items.
GUI_API SDoNothing() noexcept
Constructor. Do nothing.
virtual GUI_API void info(std::ostream &_sstream) override
This method gives information about the class.
FWGUI_API void initialize()
Initialize the action.
virtual GUI_API void starting() override
This method is used to configure the action.
virtual GUI_API void updating() override
Process the action. Do nothing.
virtual GUI_API void stopping() override
This method is used to configure the action.
This action does nothing.