fw4spl
Bundles/visu/visuVTKQt/include/visuVTKQt/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 __VISUVTKQT_PLUGIN_HPP__
8 #define __VISUVTKQT_PLUGIN_HPP__
9 
10 #include "visuVTKQt/config.hpp"
11 
12 #include <fwRuntime/Plugin.hpp>
13 
14 namespace visuVTKQt
15 {
19 struct VISUVTKQT_CLASS_API Plugin : public ::fwRuntime::Plugin
20 {
21  Plugin() noexcept;
22 
26  ~Plugin() noexcept;
27 
28  // Overrides
29  VISUVTKQT_API void start();
30 
31  // Overrides
32  VISUVTKQT_API void stop() noexcept;
33 
34 };
35 
36 } // namespace visuVTKQt
37 
38 #endif //__VISUVTKQT_PLUGIN_HPP__
The bundle visuVTKQt contains a vtk Renderer window interactor manager using Qt. It must be set in th...
Provides a default plugin implementation.
This class is started when the bundles is loaded.