TPavesText
class description - source file - inheritance tree
public:
TPavesText TPavesText()
TPavesText TPavesText(Coord_t x1, Coord_t y1, Coord_t x2, Coord_t y2, Int_t npaves = 5, Option_t* option = br)
TPavesText TPavesText(TPavesText& pavestext)
virtual void ~TPavesText()
TClass* Class()
virtual void Copy(TObject& pavestext)
virtual void Draw(Option_t* option)
virtual Int_t GetNpaves()
virtual TClass* IsA()
virtual void Paint(Option_t* option)
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void SetNpaves(Int_t npaves = 5)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
protected:
Int_t fNpaves Number of stacked paves
A PavesText is a PaveText (see TPaveText) with several stacked paves.
/*
*/
TPavesText(): TPaveText()
*-*-*-*-*-*-*-*-*-*-*pavestext default constructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-* =============================
TPavesText(Coord_t x1, Coord_t y1,Coord_t x2, Coord_t y2, Int_t npaves,Option_t *option)
:TPaveText(x1,y1,x2,y2,option)
*-*-*-*-*-*-*-*-*-*-*pavestext normal constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ============================
The PavesText is by default defined bith bordersize=1 and option ="br".
~TPavesText()
*-*-*-*-*-*-*-*-*-*-*pavestext default destructor*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ============================
TPavesText(const TPavesText &pavestext)
void Copy(TObject &obj)
*-*-*-*-*-*-*-*-*-*-*Copy this pavestext to pavestext*-*-*-*-*-*-*-*-*-*-*-*
*-* ================================
void Draw(Option_t *option)
*-*-*-*-*-*-*-*-*-*-*Draw this pavestext with its current attributes*-*-*-*-*
*-* ===============================================
void Paint(Option_t *option)
*-*-*-*-*-*-*-*-*-*-*Paint this pavestext with its current attributes*-*-*-*
*-* ================================================
void SavePrimitive(ofstream &out, Option_t *)
Save primitive as a C++ statement(s) on output stream out
Inline Functions
Int_t GetNpaves()
void SetNpaves(Int_t npaves = 5)
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
Author: Rene Brun 19/11/95
Last update: 2.20/05 15/12/98 09.17.21 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.