fw4spl
Bundles/ui/uiMedDataQt/src/uiMedDataQt/Plugin.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
8 
9 #include "uiMedDataQt/Plugin.hpp"
10 
11 namespace uiMedDataQt
12 {
13 
14 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar("::uiMedDataQt::Plugin");
15 
16 Plugin::~Plugin() noexcept
17 {
18 }
19 
21 {
22 }
23 
24 void Plugin::stop() noexcept
25 {
26 }
27 
28 } // namespace uiMedDataQt
The namespace uiMedDataQt contains editors for medical data.
void start()
Notifies the plugin about its start.
void stop() noexcept
Notifies the plugin about its stop.