7 #ifndef __FWGUIQT_WORKERQT_HPP__ 8 #define __FWGUIQT_WORKERQT_HPP__ 10 #include "fwGuiQt/config.hpp" 12 #include <fwCore/base.hpp> 26 FWGUIQT_API
SPTR(::
fwThread::Worker) getQtWorker(
int& argc,
char **argv,
bool guiEnabled = true);
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
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...