fw4spl
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Bundles/ui/uiGenericQt/src/uiGenericQt/Plugin.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 "uiGenericQt/Plugin.hpp"
8 
9 #include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
10 
11 #include <fwServices/macros.hpp>
12 
13 namespace uiGenericQt
14 {
15 
16 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar("::uiGenericQt::Plugin");
17 
18 Plugin::~Plugin() noexcept
19 {
20 }
21 
22 //------------------------------------------------------------------------------
23 
25 {
26 }
27 
28 //------------------------------------------------------------------------------
29 
30 void Plugin::stop() noexcept
31 {
32 }
33 
34 } // namespace uiGenericQt
void stop() noexcept
Notifies the plugin about its stop.
The namespace uiGenericQt contains actions to show help, acknowledgments and about frame...
void start()
Notifies the plugin about its start.