TFrame
class description - source file - inheritance tree
    public:
               TFrame TFrame()
               TFrame TFrame(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
               TFrame TFrame(const TFrame& frame)
         virtual void ~TFrame()
       static TClass* Class()
         virtual void Copy(TObject& frame) const
         virtual void Draw(Option_t* option)
         virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
      virtual TClass* IsA() const
         virtual void Paint(Option_t* option)
         virtual void Pop()
         virtual void SavePrimitive(ofstream& out, Option_t* option)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
 a TFrame is a TWbox for drawing histogram frames.
 TFrame(): TWbox()
*-*-*-*-*-*-*-*-*-*-*frame default constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                  ========================
 TFrame(Double_t x1, Double_t y1,Double_t x2, Double_t  y2)
       :TWbox(x1,y1,x2,y2)
*-*-*-*-*-*-*-*-*-*-*frame normal constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                  =======================
 TFrame(const TFrame &frame) : TWbox(frame)
 ~TFrame()
*-*-*-*-*-*-*-*-*-*-*wbox default destructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                  =======================
void Copy(TObject &frame) const
*-*-*-*-*-*-*-*-*-*-*Copy this frame to frame*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                  ======================
void Draw(Option_t *option)
*-*-*-*-*-*-*-*-*-*-*Draw this wbox with its current attributes*-*-*-*-*-*-*
*-*                  ==========================================
void ExecuteEvent(Int_t event, Int_t px, Int_t py)
*-*-*-*-*-*-*-*-*-*-*Execute action corresponding to one event*-*-*-*
*-*                  =========================================
  This member function is called when a TFrame object is clicked.
void Paint(Option_t *option)
*-*-*-*-*-*-*-*-*-*-*Paint this wbox with its current attributes*-*-*-*-*-*-*
*-*                  ===========================================
void Pop()
 Do not pop frame's, if allowed they would cover the picture they frame.
void SavePrimitive(ofstream &, Option_t *)
 Save primitive as a C++ statement(s) on output stream out
Inline Functions
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
Author: Rene Brun 31/10/96
Last update: root/graf:$Name:  $:$Id: TFrame.cxx,v 1.6 2002/10/31 07:27:35 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.