#include <TGo4DynamicListCommand.h>
Inheritance diagram for TGo4DynamicListCommand:
Public Methods | |
TGo4DynamicListCommand () | |
TGo4DynamicListCommand (const char *comname, const char *description, const char *entryname, const char *listname=0) | |
virtual | ~TGo4DynamicListCommand () |
const char * | GetListName () const |
Access to the dynamic list name. More... | |
const char * | GetEntryName () const |
Access to the dynamic list name. More... | |
void | SetListName (const char *name) |
Set the dynamic list name. More... | |
void | SetEntryName (const char *name) |
Set the dynamic entry name. More... | |
Private Attributes | |
TString | fxListName |
Name of dynamic list which contains entry to be removed. More... | |
TString | fxEntryName |
Name of dynamic entry to be removed. More... |
Entry is searched by name in the dynamic list specified by lisrt name. Default dynamic list is the top Go4DynamicList object.
Definition at line 31 of file TGo4DynamicListCommand.h.
|
Definition at line 35 of file TGo4DynamicListCommand.cxx. References TGo4Analysis::fgcTOPDYNAMICLIST, SetListName(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 21 of file TGo4DynamicListCommand.cxx. References TGo4Analysis::fgcTOPDYNAMICLIST, SetEntryName(), SetListName(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 44 of file TGo4DynamicListCommand.cxx. References TRACE. |
|
Access to the dynamic list name.
Definition at line 42 of file TGo4DynamicListCommand.h. References fxListName. Referenced by TGo4ComSetDynamicEntry::ExeCom(), TGo4ComRemoveDynamicEntry::ExeCom(), and TGo4ComGetDynamicEntryStatus::ExeCom(). |
|
Access to the dynamic list name.
Definition at line 45 of file TGo4DynamicListCommand.h. References fxEntryName. Referenced by TGo4ComSetDynamicEntry::ExeCom(), TGo4ComRemoveDynamicEntry::ExeCom(), and TGo4ComGetDynamicEntryStatus::ExeCom(). |
|
Set the dynamic list name.
Definition at line 48 of file TGo4DynamicListCommand.h. References fxListName. Referenced by TGo4DynamicListCommand(). |
|
Set the dynamic entry name.
Definition at line 51 of file TGo4DynamicListCommand.h. References fxEntryName. Referenced by TGo4DynamicListCommand(). |
|
Name of dynamic list which contains entry to be removed.
Definition at line 56 of file TGo4DynamicListCommand.h. Referenced by GetListName(), and SetListName(). |
|
Name of dynamic entry to be removed.
Definition at line 59 of file TGo4DynamicListCommand.h. Referenced by GetEntryName(), and SetEntryName(). |