library: libGpad #include "TAttTextCanvas.h" |
TAttTextCanvas
class description - source file - inheritance tree (.pdf)
public:
TAttTextCanvas()
TAttTextCanvas(const char* name, const char* title, Int_t ww = 400, Int_t wh = 600)
virtual ~TAttTextCanvas()
static TClass* Class()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void UpdateTextAttributes(Int_t align, Float_t angle, Int_t col, Int_t font, Float_t tsize)
An AttTextCanvas is a TDialogCanvas specialized to set text attributes.
/*
*/
TAttTextCanvas() : TDialogCanvas()
*-*-*-*-*-*-*-*-*-*-*-*AttTextCanvas default constructor*-*-*-*-*-*-*-*-*-*-*
*-* ================================
TAttTextCanvas(const char *name, const char *title, Int_t ww, Int_t wh)
: TDialogCanvas(name,title,ww,wh)
*-*-*-*-*-*-*-*-*-*-*-*AttTextCanvas constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ========================
~TAttTextCanvas()
*-*-*-*-*-*-*-*-*-*-*AttTextCanvas default destructor*-*-*-*-*-*-*-*-*-*-*-*
*-* ===============================
void UpdateTextAttributes(Int_t align,Float_t angle,Int_t col,Int_t font,Float_t tsize)
*-*-*-*-*-*-*-*-*-*-*Update text attributes*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ======================
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Author: Rene Brun 04/07/96
Last update: root/gpad:$Name: $:$Id: TAttTextCanvas.cxx,v 1.3 2003/03/05 07:16:08 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.