library: libGraf
#include "TFrame.h"

TFrame


class description - header file - source file - inheritance tree (.pdf)

class TFrame : public TWbox

Inheritance Chart:
TObject
TAttLine
TAttFill
<-
TBox
<-
TWbox
<-
TFrame

    public:
TFrame() TFrame(Double_t x1, Double_t y1, Double_t x2, Double_t y2) TFrame(const TFrame& frame) virtual ~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(ostream& out, Option_t* option = "") virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void UseCurrentStyle()

Data Members




Class Description

______________________________________________________________________________

 a TFrame is a TWbox for drawing histogram frames.

TFrame()
 Frame default constructor.
TFrame(Double_t x1, Double_t y1,Double_t x2, Double_t y2)
 Frame normal constructor.
TFrame(const TFrame &frame)
 Frame copy constructor.
~TFrame()
 Frame default destructor.
void Copy(TObject &frame)
 Copy this frame to frame.
void Draw(Option_t *option)
 Draw this frame 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(ostream &, Option_t * /*= ""*/)
 Save primitive as a C++ statement(s) on output stream out
void UseCurrentStyle()
 Replace current frame attributes by current style.

Author: Rene Brun 31/10/96
Last update: root/graf:$Name: $:$Id: TFrame.cxx,v 1.13 2006/07/03 16:10:45 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.