fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/ui/uiIO/src/uiIO/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 "uiIO/Plugin.hpp"
10
11
namespace
uiIO
12
{
13
14
//-----------------------------------------------------------------------------
15
16
static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar(
"::uiIO::Plugin"
);
17
18
//-----------------------------------------------------------------------------
19
20
Plugin::~Plugin
() noexcept
21
{
22
}
23
24
//-----------------------------------------------------------------------------
25
26
void
Plugin::start
()
27
{
28
}
29
30
//-----------------------------------------------------------------------------
31
32
void
Plugin::stop
() noexcept
33
{
34
}
35
36
//-----------------------------------------------------------------------------
37
38
}
// namespace uiIO
uiIO::Plugin::start
void start()
This method is used by runtime to initialize the bundle.
Definition:
Bundles/ui/uiIO/src/uiIO/Plugin.cpp:26
uiIO::Plugin::stop
void stop() noexcept
This method is used by runtime to stop the bundle.
Definition:
Bundles/ui/uiIO/src/uiIO/Plugin.cpp:32
uiIO::Plugin::~Plugin
~Plugin() noexcept
PLugin destructor.
Definition:
Bundles/ui/uiIO/src/uiIO/Plugin.cpp:20
uiIO
The namespace uiIO contains a simple service to manipulate IO with IHM..
Definition:
SExportWithSeriesDB.hpp:21
Bundles
ui
uiIO
src
uiIO
Plugin.cpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11