7 #include "gui/action/SDefault.hpp" 9 #include <fwServices/macros.hpp> 61 _sstream <<
"Default button" << std::endl;
FWGUI_API void actionServiceStarting()
Method called when the action service is starting.
#define SLM_TRACE_FUNC()
Trace contextual function signature.
virtual GUI_API void configuring() override
Configure the service before starting. Apply the configuration to service.
virtual GUI_API void info(std::ostream &_sstream) override
Write information in a stream.
virtual GUI_API ~SDefault() noexcept
Destructor. Do nothing.
The namespace gui contains the basic services to build the application IHM.
FWGUI_API void actionServiceStopping()
Method called when the action service is stopping.
virtual GUI_API void updating() override
Perform some computations according to object (this service is attached to) attribute values and its ...
GUI_API SDefault() noexcept
Constructor. Do nothing.
Defines the service interface managing the menu items.
FWGUI_API void initialize()
Initialize the action.
virtual GUI_API void stopping() override
Uninitialize the service activity. The stop() method is always invoked before destroying a service...
Defines the default action to have a simple action button.
virtual GUI_API void starting() override
Initialize the service activity.