library: libGui #include "TGDimension.h" |
TGInsets
class description - source file - inheritance tree (.pdf)
public:
TGInsets()
TGInsets(Int_t lf, Int_t rg, Int_t tp, Int_t bt)
TGInsets(const TGInsets& in)
virtual ~TGInsets()
static TClass* Class()
virtual TClass* IsA() const
TGInsets& operator=(const TGInsets&)
Bool_t operator==(const TGInsets& in) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
public:
Int_t fL left
Int_t fR right
Int_t fT top
Int_t fB bottom
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.
Inline Functions
void ~TGInsets()
TGInsets TGInsets()
TGInsets TGInsets(Int_t lf, Int_t rg, Int_t tp, Int_t bt)
TGInsets TGInsets(const TGInsets& in)
Bool_t operator==(const TGInsets& in) const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGInsets& operator=(const 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.