61 "TEveElementEditor",
this,
"DoRnrSelf()");
67 "TEveElementEditor",
this,
"DoRnrChildren()");
73 "TEveElementEditor",
this,
"DoRnrState()");
78 (
"ColorSelected(Pixel_t)",
79 "TEveElementEditor",
this,
"DoMainColor(Pixel_t)");
89 "TEveElementEditor",
this,
"DoTransparency()");
94 fTrans->
Connect(
"UseTrans()",
"TEveElementEditor",
this,
"Update()");
95 fTrans->
Connect(
"TransChanged()",
"TEveElementEditor",
this,
"Update()");
virtual Bool_t GetRnrState() const
void DoTransparency()
Slot for Transparency.
TEveElementEditor(const TEveElementEditor &)
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
void DoRnrSelf()
Slot for RnrSelf.
void SetColor(Pixel_t color, Bool_t emit=kTRUE)
Set color.
virtual void SetNumber(Double_t val)
TGColorSelect * fMainColor
virtual Bool_t SetRnrState(Bool_t rnr)
Set render state of this element and of its children to the same value.
TGCheckButton * fRnrChildren
void DoRnrState()
Slot for RnrState.
virtual void Layout()
Layout the elements of the composite frame.
TGNumberEntryField * GetNumberEntry() const
virtual Bool_t GetRnrChildren() const
virtual Color_t GetMainColor() const
virtual void Update()
Update the current pad when an attribute is changed via GUI.
virtual Bool_t CanEditMainTrans() const
virtual Bool_t GetRnrSelf() const
TGHorizontalFrame * fHFrame
void DoRnrChildren()
Slot for RnrChildren.
virtual void SetModel(TObject *obj)
Set model object.
virtual Bool_t CanEditMainColor() const
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot...
ClassImp(TEveElementEditor)
TGNumberEntry * fTransparency
Editor for TEveElement class.
virtual Bool_t SetRnrSelf(Bool_t rnr)
Set render state of this element, i.e.
TEveTransSubEditor * fTrans
virtual void SetMainTransparency(Char_t t)
Set main-transparency.
static ULong_t Number2Pixel(Int_t ci)
Static method that given a color index number, returns the corresponding pixel value.
Sub-editor for TEveTrans class.
virtual Bool_t SingleRnrState() const
virtual Bool_t SetRnrChildren(Bool_t rnr)
Set render state of this element's children, i.e.
void SetModel(TEveTrans *t)
Set model object.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
Mother of all ROOT objects.
virtual void UnmapWindow()
virtual void SetHeight(UInt_t h)
TGCheckButton * fRnrState
void SetMainColorPixel(Pixel_t pixel)
Convert pixel to Color_t and call SetMainColor().
virtual Char_t GetMainTransparency() const
virtual Bool_t CanEditElement() const
virtual Double_t GetNumber() const
virtual TEveTrans * PtrMainTrans(Bool_t create=kTRUE)
Return pointer to main transformation.
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
virtual void MakeTitle(const char *title)
Create attribute frame title.
void DoMainColor(Pixel_t color)
Slot for MainColor.
virtual Bool_t CanEditMainTransparency() const