51 if (color_all || (color_matching && (*i)->GetMainColor() == old_color) ||
52 ((*i)->GetCompound() ==
this && (*i)->GetMainColor() == old_color))
54 (*i)->SetMainColor(color);
80 if (chg_all || (chg_matching && (*i)->GetMainTransparency() == old_t) ||
81 ((*i)->GetCompound() ==
this && (*i)->GetMainTransparency() == old_t))
83 (*i)->SetMainTransparency(t);
119 if ((*i)->GetCompound() ==
this)
120 (*i)->SetCompound(0);
141 if (select_all || (*i)->GetCompound() ==
this)
143 if (impSelSet.insert(*i).second)
144 (*i)->FillImpliedSelectedSet(impSelSet);
Abstract base class for classes that hold results of a non-linear projection transformation.
virtual void SetMainColor(Color_t color)
Revert back to the behaviour of TEveElement as color is propagated:
virtual Char_t GetMainTransparency() const
std::set< TEveElement * > Set_t
virtual void AddElement(TEveElement *el)
Call base-class implementation.
virtual void RemoveElementLocal(TEveElement *el)
Perform additional local removal of el.
virtual void RemoveElementLocal(TEveElement *el)
Decompoundofy el, call base-class version.
virtual void RemoveElementsLocal()
Perform additional local removal of all elements.
Bool_t TestCSCBits(UChar_t f) const
Description of TEveCompound.
Description of TEveCompoundProjected.
TEveCompoundProjected()
Constructor.
virtual TClass * ProjectedClass(const TEveProjection *p) const
Virtual from TEveProjectable, returns TEveCompoundProjected class.
void SetCompound(TEveCompound *c)
Base-class for non-linear projections.
Bool_t IsCompoundOpen() const
virtual void SetMainColor(Color_t color)
SetMainColor for the compound.
virtual Color_t GetMainColor() const
virtual void RemoveElementsLocal()
Decompoundofy children, call base-class version.
virtual void FillImpliedSelectedSet(Set_t &impSelSet)
Populate set impSelSet with derived / dependant elements.
The ROOT global object gROOT contains a list of all defined classes.
virtual void AddElement(TEveElement *el)
Add el to the list of children.
virtual void SetMainColor(Color_t color)
Set main color of the element.
virtual void SetMainTransparency(Char_t t)
Set main-transparency.
TEveCompound(const TEveCompound &)
virtual void SetMainTransparency(Char_t t)
SetMainTransparency for the compound.
TEveCompound * GetCompound()
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
virtual void FillImpliedSelectedSet(Set_t &impSelSet)
Recurse on all children that are in this compound and call the base-class version.