9 #include "uiMedDataQt/config.hpp" 11 #include <fwServices/IAppConfigManager.hpp> 12 #include <fwServices/IController.hpp> 77 virtual
void starting() override;
80 virtual
void stopping() override;
83 virtual
void configuring() override;
93 virtual
void updating() override;
104 virtual
void info(
std::ostream& _sstream ) override;
108 typedef
std::map<
std::
string,
std::
string> ReplaceValuesMapType;
111 struct SeriesConfigInfo
114 std::string configId;
117 ReplaceValuesMapType extractValues;
120 ReplaceValuesMapType parameters;
123 typedef std::map<std::string, SeriesConfigInfo> SeriesConfigMapType;
126 ::fwServices::IAppConfigManager::sptr m_configTemplateManager;
129 std::string m_parentView;
132 SeriesConfigMapType m_seriesConfigs;
The namespace uiMedDataQt contains editors for medical data.
This class is a helper to define the connections of a service and its data.
This Service allows to preview the selected series in the Vector. For the moment, it works only on a ...
This interface defines control service API. Does nothing particularly, can be considered as a default...
::fwCom::helper::SigSlotConnection::KeyConnectionsType KeyConnectionsType
Returns proposals to connect service slots to associated object signals, this method is used for obj/...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.