9 #include "uiIO/config.hpp" 11 #include <fwCom/Signal.hpp> 12 #include <fwCom/Slot.hpp> 14 #include <fwGui/IActionSrv.hpp> 16 #include <fwMedData/SeriesDB.hpp> 88 void configuring() override;
91 void starting() override;
94 void updating() override;
97 void stopping() override;
98 void info(
std::ostream& _sstream ) override;
103 std::
string m_ioSelectorSrvConfig;
105 SPTR(JobCreatedSignalType) m_sigJobCreated;
106 SPTR(ForwardJobSlotType) m_slotForwardJob;
Defines the service interface managing the menu items.
This action allows to load a new SeriesDB and merge it with the current SeriesDB. ...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
This namespace fwJobs provides jobs management.
The namespace uiIO contains a simple service to manipulate IO with IHM..