#include <TGTableLayout.h>
Inheritance diagram for TGTableLayoutHints:
Definition at line 37 of file TGTableLayout.h.
TGTableLayoutHints::TGTableLayoutHints | ( | const TGTableLayoutHints & | ) | [private] |
TGTableLayoutHints::TGTableLayoutHints | ( | UInt_t | attach_left, | |
UInt_t | attach_right, | |||
UInt_t | attach_top, | |||
UInt_t | attach_bottom, | |||
ULong_t | hints = kLHintsNormal , |
|||
UInt_t | padleft = 0 , |
|||
UInt_t | padright = 0 , |
|||
UInt_t | padtop = 0 , |
|||
UInt_t | padbottom = 0 | |||
) | [inline] |
Definition at line 50 of file TGTableLayout.h.
virtual TGTableLayoutHints::~TGTableLayoutHints | ( | ) | [inline, virtual] |
Definition at line 60 of file TGTableLayout.h.
TGTableLayoutHints::TGTableLayoutHints | ( | const TGTableLayoutHints & | ) | [private] |
TGTableLayoutHints::TGTableLayoutHints | ( | UInt_t | attach_left, | |
UInt_t | attach_right, | |||
UInt_t | attach_top, | |||
UInt_t | attach_bottom, | |||
ULong_t | hints = kLHintsNormal , |
|||
UInt_t | padleft = 0 , |
|||
UInt_t | padright = 0 , |
|||
UInt_t | padtop = 0 , |
|||
UInt_t | padbottom = 0 | |||
) | [inline] |
Definition at line 50 of file TGTableLayout.h.
virtual TGTableLayoutHints::~TGTableLayoutHints | ( | ) | [inline, virtual] |
Definition at line 60 of file TGTableLayout.h.
TGTableLayoutHints& TGTableLayoutHints::operator= | ( | const TGTableLayoutHints & | ) | [private] |
UInt_t TGTableLayoutHints::GetAttachLeft | ( | ) | const [inline] |
Definition at line 62 of file TGTableLayout.h.
References fAttachLeft.
Referenced by TGTableLayout::CheckSanity(), TGTableLayout::FindRowColSizesMultiplyAttached(), TGTableLayout::FindRowColSizesSinglyAttached(), TGTableLayout::Layout(), SavePrimitive(), and TGTableLayout::SetRowColSizesInit().
UInt_t TGTableLayoutHints::GetAttachRight | ( | ) | const [inline] |
Definition at line 63 of file TGTableLayout.h.
References fAttachRight.
Referenced by TGTableLayout::CheckSanity(), TGTableLayout::FindRowColSizesMultiplyAttached(), TGTableLayout::FindRowColSizesSinglyAttached(), TGTableLayout::Layout(), SavePrimitive(), and TGTableLayout::SetRowColSizesInit().
UInt_t TGTableLayoutHints::GetAttachTop | ( | ) | const [inline] |
Definition at line 64 of file TGTableLayout.h.
References fAttachTop.
Referenced by TGTableLayout::CheckSanity(), TGTableLayout::FindRowColSizesMultiplyAttached(), TGTableLayout::FindRowColSizesSinglyAttached(), TGTableLayout::Layout(), SavePrimitive(), and TGTableLayout::SetRowColSizesInit().
UInt_t TGTableLayoutHints::GetAttachBottom | ( | ) | const [inline] |
Definition at line 65 of file TGTableLayout.h.
References fAttachBottom.
Referenced by TGTableLayout::CheckSanity(), TGTableLayout::FindRowColSizesMultiplyAttached(), TGTableLayout::FindRowColSizesSinglyAttached(), TGTableLayout::Layout(), SavePrimitive(), and TGTableLayout::SetRowColSizesInit().
void TGTableLayoutHints::SavePrimitive | ( | ostream & | out, | |
Option_t * | = "" | |||
) | [virtual] |
Reimplemented from TGLayoutHints.
Definition at line 665 of file TGTableLayout.cxx.
References TGLayoutHints::fLayoutHints, GetAttachBottom(), GetAttachLeft(), GetAttachRight(), GetAttachTop(), TGLayoutHints::GetLayoutHints(), TGLayoutHints::GetPadBottom(), TGLayoutHints::GetPadLeft(), TGLayoutHints::GetPadRight(), TGLayoutHints::GetPadTop(), kLHintsBottom, kLHintsCenterX, kLHintsCenterY, kLHintsExpandX, kLHintsExpandY, kLHintsFillX, kLHintsFillY, kLHintsLeft, kLHintsNormal, kLHintsRight, kLHintsShrinkX, kLHintsShrinkY, kLHintsTop, and TString::Length().
TGTableLayoutHints& TGTableLayoutHints::operator= | ( | const TGTableLayoutHints & | ) | [private] |
UInt_t TGTableLayoutHints::GetAttachLeft | ( | ) | const [inline] |
UInt_t TGTableLayoutHints::GetAttachRight | ( | ) | const [inline] |
UInt_t TGTableLayoutHints::GetAttachTop | ( | ) | const [inline] |
UInt_t TGTableLayoutHints::GetAttachBottom | ( | ) | const [inline] |
virtual void TGTableLayoutHints::SavePrimitive | ( | ostream & | out, | |
Option_t * | = "" | |||
) | [virtual] |
Reimplemented from TGLayoutHints.
UInt_t TGTableLayoutHints::fAttachLeft [protected] |
UInt_t TGTableLayoutHints::fAttachRight [protected] |
UInt_t TGTableLayoutHints::fAttachTop [protected] |
UInt_t TGTableLayoutHints::fAttachBottom [protected] |