|
GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4MsgList.h>
Inheritance diagram for TGo4MsgList:Public Member Functions | |
| TGo4MsgList () | |
| current id stored in the string More... | |
| TGo4MsgList (const char *name, const char *title, Int_t limit=1000) | |
| virtual | ~TGo4MsgList () |
| void | SetLimit (Int_t limit) |
| Int_t | GetLimit () const |
| Int_t | GetCounter () const |
| void | AddMsg (const char *msg) |
| TList * | Select (Int_t max=0, Long64_t id=0) |
| ClassDefOverride (TGo4MsgList, 1) | |
Protected Attributes | |
| TList | fMsgs |
| Int_t | fLimit {0} |
| Long64_t | fCounter {0} |
| TList | fSelect |
| TObjString | fStrCounter |
| temporary list used for selection More... | |
Definition at line 21 of file TGo4MsgList.h.
| TGo4MsgList::TGo4MsgList | ( | ) |
current id stored in the string
Definition at line 18 of file TGo4MsgList.cxx.
| TGo4MsgList::TGo4MsgList | ( | const char * | name, |
| const char * | title, | ||
| Int_t | limit = 1000 |
||
| ) |
Definition at line 28 of file TGo4MsgList.cxx.
|
virtual |
Definition at line 45 of file TGo4MsgList.cxx.
References fMsgs.
| void TGo4MsgList::AddMsg | ( | const char * | msg | ) |
Definition at line 50 of file TGo4MsgList.cxx.
References fCounter, fMsgs, and GetLimit().
Referenced by GetCounter(), SetLimit(), TGo4Sniffer::SetTitle(), and TGo4Sniffer::StatusMessage().
| TGo4MsgList::ClassDefOverride | ( | TGo4MsgList | , |
| 1 | |||
| ) |
Referenced by GetCounter().
|
inline |
Definition at line 44 of file TGo4MsgList.h.
References AddMsg(), ClassDefOverride(), fCounter, go4init::msg, and Select().
|
inline |
| TList * TGo4MsgList::Select | ( | Int_t | max = 0, |
| Long64_t | id = 0 |
||
| ) |
Definition at line 67 of file TGo4MsgList.cxx.
References fCounter, fMsgs, fSelect, and fStrCounter.
Referenced by GetCounter().
|
inline |
Definition at line 37 of file TGo4MsgList.h.
|
protected |
Definition at line 27 of file TGo4MsgList.h.
Referenced by AddMsg(), GetCounter(), Select(), and TGo4MsgList().
|
protected |
Definition at line 26 of file TGo4MsgList.h.
Referenced by GetLimit(), and SetLimit().
|
protected |
Definition at line 25 of file TGo4MsgList.h.
Referenced by AddMsg(), Select(), TGo4MsgList(), and ~TGo4MsgList().
|
protected |
Definition at line 28 of file TGo4MsgList.h.
Referenced by Select().
|
protected |
temporary list used for selection
Definition at line 29 of file TGo4MsgList.h.
Referenced by Select().
1.8.13