7 #ifndef __UIMEDDATAQT_ACTION_SEXPORTSERIES_HPP__ 8 #define __UIMEDDATAQT_ACTION_SEXPORTSERIES_HPP__ 10 #include "uiMedDataQt/config.hpp" 12 #include <fwCom/Slots.hpp> 14 #include <fwGui/IActionSrv.hpp> 16 #include <fwMedData/Series.hpp> 17 #include <fwMedData/SeriesDB.hpp> 71 virtual
void configuring() override;
74 virtual
void starting() override;
77 virtual
void stopping() override;
80 virtual
void updating() override;
82 virtual
void info(
std::ostream& _sstream ) override;
90 static const ::
fwCom::Slots::SlotKeyType s_CHECK_ADDED_SERIES_SLOT;
91 static const ::
fwCom::Slots::SlotKeyType s_CHECK_REMOVED_SERIES_SLOT;
94 void checkAddedSeries(::
fwMedData::SeriesDB::ContainerType addedSeries);
97 void checkRemovedSeries(::
fwMedData::SeriesDB::ContainerType removedSeries);
108 std::
string m_seriesId;
113 #endif // __UIMEDDATAQT_ACTION_SEXPORTSERIES_HPP__ The namespace uiMedDataQt contains editors for medical data.
This class is a helper to define the connections of a service and its data.
Namespace containing medical data.
Namespace containing fw4spl communication tools.
This action allows to export the series specified in config to the SeriesDB. The export is performed ...
Defines the service interface managing the menu items.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.