#include <TGo4EventStatus.h>
Inheritance diagram for TGo4EventStatus:
Public Methods | |
TGo4EventStatus () | |
TGo4EventStatus (TGo4EventElement *ev) | |
virtual | ~TGo4EventStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass. More... | |
TFolder * | GetTopFolder (Bool_t chown=kFALSE) |
Private Methods | |
TFolder * | CreateMembersFolder (TClass *cl) |
Scans all members of class cl and create folder of datamember status objects. More... | |
Private Attributes | |
TFolder * | fxFolder |
Folder containing the datamember status objects. More... | |
TFolder * | fxTempFolder |
Temporary folder for folder creation (old root versions did not have public TFolder ctor). More... |
To be used in gui to decide the type of the remote object visible in browser.
Definition at line 30 of file TGo4EventStatus.h.
|
Definition at line 36 of file TGo4EventStatus.cxx. |
|
Definition at line 28 of file TGo4EventStatus.cxx. References CreateMembersFolder(), fxFolder, and fxTempFolder. |
|
Definition at line 40 of file TGo4EventStatus.cxx. References fxTempFolder. |
|
basic method to printout status information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4ObjectStatus. Definition at line 48 of file TGo4EventStatus.cxx. References fxFolder, TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4MemberStatus::PrintStatus(), TGo4ObjectStatus::PrintStatus(), and TRACE. |
|
Definition at line 44 of file TGo4EventStatus.h. References fxFolder. Referenced by TGo4AnalysisObjectManager::CreateNamesFolder(). |
|
Scans all members of class cl and create folder of datamember status objects.
Definition at line 96 of file TGo4EventStatus.cxx. References fxTempFolder. Referenced by TGo4EventStatus(). |
|
Folder containing the datamember status objects.
Definition at line 53 of file TGo4EventStatus.h. Referenced by GetTopFolder(), PrintStatus(), and TGo4EventStatus(). |
|
Temporary folder for folder creation (old root versions did not have public TFolder ctor).
Definition at line 57 of file TGo4EventStatus.h. Referenced by CreateMembersFolder(), TGo4EventStatus(), and ~TGo4EventStatus(). |