9 #include "gui/config.hpp" 11 #include <fwCom/Signal.hpp> 12 #include <fwCom/Signals.hpp> 14 #include <fwGui/IActionSrv.hpp> 16 #include <fwRuntime/ConfigurationElement.hpp> 17 #include <fwRuntime/EConfigurationElement.hpp> 19 #include <fwServices/helper/ConfigLauncher.hpp> 21 #include <fwTools/Failed.hpp> 76 GUI_API virtual
void setIsActive(
bool isActive) override;
79 GUI_API static const ::
fwCom::Signals::SignalKeyType s_LAUNCHED_SIG;
87 LaunchedSignalType::sptr m_sigLaunched;
90 virtual
void starting() override;
94 virtual
void stopping() override;
99 virtual
void updating() override;
120 virtual
void configuring() override;
132 ::
fwServices::helper::ConfigLauncher::uptr m_configLauncher;
133 std::
string m_proxychannel;
Namespace containing fw4spl communication tools.
The namespace gui contains the basic services to build the application IHM.
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
This action starts/stops a template configuration.
Defines the service interface managing the menu items.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.