#include <TGXYLayout.h>
Inheritance diagram for TGXYLayoutHints:

Public Types | |
| enum | ERubberFlag |
| enum | ERubberFlag |
Public Member Functions | |
| TGXYLayoutHints (Double_t x, Double_t y, Double_t w, Double_t h, UInt_t rubberFlag=kLRubberX|kLRubberY) | |
| Double_t | GetX () const |
| Double_t | GetY () const |
| Double_t | GetW () const |
| Double_t | GetH () const |
| UInt_t | GetFlag () const |
| void | SetX (Double_t x) |
| void | SetY (Double_t y) |
| void | SetW (Double_t w) |
| void | SetH (Double_t h) |
| void | SetFlag (UInt_t flag) |
| virtual void | SavePrimitive (ostream &out, Option_t *="") |
| TGXYLayoutHints (Double_t x, Double_t y, Double_t w, Double_t h, UInt_t rubberFlag=kLRubberX|kLRubberY) | |
| Double_t | GetX () const |
| Double_t | GetY () const |
| Double_t | GetW () const |
| Double_t | GetH () const |
| UInt_t | GetFlag () const |
| void | SetX (Double_t x) |
| void | SetY (Double_t y) |
| void | SetW (Double_t w) |
| void | SetH (Double_t h) |
| void | SetFlag (UInt_t flag) |
| virtual void | SavePrimitive (ostream &out, Option_t *="") |
Protected Attributes | |
| Double_t | fX |
| Double_t | fY |
| Double_t | fW |
| Double_t | fH |
| UInt_t | fFlag |
Definition at line 97 of file TGXYLayout.h.
Definition at line 108 of file TGXYLayout.h.
Definition at line 108 of file TGXYLayout.h.
| TGXYLayoutHints::TGXYLayoutHints | ( | Double_t | x, | |
| Double_t | y, | |||
| Double_t | w, | |||
| Double_t | h, | |||
| UInt_t | rubberFlag = kLRubberX|kLRubberY | |||
| ) |
| TGXYLayoutHints::TGXYLayoutHints | ( | Double_t | x, | |
| Double_t | y, | |||
| Double_t | w, | |||
| Double_t | h, | |||
| UInt_t | rubberFlag = kLRubberX|kLRubberY | |||
| ) |
| Double_t TGXYLayoutHints::GetX | ( | ) | const [inline] |
Definition at line 118 of file TGXYLayout.h.
References fX.
Referenced by TGXYLayout::Layout(), and SavePrimitive().
| Double_t TGXYLayoutHints::GetY | ( | ) | const [inline] |
Definition at line 119 of file TGXYLayout.h.
References fY.
Referenced by TGXYLayout::Layout(), and SavePrimitive().
| Double_t TGXYLayoutHints::GetW | ( | ) | const [inline] |
Definition at line 120 of file TGXYLayout.h.
References fW.
Referenced by TGXYLayout::Layout(), and SavePrimitive().
| Double_t TGXYLayoutHints::GetH | ( | ) | const [inline] |
Definition at line 121 of file TGXYLayout.h.
References fH.
Referenced by TGXYLayout::Layout(), and SavePrimitive().
| UInt_t TGXYLayoutHints::GetFlag | ( | ) | const [inline] |
| void TGXYLayoutHints::SetX | ( | Double_t | x | ) | [inline] |
| void TGXYLayoutHints::SetY | ( | Double_t | y | ) | [inline] |
| void TGXYLayoutHints::SetW | ( | Double_t | w | ) | [inline] |
| void TGXYLayoutHints::SetH | ( | Double_t | h | ) | [inline] |
| void TGXYLayoutHints::SetFlag | ( | UInt_t | flag | ) | [inline] |
| void TGXYLayoutHints::SavePrimitive | ( | ostream & | out, | |
| Option_t * | = "" | |||
| ) | [virtual] |
| Double_t TGXYLayoutHints::GetX | ( | void | ) | const [inline] |
| Double_t TGXYLayoutHints::GetY | ( | ) | const [inline] |
| Double_t TGXYLayoutHints::GetW | ( | ) | const [inline] |
| Double_t TGXYLayoutHints::GetH | ( | ) | const [inline] |
| UInt_t TGXYLayoutHints::GetFlag | ( | ) | const [inline] |
| void TGXYLayoutHints::SetX | ( | Double_t | x | ) | [inline] |
| void TGXYLayoutHints::SetY | ( | Double_t | y | ) | [inline] |
| void TGXYLayoutHints::SetW | ( | Double_t | w | ) | [inline] |
| void TGXYLayoutHints::SetH | ( | Double_t | h | ) | [inline] |
| void TGXYLayoutHints::SetFlag | ( | UInt_t | flag | ) | [inline] |
| virtual void TGXYLayoutHints::SavePrimitive | ( | ostream & | out, | |
| Option_t * | = "" | |||
| ) | [virtual] |
Reimplemented from TGLayoutHints.
Double_t TGXYLayoutHints::fX [protected] |
Double_t TGXYLayoutHints::fY [protected] |
Double_t TGXYLayoutHints::fW [protected] |
Double_t TGXYLayoutHints::fH [protected] |
UInt_t TGXYLayoutHints::fFlag [protected] |
Definition at line 104 of file TGXYLayout.h.
Referenced by GetFlag(), SavePrimitive(), and SetFlag().
1.5.1