#include "Rect.h"

Rect


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

class Rect : public ZNode

Inheritance Chart:
TObject
<-
ZGlass
<-
ZList
<-
ZNode
<-
Rect
    private:
void _init() public:
static void _gled_catalog_init() Rect(Text_t* n = "Rect", Text_t* t = "0") Rect(const Rect&) ~Rect() static TClass* Class() virtual void CopyLinkRefs(lppZGlass_t& ref_list) virtual void CopyLinkReps(ZGlass::lLinkRep_t& link_rep_list) virtual void CopyLinks(lpZGlass_t& glass_list) void ExecuteMir(ZMIR& mir) static FID_t FID() ZColor GetColor() const Float_t GetULen() const UShort_t GetUStrips() const Float_t GetVLen() const UShort_t GetVStrips() const Float_t GetWidth() const static GledNS::ClassInfo* GlassInfo() virtual TClass* IsA() const static MID_t Mid_SetColor() static MID_t Mid_SetULen() static MID_t Mid_SetUStrips() static MID_t Mid_SetVLen() static MID_t Mid_SetVStrips() static MID_t Mid_SetWidth() Rect& operator=(const Rect&) const ZColor* PtrColor() const virtual Int_t RebuildLinkRefs(An_ID_Demangler* c) ZMIR* S_SetColor(Float_t r, Float_t g, Float_t b, Float_t a = 1) ZMIR* S_SetULen(Float_t ulen) ZMIR* S_SetUStrips(UShort_t ustrips) ZMIR* S_SetVLen(Float_t vlen) ZMIR* S_SetVStrips(UShort_t vstrips) ZMIR* S_SetWidth(Float_t width) void SetColor(Float_t r, Float_t g, Float_t b, Float_t a = 1) void SetULen(Float_t ulen) void SetUnitSquare(UShort_t size) void SetUStrips(UShort_t ustrips) void SetUV(Float_t u, Float_t v) void SetVLen(Float_t vlen) void SetVStrips(UShort_t vstrips) void SetWidth(Float_t width) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual FID_t VFID() const virtual GledNS::ClassInfo* VGlassInfo() const

Data Members


    protected:
Float_t mULen X{GS} 7 Value(-range=>[0,1000, 1,100], -join=>1) Float_t mVLen X{GS} 7 Value(-range=>[0,1000, 1,100]) UShort_t mUStrips X{GS} 7 Value(-range=>[0,1000,1], -join=>1) UShort_t mVStrips X{GS} 7 Value(-range=>[0,1000,1]) Float_t mWidth X{GS} 7 Value(-range=>[0,128,1,100]) ZColor mColor X{PGS} 7 ColorButt() static GledNS::ClassInfo* sap_Rect_ci

Class Description


void _init()



Inline Functions


                      void ~Rect()
                      Rect Rect(Text_t* n = "Rect", Text_t* t = "0")
                      void SetUV(Float_t u, Float_t v)
                      void SetUnitSquare(UShort_t size)
                     FID_t FID()
                     FID_t VFID() const
        GledNS::ClassInfo* GlassInfo()
        GledNS::ClassInfo* VGlassInfo() const
                   Float_t GetULen() const
                      void SetULen(Float_t ulen)
                   Float_t GetVLen() const
                      void SetVLen(Float_t vlen)
                  UShort_t GetUStrips() const
                      void SetUStrips(UShort_t ustrips)
                  UShort_t GetVStrips() const
                      void SetVStrips(UShort_t vstrips)
                   Float_t GetWidth() const
                      void SetWidth(Float_t width)
                    ZColor GetColor() const
                      void SetColor(Float_t r, Float_t g, Float_t b, Float_t a = 1)
             const ZColor* PtrColor() const
                      void CopyLinks(lpZGlass_t& glass_list)
                      void CopyLinkRefs(lppZGlass_t& ref_list)
                      void CopyLinkReps(ZGlass::lLinkRep_t& link_rep_list)
                     Int_t RebuildLinkRefs(An_ID_Demangler* c)
                      void ExecuteMir(ZMIR& mir)
                     ZMIR* S_SetULen(Float_t ulen)
                     MID_t Mid_SetULen()
                     ZMIR* S_SetVLen(Float_t vlen)
                     MID_t Mid_SetVLen()
                     ZMIR* S_SetUStrips(UShort_t ustrips)
                     MID_t Mid_SetUStrips()
                     ZMIR* S_SetVStrips(UShort_t vstrips)
                     MID_t Mid_SetVStrips()
                     ZMIR* S_SetWidth(Float_t width)
                     MID_t Mid_SetWidth()
                     ZMIR* S_SetColor(Float_t r, Float_t g, Float_t b, Float_t a = 1)
                     MID_t Mid_SetColor()
                      void _gled_catalog_init()
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
                      Rect Rect(const Rect&)
                     Rect& operator=(const Rect&)


Last update: Thu Jun 9 15:56:59 2005


ROOT page - Home 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.