84 fTitle->
Connect(
"TextChanged(const char *)",
"TPieSliceEditor",
this,
"DoTitle(const char *)");
85 fValue->
Connect(
"ValueSet(Long_t)",
"TPieSliceEditor",
this,
"DoValue()");
86 fOffset->
Connect(
"ValueSet(Long_t)",
"TPieSliceEditor",
this,
"DoOffset()");
include TDocParser_001 C image html pict1_TDocParser_001 png width
TGCompositeFrame(const TGCompositeFrame &)
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual UInt_t GetDefaultHeight() const
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
virtual void SetNumber(Double_t val)
virtual Double_t GetNumber() const
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
virtual void SetText(const char *text, Bool_t emit=kTRUE)
Sets text entry to text, clears the selection and moves the cursor to the end of the line.
virtual void MakeTitle(const char *title)
Create attribute frame title.
virtual void Update()
Update the current pad when an attribute is changed via GUI.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
virtual const char * GetTitle() const
Returns title of object.
Mother of all ROOT objects.
void ConnectSignals2Slots()
Connect signals to slots.
void SetModel(TObject *)
Set model.
void DoTitle(const char *)
Slot for setting the graph title.
~TPieSliceEditor()
TPieSliceEditor destructor.
void DoValue()
Slot for setting the graph title.
void DoOffset()
Slot for setting the graph title.
TPieSliceEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
TPieSliceEditor constructor.
A slice of a piechart, see the TPie class.
void SetValue(Double_t)
Set the value for this slice.
void SetRadiusOffset(Double_t)
Set the radial offset of this slice.
Double_t GetRadiusOffset()
return the value of the offset in radial direction for this slice.
Double_t GetValue()
Return the value of this slice.
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.