fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/visu/scene2D/src/scene2D/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
8
#include "scene2D/Plugin.hpp"
9
10
#include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
11
12
13
namespace
scene2D
14
{
15
16
//-----------------------------------------------------------------------------
17
18
static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar(
"::scene2D::Plugin"
);
19
20
//-----------------------------------------------------------------------------
21
22
Plugin::~Plugin
() noexcept
23
{
24
}
25
26
//-----------------------------------------------------------------------------
27
28
void
Plugin::start
()
29
{
30
}
31
32
//-----------------------------------------------------------------------------
33
34
void
Plugin::stop
() noexcept
35
{
36
}
37
38
//-----------------------------------------------------------------------------
39
40
}
// namespace scene2D
scene2D::Plugin::stop
void stop() noexcept
Notifies the plugin about its stop.
Definition:
Bundles/visu/scene2D/src/scene2D/Plugin.cpp:34
scene2D
This bundles contains data and services used to display a 2D Qt scene.
Definition:
scene2D/include/scene2D/adaptor/SAxis.hpp:14
scene2D::Plugin::~Plugin
~Plugin() noexcept
destructor
Definition:
Bundles/visu/scene2D/src/scene2D/Plugin.cpp:22
scene2D::Plugin::start
void start()
Notifies the plugin about its start.
Definition:
Bundles/visu/scene2D/src/scene2D/Plugin.cpp:28
Bundles
visu
scene2D
src
scene2D
Plugin.cpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11