GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4LogInfo.h
Go to the documentation of this file.
1 // $Id: TGo4LogInfo.h 1511 2015-06-10 12:35:10Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TGO4LOGINFO_H
15 #define TGO4LOGINFO_H
16 
17 #include "QGo4Widget.h"
18 #include "ui_TGo4LogInfo.h"
19 
20 #include <QDateTime>
21 
22 class TGo4LogInfo : public QGo4Widget, public Ui::TGo4LogInfo
23 {
24  Q_OBJECT
25 
26  public:
27  TGo4LogInfo(QWidget *parent = 0, const char* name=0);
28 
29  void WorkWithInfo(TGo4Slot* slot);
30 
31  void linkedObjectUpdated( const char * linkname, TObject * obj );
32 
33  void AddMessage(const QDateTime& dt, int level, QString msg);
34 
35  public slots:
36 
37  virtual void ClearLogInfo();
38 
39  virtual void SaveLogInfo();
40 
41 };
42 
43 #endif
virtual void ClearLogInfo()
void linkedObjectUpdated(const char *linkname, TObject *obj)
Definition: TGo4LogInfo.cpp:89
void AddMessage(const QDateTime &dt, int level, QString msg)
Definition: TGo4LogInfo.cpp:50
virtual void SaveLogInfo()
void WorkWithInfo(TGo4Slot *slot)
Definition: TGo4LogInfo.cpp:44
TGo4LogInfo(QWidget *parent=0, const char *name=0)
Definition: TGo4LogInfo.cpp:23
string msg
Definition: go4init.py:11