TFrame


class description - source file - inheritance tree

class TFrame : public TWbox


    public:
TFrame TFrame(Coord_t x1, Coord_t y1, Coord_t x2, Coord_t y2) TFrame TFrame() TFrame TFrame(const TFrame& frame) virtual void ~TFrame() TClass* Class() virtual void Copy(TObject& frame) 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)

Data Members


Class Description

 a TFrame is a TWbox for drawing histogram frames.


TFrame(): TWbox()
*-*-*-*-*-*-*-*-*-*-*frame default constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                  ========================

TFrame(Coord_t x1, Coord_t y1,Coord_t x2, Coord_t y2) :TWbox(x1,y1,x2,y2)
*-*-*-*-*-*-*-*-*-*-*frame normal constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                  =======================

TFrame(const TFrame &frame)

~TFrame()
*-*-*-*-*-*-*-*-*-*-*wbox default destructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                  =======================

void Copy(TObject &frame)
*-*-*-*-*-*-*-*-*-*-*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)


Author: Rene Brun 31/10/96
Last update: 2.23/04 04/10/99 14.46.47 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *


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.