![]() |
CustusX
16.12
An IGT application
|
#include <cxLogFileWatcherThread.h>
Public Member Functions | |
| LogFileWatcherThread (QObject *parent=NULL) | |
| virtual | ~LogFileWatcherThread () |
Public Member Functions inherited from cx::LogThread | |
| LogThread (QObject *parent=NULL) | |
| virtual | ~LogThread () |
| virtual void | setLoggingFolder (QString absoluteLoggingFolderPath) |
| call during startup, will fail if called when running More... | |
| virtual void | installObserver (MessageObserverPtr observer, bool resend) |
| virtual void | uninstallObserver (MessageObserverPtr observer) |
Additional Inherited Members | |
Public Slots inherited from cx::LogThread | |
| virtual void | logMessage (Message msg) |
Signals inherited from cx::LogThread | |
| void | emittedMessage (Message message) |
| emitted for each new message, in addition to writing to observer. More... | |
Protected Slots inherited from cx::LogThread | |
| void | processMessage (Message msg) |
Protected Member Functions inherited from cx::LogThread | |
| void | callInLogThread (ThreadMethodInvoker::ActionType action) |
| Message | cleanupMessage (Message message) |
Protected Attributes inherited from cx::LogThread | |
| MessageRepositoryPtr | mRepository |
Definition at line 78 of file cxLogFileWatcherThread.h.
| cx::LogFileWatcherThread::LogFileWatcherThread | ( | QObject * | parent = NULL | ) |
Definition at line 58 of file cxLogFileWatcherThread.cpp.
|
virtual |
Definition at line 67 of file cxLogFileWatcherThread.cpp.