fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/ctrl/ctrlSelection/include/ctrlSelection/Plugin.hpp
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
#ifndef __CTRLSELECTION_PLUGIN_HPP__
8
#define __CTRLSELECTION_PLUGIN_HPP__
9
10
#include <fwRuntime/Plugin.hpp>
11
12
namespace
ctrlSelection
13
{
14
15
class
Plugin
:
public
::fwRuntime::Plugin
16
{
17
18
public
:
19
21
~Plugin
() noexcept;
22
24
void
start
();
25
27
void
stop
() noexcept;
28
29
};
30
31
}
// namespace ctrlSelection
32
33
#endif // __CTRLSELECTION_PLUGIN_HPP__
ctrlSelection::Plugin
Definition:
Bundles/ctrl/ctrlSelection/include/ctrlSelection/Plugin.hpp:15
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
ctrlSelection::Plugin::start
void start()
This method is used by runtime to initialize the bundle.
Definition:
Bundles/ctrl/ctrlSelection/src/ctrlSelection/Plugin.cpp:28
ctrlSelection
The namespace ctrlSelection contains several interfaces for manager, updater and wrapper.
Definition:
BookmarkSrv.hpp:15
ctrlSelection::Plugin::~Plugin
~Plugin() noexcept
PLugin destructor.
Definition:
Bundles/ctrl/ctrlSelection/src/ctrlSelection/Plugin.cpp:22
ctrlSelection::Plugin::stop
void stop() noexcept
This method is used by runtime to stop the bundle.
Definition:
Bundles/ctrl/ctrlSelection/src/ctrlSelection/Plugin.cpp:35
Bundles
ctrl
ctrlSelection
include
ctrlSelection
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11