9 #include "guiQt/config.hpp" 11 #include <fwActivities/registry/Activities.hpp> 13 #include <fwGui/view/IActivityView.hpp> 15 #include <fwMedData/ActivitySeries.hpp> 17 #include <fwServices/IAppConfigManager.hpp> 19 #include <fwTools/Failed.hpp> 73 GUIQT_API virtual ~SActivityView();
87 virtual
void starting() override;
90 virtual
void stopping() override;
93 virtual
void updating() override;
100 void launchActivity(::
fwMedData::ActivitySeries::sptr activitySeries) override;
103 ::
fwServices::IAppConfigManager::sptr m_configManager;
108 ActivityLaunchedSignalType::sptr m_sigActivityLaunched;
Namespace containing medical data.
Namespace containing fw4spl communication tools.
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
This editor displays activities in a single view (when a new activity is launched, it replaces the previous one).
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Defines the base class for services displaying activity view.
The namespace guiQt contains the basic services to build the application IHM with Qt...