9 #include "uiMeasurement/config.hpp" 11 #include <fwGui/IActionSrv.hpp> 13 #include <boost/filesystem/path.hpp> 46 void configuring() override;
48 void starting() override;
50 void updating() override;
52 void stopping() override;
54 void info(
std::ostream& _sstream ) override;
56 void load(const ::
boost::filesystem::path& path);
The namespace uiMeasurement contains actions to add/show/remove distances and landmarks.
Defines the service interface managing the menu items.
This action allows to load landmarks from a file.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.