7 #ifndef __UIMEASUREMENT_ACTION_ADDLANDMARK_HPP__ 8 #define __UIMEASUREMENT_ACTION_ADDLANDMARK_HPP__ 10 #include "uiMeasurement/config.hpp" 12 #include <fwGui/IActionSrv.hpp> 44 void configuring() override;
46 void starting() override;
48 void updating() override;
50 void stopping() override;
52 UIMEASUREMENT_API
void info(
std::ostream& _sstream ) override;
61 #endif // __UIMEASUREMENT_ACTION_ADDLANDMARK_HPP__ The namespace uiMeasurement contains actions to add/show/remove distances and landmarks.
This action adds landmaks on image.
Defines the service interface managing the menu items.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.