fw4spl
Bundles/ui/uiTF/src/uiTF/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 <fwCore/base.hpp>
8 
9 #include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
10 #include <fwRuntime/profile/Profile.hpp>
11 
12 #include "uiTF/Plugin.hpp"
13 
14 namespace uiTF
15 {
16 
17 //-----------------------------------------------------------------------------
18 
19 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar("::uiTF::Plugin");
20 
21 //-----------------------------------------------------------------------------
22 
23 Plugin::~Plugin() noexcept
24 {
25 }
26 
27 //-----------------------------------------------------------------------------
28 
30 {
31 }
32 
33 //-----------------------------------------------------------------------------
34 
35 void Plugin::stop() noexcept
36 {
37 }
38 
39 //-----------------------------------------------------------------------------
40 
41 } // namespace uiTF
UITF_API void stop() noexcept
Notifies the plugin about its stop.
UITF_API ~Plugin() noexcept
destructor
UITF_API void start()
Notifies the plugin about its start.
Transfert functions editor.