fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/ui/uiVisu/include/uiVisu/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 __UIVISU_PLUGIN_HPP__
8
#define __UIVISU_PLUGIN_HPP__
9
10
#include <fwRuntime/Plugin.hpp>
11
12
namespace
uiVisu
13
{
18
struct
Plugin
:
public
::fwRuntime::Plugin
19
{
23
~Plugin
() noexcept;
24
25
// Overrides
26
void
start
();
27
28
// Overrides
29
void
stop
() noexcept;
30
31
};
32
33
}
// namespace uiVisu
34
35
#endif //__UIVISU_PLUGIN_HPP__
uiVisu::Plugin
Definition:
Bundles/ui/uiVisu/include/uiVisu/Plugin.hpp:18
uiVisu::Plugin::stop
void stop() noexcept
Notifies the plugin about its stop.
Definition:
Bundles/ui/uiVisu/src/uiVisu/Plugin.cpp:25
uiVisu::Plugin::~Plugin
~Plugin() noexcept
destructor
Definition:
Bundles/ui/uiVisu/src/uiVisu/Plugin.cpp:17
uiVisu
The namespace uiVisu contains action to modifies cross type and 3D camera orientation.
Definition:
CrossTypeAction.hpp:22
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
uiVisu::Plugin::start
void start()
Notifies the plugin about its start.
Definition:
Bundles/ui/uiVisu/src/uiVisu/Plugin.cpp:21
Bundles
ui
uiVisu
include
uiVisu
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11