VPTissue Reference Manual
LogWindowViewer.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2011-2016 Universiteit Antwerpen
3  *
4  * Licensed under the EUPL, Version 1.1 or as soon they will be approved by
5  * the European Commission - subsequent versions of the EUPL (the "Licence");
6  * You may not use this work except in compliance with the Licence.
7  * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl5
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the Licence is distributed on an "AS IS" basis,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the Licence for the specific language governing
13  * permissions and limitations under the Licence.
14  */
21 
22 #include "sim/CoupledSim.h"
23 #include "sim/Sim.h"
24 
25 #include <QPlainTextEdit>
26 #include <sstream>
27 
28 using namespace std;
29 using namespace SimPT_Sim;
30 using namespace SimPT_Sim::Util;
31 
32 namespace SimPT_Shell {
33 
34 LogWindowViewer::LogWindowViewer(const shared_ptr<SimShell::Ws::MergedPreferences>& p,
35  SimShell::Gui::Controller::AppController* a, function<void()> )
36  : m_preferences(p),
37  m_app(a)
38 {
39 }
40 
41 LogWindowViewer::~LogWindowViewer()
42 {
43 }
44 
45 
46 } // namespace
STL namespace.
Namespace for miscellaneous utilities.
Definition: PTreeFile.cpp:44
Namespace for SimPT shell package.
Definition: Client.cpp:50
Namespace for the core simulator.
Header for LogWindowViewer.
Sim, the actual simulator.
Interface for CoupledSim.