9 #include "uiMeasurement/config.hpp" 11 #include <fwData/Image.hpp> 13 #include <fwGui/IActionSrv.hpp> 44 void configuring() override;
46 void starting() override;
48 void updating() override;
50 void stopping() override;
52 UIMEASUREMENT_API
void swapping() override;
53 UIMEASUREMENT_API
void info(
std::ostream& _sstream ) override;
58 void showLandmark(
bool isShown);
This class is a helper to define the connections of a service and its data.
The namespace uiMeasurement contains actions to add/show/remove distances and landmarks.
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
This action allows to show/hide image landmarks.
Defines the service interface managing the menu items.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.