#include <TGo4DynamicListStatus.h>
Inheritance diagram for TGo4DynamicListStatus:
Public Methods | |
TGo4DynamicListStatus () | |
virtual | ~TGo4DynamicListStatus () |
virtual void | Print (Option_t *dummy="") const |
TFolder * | GetTopFolder (Bool_t chown=kFALSE) |
Access to the status list. More... | |
Private Methods | |
virtual TGo4DynamicEntry * | CreateDynamicEntry () |
Use status information to build a dynamic entry with this parameters. More... | |
TGo4DynamicListStatus (const Text_t *name) | |
Private ctor can be invoked by dynamic list which is friend. More... | |
Private Attributes | |
TFolder * | fxFolder |
Folder containing the dynamic list status objects. More... | |
Friends | |
class | TGo4DynamicList |
Contains list of status objects of the list entries.
Definition at line 31 of file TGo4DynamicListStatus.h.
|
Definition at line 33 of file TGo4DynamicListStatus.cxx. References TRACE. |
|
Definition at line 38 of file TGo4DynamicListStatus.cxx. |
|
Private ctor can be invoked by dynamic list which is friend.
Definition at line 25 of file TGo4DynamicListStatus.cxx. References TRACE. |
|
Reimplemented from TGo4Status. Definition at line 52 of file TGo4DynamicListStatus.cxx. References fxFolder. Referenced by TGo4AnalysisObjectManager::PrintDynamicList(). |
|
Access to the status list. If parameter chown (changeowner) is kTRUE, the Folder must be adopted by the caller, i.e. the dynamic list status loses the ownership of the statuslist folder. Definition at line 46 of file TGo4DynamicListStatus.h. References fxFolder. Referenced by TGo4AnalysisObjectManager::CreateNamesFolder(), and TGo4DynamicList::SetStatus(). |
|
Use status information to build a dynamic entry with this parameters. For usage inside object manager only. Implements TGo4DynamicEntryStatus. Definition at line 45 of file TGo4DynamicListStatus.cxx. References TGo4DynamicList::SetStatus(), and TGo4DynamicList. |
|
Reimplemented from TGo4DynamicEntryStatus. Definition at line 33 of file TGo4DynamicListStatus.h. Referenced by CreateDynamicEntry(). |
|
Folder containing the dynamic list status objects.
Definition at line 63 of file TGo4DynamicListStatus.h. Referenced by GetTopFolder(), Print(), TGo4DynamicList::UpdateStatus(), and ~TGo4DynamicListStatus(). |