fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/ui/uiImageQt/src/uiImageQt/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 "uiImageQt/Plugin.hpp"
8
9
#include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
10
11
#include <fwServices/macros.hpp>
12
13
namespace
uiImageQt
14
{
15
16
static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar(
"::uiImageQt::Plugin"
);
17
18
Plugin::~Plugin
() noexcept
19
{
20
}
21
22
//------------------------------------------------------------------------------
23
24
void
Plugin::start
()
25
{
26
}
27
28
//------------------------------------------------------------------------------
29
30
void
Plugin::stop
() noexcept
31
{
32
}
33
34
}
// namespace uiImageQt
uiImageQt::Plugin::start
void start()
Notifies the plugin about its start.
Definition:
Bundles/ui/uiImageQt/src/uiImageQt/Plugin.cpp:24
uiImageQt::Plugin::~Plugin
~Plugin() noexcept
destructor
Definition:
Bundles/ui/uiImageQt/src/uiImageQt/Plugin.cpp:18
uiImageQt
The namespace uiImageQt contains several editors on image written with Qt. This namespace is included...
Definition:
ImageInfo.hpp:23
uiImageQt::Plugin::stop
void stop() noexcept
Notifies the plugin about its stop.
Definition:
Bundles/ui/uiImageQt/src/uiImageQt/Plugin.cpp:30
Bundles
ui
uiImageQt
src
uiImageQt
Plugin.cpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11