library: libGui
#include "TGDimension.h"

TGInsets


class description - header file - source file
viewCVS header - viewCVS source

class TGInsets

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGInsets()
TGInsets(const TGInsets& in)
TGInsets(Int_t lf, Int_t rg, Int_t tp, Int_t bt)
virtual~TGInsets()
static TClass*Class()
virtual TClass*IsA() const
TGInsets&operator=(const TGInsets&)
Bool_toperator==(const TGInsets& in) const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
Int_tfLleft
Int_tfRright
Int_tfTtop
Int_tfBbottom

Class Description

                                                                      
 TGDimension, TGPosition, TGLongPosition, TGInsets and TGRectangle    
                                                                      
 Several small geometry classes that implement dimensions             
 (width and height), positions (x and y), insets and rectangles.      
 They are trivial and their members are public.                       
                                                                      

Bool_t operator==(const TGDimension &b)
{ return ((fWidth == b.fWidth) && (fHeight == b.fHeight)); }
TGInsets()
{ }
TGInsets(Int_t lf, Int_t rg, Int_t tp, Int_t bt)
{ }
TGInsets(const TGInsets &in)
{ }
virtual ~TGInsets()
{ }

Author: Fons Rademakers 02/01/98
Last update: root/gui:$Name: $:$Id: TGDimension.cxx,v 1.3 2004/09/01 14:34:58 rdm 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.