library: libGui #include "TGDimension.h" |
Inheritance Chart: | |||||
|
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.