CustusX
20.03-rc1
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 58 of file cxLogThread.h.
typedef boost::function<void()> cx::ThreadMethodInvoker::ActionType |
Definition at line 63 of file cxLogThread.h.
cx::ThreadMethodInvoker::ThreadMethodInvoker | ( | QObject * | parent | ) |
Definition at line 20 of file cxLogThread.cpp.
void cx::ThreadMethodInvoker::callInLogThread | ( | ActionType | action | ) |
Definition at line 25 of file cxLogThread.cpp.