fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/ui/uiMeasurement/include/uiMeasurement/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 __UIMEASUREMENT_PLUGIN_HPP__
8
#define __UIMEASUREMENT_PLUGIN_HPP__
9
10
#include <fwRuntime/Plugin.hpp>
11
12
namespace
uiMeasurement
13
{
14
19
struct
Plugin
:
public
::fwRuntime::Plugin
20
{
24
~Plugin
() noexcept;
25
26
// Overrides
27
void
start
();
28
29
// Overrides
30
void
stop
() noexcept;
31
32
};
33
34
}
// namespace uiMeasurement
35
36
#endif //__UIMEASUREMENT_PLUGIN_HPP__
uiMeasurement
The namespace uiMeasurement contains actions to add/show/remove distances and landmarks.
Definition:
AddDistance.hpp:13
uiMeasurement::Plugin::stop
void stop() noexcept
Notifies the plugin about its stop.
Definition:
Bundles/ui/uiMeasurement/src/uiMeasurement/Plugin.cpp:24
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
uiMeasurement::Plugin
Definition:
Bundles/ui/uiMeasurement/include/uiMeasurement/Plugin.hpp:19
uiMeasurement::Plugin::~Plugin
~Plugin() noexcept
destructor
Definition:
Bundles/ui/uiMeasurement/src/uiMeasurement/Plugin.cpp:16
uiMeasurement::Plugin::start
void start()
Notifies the plugin about its start.
Definition:
Bundles/ui/uiMeasurement/src/uiMeasurement/Plugin.cpp:20
Bundles
ui
uiMeasurement
include
uiMeasurement
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11