CustusX
16.5.0-rc9
An IGT application
|
#include <cxLogThread.h>
Public Types | |
typedef boost::function< void()> | ActionType |
Public Member Functions | |
ThreadMethodInvoker (QObject *parent) | |
void | callInLogThread (ActionType action) |
Definition at line 79 of file cxLogThread.h.
typedef boost::function<void()> cx::ThreadMethodInvoker::ActionType |
Definition at line 84 of file cxLogThread.h.
cx::ThreadMethodInvoker::ThreadMethodInvoker | ( | QObject * | parent | ) |
Definition at line 41 of file cxLogThread.cpp.
void cx::ThreadMethodInvoker::callInLogThread | ( | ActionType | action | ) |
Definition at line 46 of file cxLogThread.cpp.