TUtilPad


class description - source file - inheritance tree

class TUtilPad : public TVirtualUtilPad


    public:
TUtilPad TUtilPad() TUtilPad TUtilPad(const TUtilPad&) virtual void ~TUtilPad() static TClass* Class() virtual void DrawPanel() virtual void FitPanel() virtual void FitPanelGraph() virtual void InspectCanvas(const TObject* obj) virtual TClass* IsA() const virtual void MakeCanvas(const char* name, const char* title, Int_t wtopx, Int_t wtopy, Int_t ww, Int_t wh) virtual void RemoveObject(TObject* parent, const TObject* obj) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

                                                                      
 misc. pad/canvas  utilities                                          
                                                                      
 The functions in this class are called via the TPluginManager.       
 see TVirtualUtilPad.h for more information .                         
                                                                      


TUtilPad() : TVirtualUtilPad()
 note that this object is automatically added to the gROOT list of specials
 in the TVirtualUtilPad constructor.

~TUtilPad()

void DrawPanel()
 interface to the TDrawPanelHist

void FitPanel()
 interface to the TFitPanel

void FitPanelGraph()
 interface to the TFitPanelGraph

void InspectCanvas(const TObject *obj)
 interface to the object inspector

void MakeCanvas(const char *name, const char *title, Int_t wtopx, Int_t wtopy, Int_t ww, Int_t wh)
 to create a general canvas with position and size

void RemoveObject(TObject *parent, const TObject *obj)
 to remove an object (eg a TF1) from the list of functions of parent.



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
           TUtilPad TUtilPad(const TUtilPad&)


Author: Rene Brun 14/09/2002
Last update: root/gpad:$Name: $:$Id: TUtilPad.cxx,v 1.1 2002/09/15 19:41:52 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.