7 #ifndef __UIVISUQT_PLUGIN_HPP__ 8 #define __UIVISUQT_PLUGIN_HPP__ 10 #include <fwRuntime/Plugin.hpp> 33 #endif //__UIVISUQT_PLUGIN_HPP__ void start()
Notifies the plugin about its start.
The namespace uiVisuQt supplies user interface editors done with Qt.
~Plugin() noexcept
destructor
void stop() noexcept
Notifies the plugin about its stop.
Provides a default plugin implementation.