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