7 #ifndef __GUIQT_PLUGIN_HPP__ 8 #define __GUIQT_PLUGIN_HPP__ 10 #include "guiQt/config.hpp" 12 #include <fwRuntime/Plugin.hpp> 35 GUIQT_API ~
Plugin() noexcept;
38 GUIQT_API
void start();
41 GUIQT_API
void stop() noexcept;
44 GUIQT_API
int run() noexcept;
48 GUIQT_API
void loadStyleSheet();
58 #endif //__GUIQT_PLUGIN_HPP__
Provides a default plugin implementation.
This class is called when the guiQt bundle is loaded.
This class creates and manages a task loop. The default implementation create a loop in a new thread...
This namespace fwThread provides few tools to execute asynchronous tasks on different threads...
The namespace guiQt contains the basic services to build the application IHM with Qt...