7 #ifndef __UIGENERICQT_ACTION_LAUNCHBROWSERACTIONSERVICE_HPP__ 8 #define __UIGENERICQT_ACTION_LAUNCHBROWSERACTIONSERVICE_HPP__ 10 #include "uiGenericQt/config.hpp" 12 #include <fwGui/IActionSrv.hpp> 14 #include <fwTools/Failed.hpp> 48 void configuring() override;
51 void starting() override;
54 void updating() override;
57 void stopping() override;
59 void info(
std::ostream& _sstream ) override;
61 typedef ::
fwRuntime::ConfigurationElement::sptr Configuration;
This action launch a browser on the url given in configuration.
The namespace uiGenericQt contains actions to show help, acknowledgments and about frame...
Defines the service interface managing the menu items.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.