fw4spl
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__
void stop() noexcept
Notifies the plugin about its stop.
The namespace uiVisu contains action to modifies cross type and 3D camera orientation.
Provides a default plugin implementation.
void start()
Notifies the plugin about its start.