library: libGpad
#include "TAttLineCanvas.h"

TAttLineCanvas


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

class TAttLineCanvas : public TDialogCanvas

Inheritance Chart:
TObject
TAttLine
TAttFill
TAttPad
TQObject
<-
TVirtualPad
<-
TPad
<-
TCanvas
TAttText
<-
TDialogCanvas
<-
TAttLineCanvas

    public:
TAttLineCanvas() TAttLineCanvas(const char* name, const char* title, Int_t ww = 400, Int_t wh = 600) virtual ~TAttLineCanvas() 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 UpdateLineAttributes(Int_t col, Int_t sty, Int_t width)

Data Members




Class Description

   An AttLineCanvas is a TDialogCanvas specialized to set line attributes.
/* */


TAttLineCanvas() : TDialogCanvas()
*-*-*-*-*-*-*-*-*-*-*-*AttLineCanvas default constructor*-*-*-*-*-*-*-*-*-*-*
*-*                    ================================

TAttLineCanvas(const char *name, const char *title, Int_t ww, Int_t wh) : TDialogCanvas(name,title,ww,wh)
*-*-*-*-*-*-*-*-*-*-*-*AttLineCanvas constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                    ========================

~TAttLineCanvas()
*-*-*-*-*-*-*-*-*-*-*AttLineCanvas default destructor*-*-*-*-*-*-*-*-*-*-*-*
*-*                  ===============================

void UpdateLineAttributes(Int_t col, Int_t sty, Int_t width)
*-*-*-*-*-*-*-*-*-*-*Update object 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 03/07/96
Last update: root/gpad:$Name: $:$Id: TAttLineCanvas.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.