|
| TPie () |
| Default constructor. More...
|
|
| TPie (const char *, const char *, Int_t) |
| This constructor creates a pie chart when only the number of the slices is known. More...
|
|
| TPie (const char *, const char *, Int_t, Double_t *, Int_t *cols=0, const char *lbls[]=0) |
| Normal constructor. More...
|
|
| TPie (const char *, const char *, Int_t, Float_t *, Int_t *cols=0, const char *lbls[]=0) |
| Normal constructor (Float_t). More...
|
|
| TPie (const TH1 *h) |
| Constructor from a TH1. More...
|
|
| TPie (const TPie &) |
| Copy constructor. More...
|
|
| ~TPie () |
| Destructor. More...
|
|
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| Evaluate the distance to the chart in gPad. More...
|
|
Int_t | DistancetoSlice (Int_t, Int_t) |
| Returns the slice number at the pixel position (px,py). More...
|
|
virtual void | Draw (Option_t *option="l") |
| Draw the pie chart. More...
|
|
virtual void | ExecuteEvent (Int_t, Int_t, Int_t) |
| Execute the mouse events. More...
|
|
Float_t | GetAngle3D () |
|
Double_t | GetAngularOffset () |
|
Int_t | GetEntries () |
|
Int_t | GetEntryFillColor (Int_t) |
| Return the color of the slice number "i". More...
|
|
Int_t | GetEntryFillStyle (Int_t) |
| Return the style use to fill the slice number "i". More...
|
|
const char * | GetEntryLabel (Int_t) |
| Returns the label of the entry number "i". More...
|
|
Int_t | GetEntryLineColor (Int_t) |
| Return the line color used to outline thi "i" slice. More...
|
|
Int_t | GetEntryLineStyle (Int_t) |
| Return the style used to outline thi "i" slice. More...
|
|
Int_t | GetEntryLineWidth (Int_t) |
| Return the line width used to outline thi "i" slice. More...
|
|
Double_t | GetEntryRadiusOffset (Int_t) |
| Return the radial offset's value for the slice number "i". More...
|
|
Double_t | GetEntryVal (Int_t) |
| Return the value associated with the slice number "i". More...
|
|
const char * | GetFractionFormat () |
|
Double_t | GetHeight () |
|
const char * | GetLabelFormat () |
|
Float_t | GetLabelsOffset () |
|
TLegend * | GetLegend () |
| If created before by Paint option or by MakeLegend method return the pointer to the legend, otherwise return 0;. More...
|
|
const char * | GetPercentFormat () |
|
Double_t | GetRadius () |
|
TPieSlice * | GetSlice (Int_t i) |
| Return the reference to the slice of index 'id'. More...
|
|
const char * | GetValueFormat () |
|
Double_t | GetX () |
|
Double_t | GetY () |
|
TLegend * | MakeLegend (Double_t x1=.65, Double_t y1=.65, Double_t x2=.95, Double_t y2=.95, const char *leg_header="") |
| This method create a legend that explains the contents of the slice for this pie-chart. More...
|
|
void | MakeSlices (Bool_t force=kFALSE) |
| Make the slices. More...
|
|
virtual void | Paint (Option_t *) |
| Paint a Pie chart in a canvas. More...
|
|
void | SavePrimitive (std::ostream &out, Option_t *opts="") |
| Save primitive as a C++ statement(s) on output stream out. More...
|
|
void | SetAngle3D (Float_t val=30.) |
| Set the value of for the pseudo 3D view angle, in degree. More...
|
|
void | SetAngularOffset (Double_t) |
| Set the global angular offset for slices in degree [0,360]. More...
|
|
void | SetCircle (Double_t x=.5, Double_t y=.5, Double_t rad=.4) |
| Set the coordinates of the circle that describe the pie: More...
|
|
void | SetEntryFillColor (Int_t, Int_t) |
| Set the color for the slice "i". More...
|
|
void | SetEntryFillStyle (Int_t, Int_t) |
| Set the fill style for the "i" slice. More...
|
|
void | SetEntryLabel (Int_t, const char *text="Slice") |
| Set slice number "i" label. More...
|
|
void | SetEntryLineColor (Int_t, Int_t) |
| Set the color for the slice's outline. "i" is the slice number. More...
|
|
void | SetEntryLineStyle (Int_t, Int_t) |
| Set the style for the slice's outline. "i" is the slice number. More...
|
|
void | SetEntryLineWidth (Int_t, Int_t) |
| Set the width of the slice's outline. "i" is the slice number. More...
|
|
void | SetEntryRadiusOffset (Int_t, Double_t) |
| Set the distance, in the direction of the radius of the slice. More...
|
|
void | SetEntryVal (Int_t, Double_t) |
| Set the value of a slice. More...
|
|
void | SetFillColors (Int_t *) |
| Set the fill colors for all the TPie's slices. More...
|
|
void | SetFractionFormat (const char *) |
| Set numeric format in the label, is used if the label format there is the modifier frac, in this case the value is printed using this format. More...
|
|
void | SetHeight (Double_t val=.08) |
| Set the height, in pixel, for the piechart if is drawn using the pseudo-3d mode. More...
|
|
void | SetLabelFormat (const char *) |
| This method is used to customize the label format. More...
|
|
void | SetLabels (const char *[]) |
| Set the labels for all the slices. More...
|
|
void | SetLabelsOffset (Float_t) |
| Set the distance between the label end the external line of the TPie. More...
|
|
void | SetPercentFormat (const char *) |
| Set the numeric format for the percent value of a slice, default: %3.1f. More...
|
|
void | SetRadius (Double_t) |
| Set the pie chart's radius' value. More...
|
|
void | SetValueFormat (const char *) |
| Set the numeric format the slices' values. More...
|
|
void | SetX (Double_t) |
| Set X value. More...
|
|
void | SetY (Double_t) |
| Set Y value. More...
|
|
void | SortSlices (Bool_t amode=kTRUE, Float_t merge_thresold=.0) |
| This method, mainly intended for internal use, ordered the slices according their values. More...
|
|
| TNamed () |
|
| TNamed (const char *name, const char *title) |
|
| TNamed (const TString &name, const TString &title) |
|
| TNamed (const TNamed &named) |
| TNamed copy ctor. More...
|
|
virtual | ~TNamed () |
|
virtual void | Clear (Option_t *option="") |
| Set name and title to empty strings (""). More...
|
|
virtual TObject * | Clone (const char *newname="") const |
| Make a clone of an object using the Streamer facility. More...
|
|
virtual Int_t | Compare (const TObject *obj) const |
| Compare two TNamed objects. More...
|
|
virtual void | Copy (TObject &named) const |
| Copy this to obj. More...
|
|
virtual void | FillBuffer (char *&buffer) |
| Encode TNamed into output buffer. More...
|
|
virtual const char * | GetName () const |
| Returns name of object. More...
|
|
virtual const char * | GetTitle () const |
| Returns title of object. More...
|
|
virtual ULong_t | Hash () const |
| Return hash value for this object. More...
|
|
virtual Bool_t | IsSortable () const |
|
virtual void | ls (Option_t *option="") const |
| List TNamed name and title. More...
|
|
TNamed & | operator= (const TNamed &rhs) |
| TNamed assignment operator. More...
|
|
virtual void | Print (Option_t *option="") const |
| Print TNamed name and title. More...
|
|
virtual void | SetName (const char *name) |
| Set the name of the TNamed. More...
|
|
virtual void | SetNameTitle (const char *name, const char *title) |
| Set all the TNamed parameters (name and title). More...
|
|
virtual void | SetTitle (const char *title="") |
| Set the title of the TNamed. More...
|
|
virtual Int_t | Sizeof () const |
| Return size of the TNamed part of the TObject. More...
|
|
| TObject () |
| TObject constructor. More...
|
|
| TObject (const TObject &object) |
| TObject copy ctor. More...
|
|
virtual | ~TObject () |
| TObject destructor. More...
|
|
void | AbstractMethod (const char *method) const |
| Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
|
|
virtual void | AppendPad (Option_t *option="") |
| Append graphics object to current pad. More...
|
|
virtual void | Browse (TBrowser *b) |
| Browse object. May be overridden for another default action. More...
|
|
virtual const char * | ClassName () const |
| Returns name of class to which the object belongs. More...
|
|
virtual void | Delete (Option_t *option="") |
| Delete this object. More...
|
|
virtual void | DrawClass () const |
| Draw class inheritance tree of the class to which this object belongs. More...
|
|
virtual TObject * | DrawClone (Option_t *option="") const |
| Draw a clone of this object in the current pad. More...
|
|
virtual void | Dump () const |
| Dump contents of object on stdout. More...
|
|
virtual void | Error (const char *method, const char *msgfmt,...) const |
| Issue error message. More...
|
|
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
| Execute method on this object with the given parameter string, e.g. More...
|
|
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
| Execute method on this object with parameters stored in the TObjArray. More...
|
|
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
| Issue fatal error message. More...
|
|
virtual TObject * | FindObject (const char *name) const |
| Must be redefined in derived classes. More...
|
|
virtual TObject * | FindObject (const TObject *obj) const |
| Must be redefined in derived classes. More...
|
|
virtual Option_t * | GetDrawOption () const |
| Get option used by the graphics system to draw this object. More...
|
|
virtual const char * | GetIconName () const |
| Returns mime type name of object. More...
|
|
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
| Returns string containing info about the object at position (px,py). More...
|
|
virtual Option_t * | GetOption () const |
|
virtual UInt_t | GetUniqueID () const |
| Return the unique object id. More...
|
|
virtual Bool_t | HandleTimer (TTimer *timer) |
| Execute action in response of a timer timing out. More...
|
|
virtual void | Info (const char *method, const char *msgfmt,...) const |
| Issue info message. More...
|
|
virtual Bool_t | InheritsFrom (const char *classname) const |
| Returns kTRUE if object inherits from class "classname". More...
|
|
virtual Bool_t | InheritsFrom (const TClass *cl) const |
| Returns kTRUE if object inherits from TClass cl. More...
|
|
virtual void | Inspect () const |
| Dump contents of this object in a graphics canvas. More...
|
|
void | InvertBit (UInt_t f) |
|
virtual Bool_t | IsEqual (const TObject *obj) const |
| Default equal comparison (objects are equal if they have the same address in memory). More...
|
|
virtual Bool_t | IsFolder () const |
| Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
|
|
Bool_t | IsOnHeap () const |
|
Bool_t | IsZombie () const |
|
void | MayNotUse (const char *method) const |
| Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
|
|
virtual Bool_t | Notify () |
| This method must be overridden to handle object notification. More...
|
|
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
| Use this method to declare a method obsolete. More...
|
|
void | operator delete (void *ptr) |
| Operator delete. More...
|
|
void | operator delete[] (void *ptr) |
| Operator delete []. More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *vp) |
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, void *vp) |
|
TObject & | operator= (const TObject &rhs) |
| TObject assignment operator. More...
|
|
virtual void | Pop () |
| Pop on object drawn in a pad to the top of the display list. More...
|
|
virtual Int_t | Read (const char *name) |
| Read contents of object with specified name from the current directory. More...
|
|
virtual void | RecursiveRemove (TObject *obj) |
| Recursively remove this object from a list. More...
|
|
void | ResetBit (UInt_t f) |
|
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
| Save this object in the file specified by filename. More...
|
|
void | SetBit (UInt_t f, Bool_t set) |
| Set or unset the user status bits as specified in f. More...
|
|
void | SetBit (UInt_t f) |
|
virtual void | SetDrawOption (Option_t *option="") |
| Set drawing option for object. More...
|
|
virtual void | SetUniqueID (UInt_t uid) |
| Set the unique object id. More...
|
|
virtual void | SysError (const char *method, const char *msgfmt,...) const |
| Issue system error message. More...
|
|
Bool_t | TestBit (UInt_t f) const |
|
Int_t | TestBits (UInt_t f) const |
|
virtual void | UseCurrentStyle () |
| Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
|
|
virtual void | Warning (const char *method, const char *msgfmt,...) const |
| Issue warning message. More...
|
|
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
| Write this object to the current directory. More...
|
|
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
| Write this object to the current directory. More...
|
|
| TAttText () |
| AttText default constructor. More...
|
|
| TAttText (Int_t align, Float_t angle, Color_t color, Style_t font, Float_t tsize) |
| AttText normal constructor. More...
|
|
virtual | ~TAttText () |
| AttText destructor. More...
|
|
void | Copy (TAttText &atttext) const |
| Copy this text attributes to a new TAttText. More...
|
|
virtual Short_t | GetTextAlign () const |
| Return the text alignment. More...
|
|
virtual Float_t | GetTextAngle () const |
| Return the text angle. More...
|
|
virtual Color_t | GetTextColor () const |
| Return the text color. More...
|
|
virtual Font_t | GetTextFont () const |
| Return the text font. More...
|
|
virtual Float_t | GetTextSize () const |
| Return the text size. More...
|
|
virtual void | Modify () |
| Change current text attributes if necessary. More...
|
|
virtual void | ResetAttText (Option_t *toption="") |
| Reset this text attributes to default values. More...
|
|
virtual void | SaveTextAttributes (std::ostream &out, const char *name, Int_t alidef=12, Float_t angdef=0, Int_t coldef=1, Int_t fondef=61, Float_t sizdef=1) |
| Save text attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetTextAlign (Short_t align=11) |
| Set the text alignment. More...
|
|
virtual void | SetTextAngle (Float_t tangle=0) |
| Set the text angle. More...
|
|
virtual void | SetTextAttributes () |
| Invoke the DialogCanvas Text attributes. More...
|
|
virtual void | SetTextColor (Color_t tcolor=1) |
| Set the text color. More...
|
|
virtual void | SetTextColorAlpha (Color_t tcolor, Float_t talpha) |
| Set a transparent marker color. More...
|
|
virtual void | SetTextFont (Font_t tfont=62) |
| Set the text font. More...
|
|
virtual void | SetTextSize (Float_t tsize=1) |
| Set the text size. More...
|
|
virtual void | SetTextSizePixels (Int_t npixels) |
| Set the text size in pixels. More...
|
|