#include <TGo4EditDynEntryStatus.h>
Inheritance diagram for TGo4EditDynEntryStatus:
Public Types | |
enum | EDynEntryTypes { kNone, kDataPointer, kTreeDraw } |
Definition of different modes for the dynamic entries. More... | |
Public Methods | |
TGo4EditDynEntryStatus (const char *name, const char *title) | |
virtual | ~TGo4EditDynEntryStatus () |
void | UpdateEntry (TGo4DynamicEntryStatus *source) |
update internal entry status object from source which was sent from analysis. More... | |
TGo4DynamicEntryStatus * | GetEntryStatus () |
void | SetEntryType (EDynEntryTypes id) |
EDynEntryTypes | GetEntryType () |
void | SetEntryName (const Text_t *txt) |
Setter methods for entry name etc.:. More... | |
void | SetListName (const Text_t *txt) |
void | SetConditionName (const Text_t *txt) |
const Text_t * | GetConditionName () |
void | SetConditionEnabled (Bool_t on) |
void | SetConditionYEnabled (Bool_t on) |
void | SetCEvX (const Text_t *txt) |
void | SetCDataX (const Text_t *txt) |
void | SetCEvY (const Text_t *txt) |
void | SetCDataY (const Text_t *txt) |
void | SetHistogramName (const Text_t *txt) |
const Text_t * | GetHistogramName () |
void | SetHisEvX (const Text_t *txt) |
void | SetHisEvY (const Text_t *txt) |
void | SetHisEvZ (const Text_t *txt) |
void | SetHisDatX (const Text_t *txt) |
void | SetHisDatY (const Text_t *txt) |
void | SetHisDatZ (const Text_t *txt) |
void | SetHisYEnabled (Bool_t on) |
void | SetHisZEnabled (Bool_t on) |
void | SetTreeName (const Text_t *txt) |
void | SetTreeExpression (const Text_t *txt) |
void | SetTreeCut (const Text_t *txt) |
void | SetEntryEnabled (Bool_t on) |
void | ResetNames () |
Private Attributes | |
EDynEntryTypes | fiEntryType |
this id is used to switch the type of the dynamic entry. More... | |
TGo4DynamicEntryStatus * | fxEntryStatus |
local copy of the edited entry status. More... | |
TGo4HistogramEntryStatus * | fxPointerEntryStatus |
downcasted reference to entry status in case of pointer entry. More... | |
TGo4TreeHistogramEntryStatus * | fxTreeEntryStatus |
downcasted reference to entry status in case of treedraw entry. More... |
Definition at line 29 of file TGo4EditDynEntryStatus.h.
|
Definition of different modes for the dynamic entries.
Definition at line 42 of file TGo4EditDynEntryStatus.h. Referenced by GetEntryType(). |
|
Definition at line 27 of file TGo4EditDynEntryStatus.cxx. References fiEntryType, fxEntryStatus, fxPointerEntryStatus, fxTreeEntryStatus, kDataPointer, and TGo4DynamicEntryStatus::ResetNames(). |
|
Definition at line 39 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus. |
|
update internal entry status object from source which was sent from analysis. If internal object was not existing, create one by cloning the source. checks for type Definition at line 45 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, fxPointerEntryStatus, fxTreeEntryStatus, kDataPointer, kTreeDraw, and SetEntryType(). Referenced by TGo4EditDynEntrySlots::AddObject(). |
|
Definition at line 121 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus. Referenced by TGo4EditDynEntrySlots::SendApplyCommand(), TGo4EditDynEntrySlots::SendHistogramClearCommand(), and TGo4EditDynEntrySlots::SendRefreshCommand(). |
|
Definition at line 81 of file TGo4EditDynEntryStatus.cxx. References fiEntryType, fxEntryStatus, fxPointerEntryStatus, fxTreeEntryStatus, kDataPointer, kTreeDraw, and TGo4DynamicEntryStatus::ResetNames(). Referenced by UpdateEntry(). |
|
Definition at line 49 of file TGo4EditDynEntryStatus.h. References EDynEntryTypes, and fiEntryType. |
|
Setter methods for entry name etc.:.
Definition at line 127 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus. |
|
Definition at line 133 of file TGo4EditDynEntryStatus.cxx. |
|
Definition at line 139 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::SetConditionName(). |
|
Definition at line 144 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::GetConditionName(). |
|
Definition at line 263 of file TGo4EditDynEntryStatus.cxx. References TGo4DynamicEntry::fgcNOCONDITION, fxEntryStatus, and TGo4DynamicEntryStatus::SetConditionName(). |
|
Definition at line 276 of file TGo4EditDynEntryStatus.cxx. References TGo4DynamicEntry::fgcNODATA, TGo4DynamicEntry::fgcNOEVENT, SetCDataY(), and SetCEvY(). |
|
Definition at line 149 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::SetConEventName(). |
|
Definition at line 154 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::SetConVarName(). |
|
Definition at line 159 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::SetConEventName(). Referenced by SetConditionYEnabled(). |
|
Definition at line 165 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::SetConVarName(). Referenced by SetConditionYEnabled(). |
|
Definition at line 170 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::SetHistogramName(). |
|
Definition at line 175 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::GetHistogramName(). |
|
Definition at line 181 of file TGo4EditDynEntryStatus.cxx. References fxPointerEntryStatus, and TGo4HistogramEntryStatus::SetHisEventName(). |
|
Definition at line 190 of file TGo4EditDynEntryStatus.cxx. References fxPointerEntryStatus, and TGo4HistogramEntryStatus::SetHisEventName(). Referenced by SetHisYEnabled(). |
|
Definition at line 198 of file TGo4EditDynEntryStatus.cxx. References fxPointerEntryStatus, and TGo4HistogramEntryStatus::SetHisEventName(). Referenced by SetHisYEnabled(), and SetHisZEnabled(). |
|
Definition at line 206 of file TGo4EditDynEntryStatus.cxx. References fxPointerEntryStatus, and TGo4HistogramEntryStatus::SetHisVarName(). |
|
Definition at line 214 of file TGo4EditDynEntryStatus.cxx. References fxPointerEntryStatus, and TGo4HistogramEntryStatus::SetHisVarName(). Referenced by SetHisYEnabled(). |
|
Definition at line 222 of file TGo4EditDynEntryStatus.cxx. References fxPointerEntryStatus, and TGo4HistogramEntryStatus::SetHisVarName(). Referenced by SetHisYEnabled(), and SetHisZEnabled(). |
|
Definition at line 288 of file TGo4EditDynEntryStatus.cxx. References TGo4DynamicEntry::fgcNODATA, TGo4DynamicEntry::fgcNOEVENT, SetHisDatY(), SetHisDatZ(), SetHisEvY(), and SetHisEvZ(). |
|
Definition at line 302 of file TGo4EditDynEntryStatus.cxx. References TGo4DynamicEntry::fgcNODATA, TGo4DynamicEntry::fgcNOEVENT, SetHisDatZ(), and SetHisEvZ(). |
|
Definition at line 230 of file TGo4EditDynEntryStatus.cxx. References fxTreeEntryStatus, and TGo4TreeHistogramEntryStatus::SetTreeName(). |
|
Definition at line 238 of file TGo4EditDynEntryStatus.cxx. References fxTreeEntryStatus, and TGo4TreeHistogramEntryStatus::SetVarexp(). |
|
Definition at line 247 of file TGo4EditDynEntryStatus.cxx. References fxTreeEntryStatus, and TGo4TreeHistogramEntryStatus::SetSelection(). |
|
Definition at line 258 of file TGo4EditDynEntryStatus.cxx. References TGo4DynamicEntryStatus::EnableProcessing(), and fxEntryStatus. |
|
Definition at line 314 of file TGo4EditDynEntryStatus.cxx. References fxEntryStatus, and TGo4DynamicEntryStatus::ResetNames(). |
|
this id is used to switch the type of the dynamic entry.
Definition at line 80 of file TGo4EditDynEntryStatus.h. Referenced by GetEntryType(), SetEntryType(), and TGo4EditDynEntryStatus(). |
|
local copy of the edited entry status.
Definition at line 83 of file TGo4EditDynEntryStatus.h. Referenced by GetConditionName(), GetEntryStatus(), GetHistogramName(), ResetNames(), SetCDataX(), SetCDataY(), SetCEvX(), SetCEvY(), SetConditionEnabled(), SetConditionName(), SetEntryEnabled(), SetEntryName(), SetEntryType(), SetHistogramName(), TGo4EditDynEntryStatus(), UpdateEntry(), and ~TGo4EditDynEntryStatus(). |
|
downcasted reference to entry status in case of pointer entry.
Definition at line 86 of file TGo4EditDynEntryStatus.h. Referenced by SetEntryType(), SetHisDatX(), SetHisDatY(), SetHisDatZ(), SetHisEvX(), SetHisEvY(), SetHisEvZ(), TGo4EditDynEntryStatus(), and UpdateEntry(). |
|
downcasted reference to entry status in case of treedraw entry.
Definition at line 89 of file TGo4EditDynEntryStatus.h. Referenced by SetEntryType(), SetTreeCut(), SetTreeExpression(), SetTreeName(), TGo4EditDynEntryStatus(), and UpdateEntry(). |