7 #ifndef __CTRLSELECTION_SADDFIELD_HPP__ 8 #define __CTRLSELECTION_SADDFIELD_HPP__ 10 #include "ctrlSelection/config.hpp" 12 #include <fwServices/IController.hpp> 55 CTRLSELECTION_API
void configuring() override;
58 CTRLSELECTION_API
void starting() override;
61 CTRLSELECTION_API
void stopping() override;
64 CTRLSELECTION_API
void updating() override;
69 std::vector<
std::
string> m_fields;
74 #endif // __CTRLSELECTION_SADDFIELD_HPP__
Add one or several fields to an object.
This interface defines control service API. Does nothing particularly, can be considered as a default...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
The namespace ctrlSelection contains several interfaces for manager, updater and wrapper.