52 fLineColor->
Connect(
"ColorSelected(Pixel_t)",
"TEveShapeEditor",
this,
"DoLineColor(Pixel_t)");
59 fLineWidth->
Connect(
"ValueSet(Long_t)",
"TEveShapeEditor",
this,
"DoLineWidth()");
void DoHighlightFrame()
Slot for HighlightFrame.
Abstract base-class for 2D/3D shapes.
GUI editor for TEveShape.
virtual void SetHighlightFrame(Bool_t f)
virtual void SetModel(TObject *obj)
Set model object.
image html pict1_TGaxis_012 png width
Define new text attributes for the label number "labNum".
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
void SetColor(Pixel_t color, Bool_t emit=kTRUE)
Set color.
virtual void SetNumber(Double_t val)
virtual void SetLineWidth(Float_t lw)
virtual void SetLineColor(Color_t c)
TGCheckButton * fHighlightFrame
TGCheckButton * fDrawFrame
TGNumberEntry * fLineWidth
void DoDrawFrame()
Slot for DrawFrame.
void DoLineColor(Pixel_t color)
Slot for setting line color of polygon outline.
virtual void Update()
Update the current pad when an attribute is changed via GUI.
TGCompositeFrame(const TGCompositeFrame &)
virtual void SetDrawFrame(Bool_t f)
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...
TEveShapeEditor(const TEveShapeEditor &)
static Int_t GetColor(const char *hexcolor)
Static method returning color number for color specified by hex color string of form: "#rrggbb"...
TGColorSelect * fLineColor
static ULong_t Number2Pixel(Int_t ci)
Static method that given a color index number, returns the corresponding pixel value.
virtual Double_t GetNumber() const
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
void DoLineWidth()
Slot for setting line with of polygon outline.
Mother of all ROOT objects.
TGNumberEntryField * GetNumberEntry() const
virtual void MakeTitle(const char *title)
Create attribute frame title.