ROOT logo
ROOT » GRAF3D » EVE » TEveDigitSet

class TEveDigitSet: public TEveElement, public TNamed, public TQObject, public TAtt3D, public TAttBBox, public TEveSecondarySelectable


 Base-class for storage of digit collections; provides
 transformation matrix (TEveTrans), signal to color mapping
 (TEveRGBAPalette) and visual grouping (TEveFrameBox).

 Base-class for displaying a digit collection.
 Provdies common services for:
 - specifying signal / color per digit;
 - specifying object reference per digit;
 - controlling palette and thresholds (external object TEveRGBAPalette);
 - showing a frame around the digits (external object TEveFrameBox);
 - specifying transformation matrix for the whole collection;
   by data-member of class TEveTrans.

 Use method DigitId(TObject* id) to assign additional identification
 to the last created digit. By calling SetOwnIds(kTRUE) tje
 digit-set becomes the owner of the assigned objects and deletes
 them on destruction.
 Note that TRef is used for referencing the objects and if you
 instantiate the objects just to pass them to digit-set you should
 also call  TProcessID::Get/SetObjectCount() at the beginning / end
 of processing of an event. See documentation for class TRef, in
 particular section 'ObjectNumber'.

 If you use value-is-color mode and want to use transparency, set
 the transparency to non-zero value so that GL-renderer will be
 properly informed.

 If you want to use single color for all elements call:
   UseSingleColor()
 Palette controls will not work in this case.

 See also:
   TEveQuadSet: rectangle, hexagon or line per digit
   TEveBoxSet   a 3D box per digit

Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~TEveDigitSet()
voidTObject::AbstractMethod(const char* method) const
virtual Bool_tTEveElement::AcceptElement(TEveElement* el)
virtual voidTEveElement::AddElement(TEveElement* el)
virtual TGListTreeItem*TEveElement::AddIntoListTree(TGListTree* ltree, TGListTreeItem* parent_lti)
virtual TGListTreeItem*TEveElement::AddIntoListTree(TGListTree* ltree, TEveElement* parent)
virtual TGListTreeItem*TEveElement::AddIntoListTrees(TEveElement* parent)
virtual voidTEveElement::AddParent(TEveElement* re)
virtual voidTEveElement::AddStamp(UChar_t bits)
virtual voidTEveElement::Annihilate()
virtual voidTEveElement::AnnihilateElements()
virtual voidTObject::AppendPad(Option_t* option = "")
Bool_tTEveElement::ApplyVizTag(const TString& tag, const TString& fallback_tag = "")
static Bool_tTQObject::AreAllSignalsBlocked()
Bool_tTQObject::AreSignalsBlocked() const
Float_t*TAttBBox::AssertBBox()
TEveRGBAPalette*AssertPalette()
TEveElement::List_iTEveElement::BeginChildren()
TEveElement::List_ciTEveElement::BeginChildren() const
TEveElement::List_iTEveElement::BeginParents()
TEveElement::List_ciTEveElement::BeginParents() const
static Bool_tTQObject::BlockAllSignals(Bool_t b)
Bool_tTQObject::BlockSignals(Bool_t b)
virtual voidTObject::Browse(TBrowser* b)
virtual Bool_tTEveElement::CanEditElement() const
virtual Bool_tTEveElement::CanEditMainColor() const
virtual Bool_tTEveElement::CanEditMainTrans() const
virtual Bool_tTEveElement::CanEditMainTransparency() const
virtual voidTQObject::ChangedBy(const char* method)SIGNAL
virtual voidTEveElement::CheckReferenceCount(const TEveException& eh = "TEveElement::CheckReferenceCount ")
static TClass*Class()
virtual const char*TObject::ClassName() const
virtual voidTNamed::Clear(Option_t* option = "")
virtual voidTEveElement::ClearStamps()
virtual TObject*TNamed::Clone(const char* newname = "") const
virtual voidTEveElement::CloneChildrenRecurse(TEveElement* dest, Int_t level = 0) const
virtual TEveElement*TEveElement::CloneElement() const
virtual TEveElement*TEveElement::CloneElementRecurse(Int_t level = 0) const
voidTQObject::CollectClassSignalLists(TList& list, TClass* cls)
virtual voidTEveElement::CollectSceneParents(TEveElement::List_t& scenes)
virtual voidTEveElement::CollectSceneParentsFromChildren(TEveElement::List_t& scenes, TEveElement* parent)
virtual Int_tTNamed::Compare(const TObject* obj) const
virtual voidTAttBBox::ComputeBBox()
Bool_tTQObject::Connect(const char* signal, const char* receiver_class, void* receiver, const char* slot)
static Bool_tTQObject::Connect(TQObject* sender, const char* signal, const char* receiver_class, void* receiver, const char* slot)
static Bool_tTQObject::Connect(const char* sender_class, const char* signal, const char* receiver_class, void* receiver, const char* slot)
virtual voidTQObject::Connected(const char*)
virtual voidTNamed::Copy(TObject& named) const
virtual voidTEveElement::CopyVizParams(const TEveElement* el)
virtual voidTEveElement::CopyVizParamsFromDB()
voidTEveElement::CSCApplyMainColorToAllChildren()
voidTEveElement::CSCApplyMainColorToMatchingChildren()
voidTEveElement::CSCApplyMainTransparencyToAllChildren()
voidTEveElement::CSCApplyMainTransparencyToMatchingChildren()
voidTEveElement::CSCImplySelectAllChildren()
voidTEveElement::CSCTakeAnyParentAsMaster()
voidTEveElement::DecDenyDestroy()
virtual voidTEveElement::DecImpliedHighlighted()
virtual voidTEveElement::DecImpliedSelected()
voidTEveElement::DecParentIgnoreCnt()
virtual voidTObject::Delete(Option_t* option = "")MENU
virtual voidTEveElement::Destroy()MENU
virtual voidTQObject::Destroyed()SIGNAL
virtual voidTEveElement::DestroyElements()MENU
virtual voidTEveElement::DestroyListSubTree(TGListTree* ltree, TGListTreeItem* parent)
virtual voidTEveElement::DestroyMainTrans()
virtual voidTEveElement::DestroyOrWarn()
voidDigitColor(Color_t ci)
voidDigitColor(UChar_t* rgba)
voidDigitColor(Color_t ci, Char_t transparency)
voidDigitColor(UChar_t r, UChar_t g, UChar_t b, UChar_t a = 255)
voidDigitId(TObject* id)
voidDigitId(Int_t n, TObject* id)
virtual voidDigitSelected(Int_t idx)
voidDigitUserData(void* ud)
voidDigitUserData(Int_t n, void* ud)
voidDigitValue(Int_t value)
voidTEveElement::DisableListElements(Bool_t rnr_self = kFALSE, Bool_t rnr_children = kFALSE)MENU
Bool_tTQObject::Disconnect(const char* signal = 0, void* receiver = 0, const char* slot = 0)
static Bool_tTQObject::Disconnect(TQObject* sender, const char* signal = 0, void* receiver = 0, const char* slot = 0)
static Bool_tTQObject::Disconnect(const char* class_name, const char* signal, void* receiver = 0, const char* slot = 0)
virtual voidTQObject::Disconnected(const char*)
virtual Int_tTObject::DistancetoPrimitive(Int_t px, Int_t py)
virtual voidTObject::Draw(Option_t* option = "")
virtual voidTObject::DrawClass() constMENU
virtual TObject*TObject::DrawClone(Option_t* option = "") constMENU
virtual voidTObject::Dump() constMENU
voidTEveElement::DumpSourceObject() constMENU
virtual voidTEveElement::ElementChanged(Bool_t update_scenes = kTRUE, Bool_t redraw = kFALSE)
voidTQObject::Emit(const char* signal)
voidTQObject::Emit(const char* signal, Long_t* paramArr)
voidTQObject::Emit(const char* signal, const char* params)
voidTQObject::Emit(const char* signal, Double_t param)
voidTQObject::Emit(const char* signal, Long_t param)
voidTQObject::Emit(const char* signal, Long64_t param)
voidTQObject::Emit(const char* signal, Bool_t param)
voidTQObject::Emit(const char* signal, Char_t param)
voidTQObject::Emit(const char* signal, UChar_t param)
voidTQObject::Emit(const char* signal, Short_t param)
voidTQObject::Emit(const char* signal, UShort_t param)
voidTQObject::Emit(const char* signal, Int_t param)
voidTQObject::Emit(const char* signal, UInt_t param)
voidTQObject::Emit(const char* signal, ULong_t param)
voidTQObject::Emit(const char* signal, ULong64_t param)
voidTQObject::Emit(const char* signal, Float_t param)
voidTQObject::EmitVA(const char* signal, Int_t nargs)
voidTQObject::EmitVA(const char* signal, Int_t nargs, va_list va)
voidTEveElement::EnableListElements(Bool_t rnr_self = kTRUE, Bool_t rnr_children = kTRUE)MENU
TEveElement::List_iTEveElement::EndChildren()
TEveElement::List_ciTEveElement::EndChildren() const
TEveElement::List_iTEveElement::EndParents()
TEveElement::List_ciTEveElement::EndParents() const
virtual voidTObject::Error(const char* method, const char* msgfmt) const
virtual voidTObject::Execute(const char* method, const char* params, Int_t* error = 0)
virtual voidTObject::Execute(TMethod* method, TObjArray* params, Int_t* error = 0)
virtual voidTObject::ExecuteEvent(Int_t event, Int_t px, Int_t py)
virtual voidTEveElement::ExpandIntoListTree(TGListTree* ltree, TGListTreeItem* parent)
voidTEveElement::ExportSourceObjectToCINT(char* var_name) constMENU
virtual voidTEveElement::ExportToCINT(char* var_name)MENU
virtual voidTObject::Fatal(const char* method, const char* msgfmt) const
virtual voidTNamed::FillBuffer(char*& buffer)
virtual voidTEveElement::FillImpliedSelectedSet(TEveElement::Set_t& impSelSet)
TEveElement*TEveElement::FindChild(const TString& name, const TClass* cls = 0)
TEveElement*TEveElement::FindChild(TPRegexp& regexp, const TClass* cls = 0)
Int_tTEveElement::FindChildren(TEveElement::List_t& matches, const TString& name, const TClass* cls = 0)
Int_tTEveElement::FindChildren(TEveElement::List_t& matches, TPRegexp& regexp, const TClass* cls = 0)
virtual TEveElement::sLTI_iTEveElement::FindItem(TGListTree* ltree)
virtual TEveElement::sLTI_iTEveElement::FindItem(TGListTree* ltree, TGListTreeItem* parent_lti)
virtual TGListTreeItem*TEveElement::FindListTreeItem(TGListTree* ltree)
virtual TGListTreeItem*TEveElement::FindListTreeItem(TGListTree* ltree, TGListTreeItem* parent_lti)
virtual TObject*TObject::FindObject(const char* name) const
virtual TObject*TObject::FindObject(const TObject* obj) const
Bool_tTEveElement::FindVizModel()
TEveElement*TEveElement::FirstChild() const
virtual TEveElement*TEveElement::ForwardEdit()
virtual TEveElement*TEveElement::ForwardSelection()
Bool_tTEveSecondarySelectable::GetAlwaysSecSelect() const
Bool_tGetAntiFlick() const
Float_t*TAttBBox::GetBBox()
Bool_tTAttBBox::GetBBoxOK() const
TEveDigitSet::Callback_fooGetCallbackFoo() const
UChar_tTEveElement::GetChangeBits() const
TEveCompound*TEveElement::GetCompound()
Int_tTEveElement::GetDenyDestroy() const
Bool_tTEveElement::GetDestroyOnZeroRefCnt() const
TEveDigitSet::DigitBase_t*GetDigit(Int_t n) const
Bool_tGetDisableLighting() const
virtual Option_t*TObject::GetDrawOption() const
static Long_tTObject::GetDtorOnly()
virtual TObject*TEveElement::GetEditorObject(const TEveException& eh) const
virtual const char*TEveElement::GetElementName() const
virtual const char*TEveElement::GetElementTitle() const
Bool_tGetEmitSignals() const
TEveFrameBox*GetFrame() const
virtual TStringGetHighlightTooltip()
Bool_tGetHistoButtons() const
virtual const char*TObject::GetIconName() const
TObject*GetId(Int_t n) const
TList*TQObject::GetListOfClassSignals() const
TList*TQObject::GetListOfConnections() const
TList*TQObject::GetListOfSignals() const
virtual const TGPicture*TEveElement::GetListTreeCheckBoxIcon()
virtual const TGPicture*TEveElement::GetListTreeIcon(Bool_t open = kFALSE)
virtual Color_tTEveElement::GetMainColor() const
Color_t*TEveElement::GetMainColorPtr() const
virtual Char_tTEveElement::GetMainTransparency() const
TEveElement*TEveElement::GetMaster()
virtual const char*TNamed::GetName() const
virtual Int_tTEveElement::GetNItems() const
virtual TObject*GetObject(const TEveException&) const
virtual char*TObject::GetObjectInfo(Int_t px, Int_t py) const
static Bool_tTObject::GetObjectStat()
virtual Option_t*TObject::GetOption() const
Bool_tGetOwnIds() const
TEveRGBAPalette*GetPalette() const
Int_tTEveElement::GetParentIgnoreCnt() const
TEveChunkManager*GetPlex()
TEveDigitSet::ERenderMode_eGetRenderMode() const
virtual TObject*TEveElement::GetRenderObject(const TEveException& eh) const
virtual Bool_tTEveElement::GetRnrAnything() const
virtual Bool_tTEveElement::GetRnrChildren() const
virtual Bool_tTEveElement::GetRnrSelf() const
virtual Bool_tTEveElement::GetRnrState() const
virtual UChar_tTEveElement::GetSelectedLevel() const
TRef&TEveElement::GetSource()
TObject*TEveElement::GetSourceObject() const
virtual const char*TNamed::GetTitle() const
TEveDigitSet::TooltipCB_fooGetTooltipCBFoo() const
virtual UInt_tTObject::GetUniqueID() const
void*GetUserData(Int_t n) const
Bool_tGetValueIsColor() const
TEveElement*TEveElement::GetVizModel() const
const TString&TEveElement::GetVizTag() const
virtual Bool_tTEveElement::HandleElementPaste(TEveElement* el)
virtual Bool_tTObject::HandleTimer(TTimer* timer)
Bool_tTEveElement::HasChild(TEveElement* el)
Bool_tTEveElement::HasChildren() const
virtual Bool_tTQObject::HasConnection(const char* signal_name) const
virtual ULong_tTNamed::Hash() const
virtual Bool_tTEveElement::HasMainColor() const
virtual Bool_tTEveElement::HasMainTrans() const
Bool_tTEveElement::HasParents() const
virtual voidTEveElement::HighlightElement(Bool_t state)
virtual voidTQObject::HighPriority(const char* signal_name, const char* slot_name = 0)
voidTEveElement::IncDenyDestroy()
virtual voidTEveElement::IncImpliedHighlighted()
virtual voidTEveElement::IncImpliedSelected()
voidTEveElement::IncParentIgnoreCnt()
virtual voidTObject::Info(const char* method, const char* msgfmt) const
virtual Bool_tTObject::InheritsFrom(const char* classname) const
virtual Bool_tTObject::InheritsFrom(const TClass* cl) const
virtual voidTEveElement::InitMainTrans(Bool_t can_edit = kTRUE)
virtual voidTObject::Inspect() constMENU
voidTObject::InvertBit(UInt_t f)
virtual TClass*IsA() const
virtual Bool_tTObject::IsEqual(const TObject* obj) const
virtual Bool_tTObject::IsFolder() const
Bool_tTObject::IsOnHeap() const
Bool_tTEveElement::IsPickable() const
virtual Bool_tTNamed::IsSortable() const
Bool_tTObject::IsZombie() const
TEveElement*TEveElement::LastChild() const
static voidTQObject::LoadRQ_OBJECT()
virtual voidTQObject::LowPriority(const char* signal_name, const char* slot_name = 0)
virtual voidTNamed::ls(Option_t* option = "") const
voidTObject::MayNotUse(const char* method) const
virtual voidTQObject::Message(const char* msg)SIGNAL
virtual voidTEveElement::NameTitleChanged()
virtual Bool_tTObject::Notify()
virtual Int_tTQObject::NumberOfConnections() const
virtual Int_tTQObject::NumberOfSignals() const
Int_tTEveElement::NumChildren() const
Int_tTEveElement::NumParents() const
static voidTObject::operator delete(void* ptr)
static voidTObject::operator delete(void* ptr, void* vp)
static voidTObject::operator delete[](void* ptr)
static voidTObject::operator delete[](void* ptr, void* vp)
void*TObject::operator new(size_t sz)
void*TObject::operator new(size_t sz, void* vp)
void*TObject::operator new[](size_t sz)
void*TObject::operator new[](size_t sz, void* vp)
virtual voidTEveElement::PadPaint(Option_t* option)
virtual voidPaint(Option_t* option = "")
virtual voidTEveElement::PaintStandard(TObject* id)
virtual voidTObject::Pop()
virtual voidTNamed::Print(Option_t* option = "") const
voidTEveElement::PrintSourceObject() constMENU
voidTEveSecondarySelectable::ProcessGLSelection(TGLSelectRecord& rec)
virtual voidTEveElement::ProjectAllChildren(Bool_t same_depth = kTRUE)
virtual voidTEveElement::ProjectChild(TEveElement* el, Bool_t same_depth = kTRUE)
virtual voidTEveElement::PropagateMainColorToProjecteds(Color_t color, Color_t old_color)
virtual voidTEveElement::PropagateMainTransparencyToProjecteds(Char_t t, Char_t old_t)
virtual voidTEveElement::PropagateRnrStateToProjecteds()
virtual voidTEveElement::PropagateVizParamsToElements(TEveElement* el = 0)
virtual voidTEveElement::PropagateVizParamsToProjecteds()
virtual TEveTrans*TEveElement::PtrMainTrans(Bool_t create = kTRUE)
virtual Int_tTObject::Read(const char* name)
voidTEveElement::RecheckImpliedSelections()
virtual voidTObject::RecursiveRemove(TObject* obj)
const TEveElement::List_t&TEveElement::RefChildren() const
const TEveSecondarySelectable::SelectionSet_t&TEveSecondarySelectable::RefHighlightedSet() const
voidRefitPlex()
virtual TEveTrans&TEveElement::RefMainTrans()
const TEveSecondarySelectable::SelectionSet_t&TEveSecondarySelectable::RefSelectedSet() const
virtual voidTEveElement::RemoveElement(TEveElement* el)
virtual voidTEveElement::RemoveElementLocal(TEveElement* el)
virtual voidTEveElement::RemoveElements()
virtual voidTEveElement::RemoveElementsLocal()
virtual Bool_tTEveElement::RemoveFromListTree(TGListTree* ltree, TGListTreeItem* parent_lti)
virtual Int_tTEveElement::RemoveFromListTrees(TEveElement* parent)
virtual voidTEveElement::RemoveParent(TEveElement* re)
voidTEveElement::ResetAllCSCBits()
voidTAttBBox::ResetBBox()
voidTObject::ResetBit(UInt_t f)
voidTEveElement::ResetCSCBits(UChar_t f)
virtual voidTObject::SaveAs(const char* filename = "", Option_t* option = "") constMENU
virtual voidTObject::SavePrimitive(basic_ostream<char,char_traits<char> >& out, Option_t* option = "")
voidTEveElement::SaveVizParams(ostream& out, const TString& tag, const TString& var)
voidScanMinMaxValues(Int_t& min, Int_t& max)
virtual voidSecSelected(TEveDigitSet* qs, Int_t idx)SIGNAL
virtual voidTEveElement::SelectElement(Bool_t state)
voidTEveSecondarySelectable::SetAlwaysSecSelect(Bool_t f)
voidSetAntiFlick(Bool_t f)
voidTObject::SetBit(UInt_t f)
voidTObject::SetBit(UInt_t f, Bool_t set)
voidSetCallbackFoo(TEveDigitSet::Callback_foo f)
voidTEveElement::SetCompound(TEveCompound* c)
voidTEveElement::SetCSCBits(UChar_t f)
voidSetCurrentDigit(Int_t idx)
voidTEveElement::SetDestroyOnZeroRefCnt(Bool_t d)
voidSetDisableLighting(Bool_t l)
virtual voidTObject::SetDrawOption(Option_t* option = "")MENU
static voidTObject::SetDtorOnly(void* obj)
voidTEveElement::SetEditMainColor(Bool_t x)
voidTEveElement::SetEditMainTransparency(Bool_t x)
virtual voidTEveElement::SetElementName(const char* name)
virtual voidTEveElement::SetElementNameTitle(const char* name, const char* title)
virtual voidTEveElement::SetElementTitle(const char* title)
voidSetEmitSignals(Bool_t f)
voidSetFrame(TEveFrameBox* b)
voidSetHistoButtons(Bool_t f)
voidTEveElement::SetMainAlpha(Float_t alpha)
virtual voidSetMainColor(Color_t color)
voidTEveElement::SetMainColorPixel(Pixel_t pixel)
voidTEveElement::SetMainColorPtr(Color_t* color)
voidTEveElement::SetMainColorRGB(UChar_t r, UChar_t g, UChar_t b)
voidTEveElement::SetMainColorRGB(Float_t r, Float_t g, Float_t b)
virtual voidTEveElement::SetMainTransparency(Char_t t)
virtual voidTNamed::SetName(const char* name)MENU
virtual voidTNamed::SetNameTitle(const char* name, const char* title)
static voidTObject::SetObjectStat(Bool_t stat)
voidSetOwnIds(Bool_t o)
voidSetPalette(TEveRGBAPalette* p)
voidTEveElement::SetPickable(Bool_t p)
voidSetRenderMode(TEveDigitSet::ERenderMode_e rm)
virtual Bool_tTEveElement::SetRnrChildren(Bool_t rnr)
virtual Bool_tTEveElement::SetRnrSelf(Bool_t rnr)
virtual Bool_tTEveElement::SetRnrSelfChildren(Bool_t rnr_self, Bool_t rnr_children)
virtual Bool_tTEveElement::SetRnrState(Bool_t rnr)
voidTEveElement::SetSourceObject(TObject* o)
virtual voidTNamed::SetTitle(const char* title = "")MENU
voidSetTooltipCBFoo(TEveDigitSet::TooltipCB_foo f)
virtual voidTEveElement::SetTransMatrix(Double_t* carr)
virtual voidTEveElement::SetTransMatrix(const TGeoMatrix& mat)
virtual voidTObject::SetUniqueID(UInt_t uid)
voidTEveElement::SetUserData(void* ud)
voidTEveElement::SetVizModel(TEveElement* model)
voidTEveElement::SetVizTag(const TString& tag)
virtual voidShowMembers(TMemberInspector& insp)
virtual Bool_tTEveElement::SingleRnrState() const
virtual Int_tTNamed::Sizeof() const
virtual voidTAtt3D::Sizeof3D() const
voidTEveElement::SpawnEditor()MENU
voidTEveElement::StampColorSelection()
voidTEveElement::StampObjProps()
voidTEveElement::StampTransBBox()
voidTEveElement::StampVisibility()
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
virtual voidTObject::SysError(const char* method, const char* msgfmt) const
Bool_tTObject::TestBit(UInt_t f) const
Int_tTObject::TestBits(UInt_t f) const
Bool_tTEveElement::TestCSCBits(UChar_t f) const
virtual voidUnHighlighted()
virtual voidUnSelected()
virtual voidTObject::UseCurrentStyle()
voidUseSingleColor()
voidTEveElement::VizDB_Apply(const char* tag)MENU
voidTEveElement::VizDB_Insert(const char* tag, Bool_t replace = kTRUE, Bool_t update = kTRUE)MENU
voidTEveElement::VizDB_Reapply()MENU
voidTEveElement::VizDB_UpdateModel(Bool_t update = kTRUE)MENU
virtual voidTObject::Warning(const char* method, const char* msgfmt) const
virtual Int_tTObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0)
virtual Int_tTObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0) const
virtual voidTEveElement::WriteVizParams(ostream& out, const TString& var)
protected:
virtual voidTEveElement::AnnihilateRecursively()
voidTAttBBox::AssertBBoxExtents(Float_t epsilon = 0.005)
voidTAttBBox::BBoxCheckPoint(const Float_t* p)
voidTAttBBox::BBoxCheckPoint(Float_t x, Float_t y, Float_t z)
voidTAttBBox::BBoxClear()
voidTAttBBox::BBoxInit(Float_t infinity = 1e6)
voidTAttBBox::BBoxZero(Float_t epsilon = 0, Float_t x = 0, Float_t y = 0, Float_t z = 0)
static Int_tTQObject::CheckConnectArgs(TQObject* sender, TClass* sender_class, const char* signal, TClass* receiver_class, const char* slot)
static Bool_tTQObject::ConnectToClass(TQObject* sender, const char* signal, TClass* receiver_class, void* receiver, const char* slot)
static Bool_tTQObject::ConnectToClass(const char* sender_class, const char* signal, TClass* receiver_class, void* receiver, const char* slot)
virtual voidTObject::DoError(int level, const char* location, const char* fmt, va_list va) const
virtual void*TQObject::GetSender()
virtual const char*TQObject::GetSenderClassName() const
voidTObject::MakeZombie()
TEveDigitSet::DigitBase_t*NewDigit()
virtual voidTEveElement::PreDeleteElement()
voidTEveSecondarySelectable::ProcessGLSelectionInternal(TGLSelectRecord& rec, TEveSecondarySelectable::SelectionSet_t& sset)
voidReleaseIds()
virtual voidTEveElement::RemoveElementsInternal()
static const char*TEveElement::ToString(Bool_t b)

Data Members

protected:
Bool_tTEveSecondarySelectable::fAlwaysSecSelectAlways do secondary-selection in GL.
Bool_tfAntiFlickMake extra render pass to avoid flickering when quads are too small.
Float_t*TAttBBox::fBBox! Dynamic Float_t[6] X(min,max), Y(min,max), Z(min,max)
UChar_tTEveElement::fCSCBits
void*fCallbackFoo! Additional function to call on secondary-select.
Bool_tTEveElement::fCanEditMainColorAllow editing of main color.
Bool_tTEveElement::fCanEditMainTransAllow editing of main transformation.
Bool_tTEveElement::fCanEditMainTransparencyAllow editing of main transparency.
UChar_tTEveElement::fChangeBits!
list<TEveElement*>TEveElement::fChildrenList of children.
Color_tfColorColor used for frame (or all digis with single-color).
TEveCompound*TEveElement::fCompoundCompound this object belongs to.
Int_tfDefaultValueDefault signal value.
Int_tTEveElement::fDenyDestroy! Deny-destroy count.
Bool_tTEveElement::fDestroyOnZeroRefCntAuto-destruct when ref-count reaches zero.
Char_tTEveElement::fDestructing!
TRefArray*fDigitIdsArray holding references to external objects.
Bool_tfDisableLightingDisable lighting for rendering.
Bool_tfEmitSignalsEmit signals on secondary-select.
TEveFrameBox*fFramePointer to frame structure.
Bool_tTEveElement::fHighlighted!
set<int>TEveSecondarySelectable::fHighlightedSetHighlighted indices.
Bool_tfHistoButtonsShow histogram buttons in object editor.
Short_tTEveElement::fImpliedHighlighted!
Short_tTEveElement::fImpliedSelected!
set<TEveElement::TEveListTreeInfo,less<TEveElement::TEveListTreeInfo>,allocator<TEveElement::TEveListTreeInfo> >TEveElement::fItems! Set of list-tree-items.
TEveDigitSet::DigitBase_t*fLastDigit! The last / current digit added to collection.
Int_tfLastIdx! The last / current idx added to collection.
TList*TQObject::fListOfConnections! list of connections to this object
TList*TQObject::fListOfSignals! list of signals from this object
Color_t*TEveElement::fMainColorPtrPointer to main-color variable.
TEveTrans*TEveElement::fMainTransPointer to main transformation matrix.
Char_tTEveElement::fMainTransparencyMain-transparency variable.
TStringTNamed::fNameobject identifier
Int_tTEveElement::fNumChildren!
Bool_tfOwnIdsFlag specifying if id-objects are owned by the TEveDigitSet.
TEveRGBAPalette*fPalettePointer to signal-color palette.
Int_tTEveElement::fParentIgnoreCnt! Counter for parents that are ignored in ref-counting.
list<TEveElement*>TEveElement::fParentsList of parents.
Bool_tTEveElement::fPickable
TEveChunkManagerfPlexContainer of digit data.
TEveDigitSet::ERenderMode_efRenderModeRender mode: as-is / line / filled.
Bool_tTEveElement::fRnrChildrenRender children of this element.
Bool_tTEveElement::fRnrSelfRender this element.
Bool_tTEveElement::fSelected!
set<int>TEveSecondarySelectable::fSelectedSetSelected indices.
Bool_tTQObject::fSignalsBlocked! flag used for suppression of signals
Bool_tfSingleColorUse the same color for all digits.
TRefTEveElement::fSourceExternal object that is represented by this element.
TStringTNamed::fTitleobject title
void*fTooltipCBFoo! Function providing highlight tooltips when always-sec-select is active.
Int_tTEveElement::fTopItemCnt! Counter for top-level list-tree items that prevent automatic destruction.
void*TEveElement::fUserData! Externally assigned and controlled user data.
Bool_tfValueIsColorInterpret signal value as RGBA color.
TEveElement*TEveElement::fVizModel! Element used as model from VizDB.
TStringTEveElement::fVizTagTag used to query VizDB for model element.
static Bool_tTQObject::fgAllSignalsBlockedflag used for suppression of all signals

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

~TEveDigitSet()
 Destructor.
 Unreference frame and palette. Destroy referenced objects if they
 are owned by the TEveDigitSet.
void ReleaseIds()
 Protected method. Release and delete the referenced objects, the
 ownership is *NOT* checked.
void UseSingleColor()
 Instruct digit-set to use single color for its digits.
 Call SetMainColor/Transparency to initialize it.
void SetMainColor(Color_t color)
 Override from TEveElement, forward to Frame.
void UnSelected()
 Virtual function called when both fSelected is false and
 fImpliedSelected is 0.
void UnHighlighted()
 Virtual function called when both fHighlighted is false and
 fImpliedHighlighted is 0.
TString GetHighlightTooltip()
 Return tooltip for highlighted element if always-sec-select is set.
 Otherwise return the tooltip for this element.
void RefitPlex()
 Instruct underlying memory allocator to regroup itself into a
 contiguous memory chunk.
void ScanMinMaxValues(Int_t& min, Int_t& max)
 Iterate over the digits and detmine min and max signal values.
void SetCurrentDigit(Int_t idx)
 Set current digit -- the one that will receive calls to
 DigitValue/Color/Id/UserData() functions.
 Note that various AddXyzz() functions set the current digit to the newly
 added one.
void DigitValue(Int_t value)
 Set signal value for the last digit added.
void DigitColor(Color_t ci)
 Set color for the last digit added.
void DigitColor(Color_t ci, Char_t transparency)
 Set color for the last digit added.
void DigitColor(UChar_t r, UChar_t g, UChar_t b, UChar_t a = 255)
 Set color for the last digit added.
void DigitColor(UChar_t* rgba)
 Set color for the last digit added.
void DigitId(TObject* id)
 Set external object reference for the last digit added.
void DigitUserData(void* ud)
 Set user-data for the last digit added.
void DigitId(Int_t n, TObject* id)
 Set external object reference for digit n.
void DigitUserData(Int_t n, void* ud)
 Set user-data for digit n.
TObject* GetId(Int_t n) const
 Return external TObject associated with digit n.
void* GetUserData(Int_t n) const
 Get user-data associated with digit n.
void Paint(Option_t* option = "")
 Paint this object. Only direct rendering is supported.
void DigitSelected(Int_t idx)
 Called from renderer when a digit with index idx is selected.
 This is by-passed when always-secondary-select is active.
void SecSelected(TEveDigitSet* qs, Int_t idx)
 Emit a SecSelected signal.
 This is by-passed when always-secondary-select is active.
void SetFrame(TEveFrameBox* b)
 Set TEveFrameBox pointer.
void SetPalette(TEveRGBAPalette* p)
 Set TEveRGBAPalette pointer.
TEveRGBAPalette* AssertPalette()
 Make sure the TEveRGBAPalette pointer is not null.
 If it is not set, a new one is instantiated and the range is set
 to current min/max signal values.
TEveDigitSet& operator=(const TEveDigitSet& )
DigitBase_t* NewDigit()
TObject* GetObject(const TEveException& ) const
{ const TObject* obj = this; return const_cast<TObject*>(obj); }
Bool_t GetAntiFlick() const
{ return fAntiFlick; }
void SetAntiFlick(Bool_t f)
{ fAntiFlick = f; }
Bool_t GetOwnIds() const
{ return fOwnIds; }
void SetOwnIds(Bool_t o)
{ fOwnIds = o; }
DigitBase_t* GetDigit(Int_t n) const
{ return (DigitBase_t*) fPlex.Atom(n); }
TEveChunkManager* GetPlex()
{ return &fPlex; }
TEveFrameBox* GetFrame() const
{ return fFrame; }
Bool_t GetValueIsColor() const
{ return fValueIsColor; }
TEveRGBAPalette* GetPalette() const
{ return fPalette; }
ERenderMode_e GetRenderMode() const
{ return fRenderMode; }
void SetRenderMode(TEveDigitSet::ERenderMode_e rm)
{ fRenderMode = rm; }
Bool_t GetDisableLighting() const
{ return fDisableLighting; }
void SetDisableLighting(Bool_t l)
Bool_t GetHistoButtons() const
{ return fHistoButtons; }
void SetHistoButtons(Bool_t f)
{ fHistoButtons = f; }
Bool_t GetEmitSignals() const
{ return fEmitSignals; }
void SetEmitSignals(Bool_t f)
{ fEmitSignals = f; }
Callback_foo GetCallbackFoo() const
{ return fCallbackFoo; }
void SetCallbackFoo(TEveDigitSet::Callback_foo f)
{ fCallbackFoo = f; }
TooltipCB_foo GetTooltipCBFoo() const
{ return fTooltipCBFoo; }
void SetTooltipCBFoo(TEveDigitSet::TooltipCB_foo f)
{ fTooltipCBFoo = f; }