TAttTextCanvas


class description - source file - inheritance tree

class TAttTextCanvas : public TDialogCanvas


    public:
TAttTextCanvas TAttTextCanvas() TAttTextCanvas TAttTextCanvas(const Text_t* name, const Text_t* title, UInt_t ww = 400, UInt_t wh = 600) virtual void ~TAttTextCanvas() TClass* Class() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) virtual void UpdateTextAttributes(Int_t align, Float_t angle, Int_t col, Int_t font, Float_t tsize)

Data Members


Class Description

   An AttTextCanvas is a TDialogCanvas specialized to set text attributes.

/*

*/



TAttTextCanvas() : TDialogCanvas()
*-*-*-*-*-*-*-*-*-*-*-*AttTextCanvas default constructor*-*-*-*-*-*-*-*-*-*-*
*-*                    ================================

TAttTextCanvas(const Text_t *name, const Text_t *title, UInt_t ww, UInt_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)


Author: Rene Brun 04/07/96
Last update: 2.23/02 03/09/99 12.24.55 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.