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.
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_t | operator==(const TGInsets& in) const |
virtual void | ShowMembers(TMemberInspector&) |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
{ return ((fWidth == b.fWidth) && (fHeight == b.fHeight)); }