9 #include <fwTools/fwID.hpp> 10 #include <fwServices/macros.hpp> 12 #include "fwGui/GuiRegistry.hpp" 13 #include "fwGui/registrar/ActionRegistrar.hpp" FWGUI_API ActionRegistrar(const std::string &sid)
Constructor.
The namespace fwGui contains the base interface for IHM services.
static FWGUI_API void actionServiceSetExecutable(std::string actionSid, bool isExecutable)
Method called when the action service is executable or not. Call parent service actionServiceSetExecu...
FWGUI_API void actionServiceStopping()
Method called when the action service is stopping.
FWGUI_API void actionServiceSetActive(bool isActive)
Method called when the action service is activated or not.
static FWGUI_API void actionServiceStopping(std::string actionSid)
Method called when the action service is stopping. Call parent service actionServiceStopping() method...
FWGUI_API void actionServiceStarting()
Method called when the action service is starting.
static FWGUI_API void actionServiceSetActive(std::string actionSid, bool isActive)
Method called when the action service is activated or not. Call parent service actionServiceSetActive...
FWGUI_API void actionServiceSetVisible(bool isVisible)
Method called when the action service is visible or not.
virtual FWGUI_API ~ActionRegistrar()
Destructor. Do nothing.
static FWGUI_API void actionServiceSetVisible(std::string actionSid, bool isVisible)
Method called when the action service is visible or not. Call parent service actionServiceSetVisible(...
std::string m_sid
Main service ID associate with this ActionRegistrar.
static FWGUI_API void actionServiceStarting(std::string actionSid)
Method called when the action service is starting. Call parent service actionServiceStarting() method...
FWGUI_API void actionServiceSetExecutable(bool isExecutable)
Method called when the action service is executable or not.