7 #ifndef __UIGENERICQT_ACTION_SSHOWABOUT_HPP__ 8 #define __UIGENERICQT_ACTION_SSHOWABOUT_HPP__ 10 #include "uiGenericQt/config.hpp" 12 #include <fwGui/IActionSrv.hpp> 14 #include <boost/filesystem/path.hpp> 41 UIGENERICQT_API virtual ~
SShowAbout() noexcept;
58 void configuring() override;
61 void starting() override;
64 void updating() override;
67 void stopping() override;
70 void info(
std::ostream& _sstream) override;
79 void onUrlClicked(const QUrl& url);
83 bool m_bServiceIsConfigured;
88 ::
boost::filesystem::path m_fsAboutPath;
101 #endif // __UIGENERICQT_ACTION_SSHOWABOUT_HPP__
The namespace uiGenericQt contains actions to show help, acknowledgments and about frame...
Defines the service interface managing the menu items.
This action show the about frame.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.