CustusX
18.04-rc6
An IGT application
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
cxLogFileWatcher.cpp
Go to the documentation of this file.
1
/*=========================================================================
2
This file is part of CustusX, an Image Guided Therapy Application.
3
4
Copyright (c) SINTEF Department of Medical Technology.
5
All rights reserved.
6
7
CustusX is released under a BSD 3-Clause license.
8
9
See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10
=========================================================================*/
11
12
#include "
cxLogFileWatcher.h
"
13
#include "
cxLogger.h
"
14
#include <QtGlobal>
15
#include <iostream>
16
#include "boost/shared_ptr.hpp"
17
#include <QString>
18
#include <QMutex>
19
#include <QSound>
20
#include <QDir>
21
#include <QTextStream>
22
#include "
cxTypeConversions.h
"
23
#include "
cxDefinitionStrings.h
"
24
#include "
cxTime.h
"
25
#include "
cxMessageListener.h
"
26
27
#include "
internal/cxLogFileWatcherThread.h
"
28
29
namespace
cx
30
{
31
32
LogFileWatcherPtr
LogFileWatcher::create
()
33
{
34
LogFileWatcherPtr
retval(
new
LogFileWatcher
());
35
retval->initializeObject();
36
return
retval;
37
}
38
39
LogThreadPtr
LogFileWatcher::createWorker
()
40
{
41
return
LogThreadPtr
(
new
LogFileWatcherThread
());
42
}
43
44
}
//End namespace cx
cxTime.h
cxLogger.h
cxLogFileWatcherThread.h
cx::LogFileWatcher
Definition:
cxLogFileWatcher.h:42
cxTypeConversions.h
cxLogFileWatcher.h
cxMessageListener.h
cxDefinitionStrings.h
cx::LogFileWatcher::createWorker
virtual LogThreadPtr createWorker()
Definition:
cxLogFileWatcher.cpp:39
cx::LogFileWatcherPtr
boost::shared_ptr< class LogFileWatcher > LogFileWatcherPtr
Definition:
cxLogFileWatcher.h:34
cx::LogFileWatcherThread
Definition:
cxLogFileWatcherThread.h:57
cx::LogThreadPtr
boost::shared_ptr< class LogThread > LogThreadPtr
Definition:
cxLog.h:46
cx::LogFileWatcher::create
static LogFileWatcherPtr create()
Definition:
cxLogFileWatcher.cpp:32
cx
Namespace for all CustusX production code.
Definition:
cx_dev_group_definitions.h:13
CX
source
resource
core
logger
cxLogFileWatcher.cpp
Generated on Mon Apr 23 2018 16:12:34 for CustusX by
1.8.11