#include <TGo4DynamicEntry.h>
Public Member Functions | |
TGo4DynamicEntry () | |
TGo4DynamicEntry (const char *name, const char *title="This is a Go4 dynamic entry") | |
virtual | ~TGo4DynamicEntry () |
void | EnableProcessing (Bool_t on=kTRUE) |
Bool_t | IsEnabledProcessing () const |
virtual void | Reset () |
Protected Attributes | |
Bool_t | fbProcessEntry |
Definition at line 27 of file TGo4DynamicEntry.h.
TGo4DynamicEntry::TGo4DynamicEntry | ( | ) |
TGo4DynamicEntry::TGo4DynamicEntry | ( | const char * | name, | |
const char * | title = "This is a Go4 dynamic entry" | |||
) |
Definition at line 26 of file TGo4DynamicEntry.cxx.
References GO4TRACE, and TGo4Status::kGo4CanDelete.
TGo4DynamicEntry::~TGo4DynamicEntry | ( | ) | [virtual] |
Definition at line 34 of file TGo4DynamicEntry.cxx.
References GO4TRACE.
void TGo4DynamicEntry::EnableProcessing | ( | Bool_t | on = kTRUE |
) | [inline] |
Switch the autoprocessing state of this entry.
Definition at line 39 of file TGo4DynamicEntry.h.
References fbProcessEntry.
Referenced by TGo4EditDynEntry::EntryEnabledButton_toggled(), TGo4DynamicListException::Handle(), TGo4CreateNewDynEntry::MakeEntry(), and TGo4TreeHistogramEntry::TGo4TreeHistogramEntry().
Bool_t TGo4DynamicEntry::IsEnabledProcessing | ( | ) | const [inline] |
Definition at line 40 of file TGo4DynamicEntry.h.
References fbProcessEntry.
Referenced by TGo4ComSetObject::ExeSetDyn(), TGo4TreeHistogramEntry::Print(), TGo4HistogramEntry::Print(), TGo4DynamicList::ProcessEntries(), and TGo4EditDynEntry::RefreshWidget().
virtual void TGo4DynamicEntry::Reset | ( | ) | [inline, virtual] |
Resets this entry to an initial status.
Reimplemented in TGo4HistogramEntry, and TGo4TreeHistogramEntry.
Definition at line 43 of file TGo4DynamicEntry.h.
Referenced by TGo4AnalysisObjectManager::AddDynamicEntry(), TGo4BrowserProxy::ClearMemoryItem(), TGo4AnalysisObjectManager::ClearObject(), and TGo4DynamicList::ResetEntries().
Bool_t TGo4DynamicEntry::fbProcessEntry [protected] |
True if object shall be processed by main event loop automatically. For example, histogram autofill from event index values.
Definition at line 49 of file TGo4DynamicEntry.h.
Referenced by EnableProcessing(), and IsEnabledProcessing().