#include <TGTableContainer.h>
Inheritance diagram for TGTableHeaderFrame:

Public Member Functions | |
| TGTableHeaderFrame (const TGWindow *p, TGTable *table=0, UInt_t w=1, UInt_t h=1, EHeaderType type=kColumnHeader, UInt_t option=0) | |
| ~TGTableHeaderFrame () | |
| virtual void | DrawRegion (Int_t x, Int_t y, UInt_t w, UInt_t h) |
| TGTableHeaderFrame (const TGWindow *p, TGTable *table=0, UInt_t w=1, UInt_t h=1, EHeaderType type=kColumnHeader, UInt_t option=0) | |
| ~TGTableHeaderFrame () | |
| virtual void | DrawRegion (Int_t x, Int_t y, UInt_t w, UInt_t h) |
Protected Attributes | |
| Int_t | fX0 |
| Int_t | fY0 |
| TGTable * | fTable |
| TGTable * | fTable |
Definition at line 37 of file TGTableContainer.h.
| TGTableHeaderFrame::TGTableHeaderFrame | ( | const TGWindow * | p, | |
| TGTable * | table = 0, |
|||
| UInt_t | w = 1, |
|||
| UInt_t | h = 1, |
|||
| EHeaderType | type = kColumnHeader, |
|||
| UInt_t | option = 0 | |||
| ) |
Definition at line 113 of file TGTableContainer.cxx.
References TGCompositeFrame::ChangeOptions(), TObject::Error(), fTable, fX0, fY0, TGTableCell::GetHeight(), TGFrame::GetOptions(), TGTable::GetTableHeader(), TGTableCell::GetWidth(), kColumnHeader, kHorizontalFrame, kRowHeader, and kVerticalFrame.
| TGTableHeaderFrame::~TGTableHeaderFrame | ( | ) | [inline] |
Definition at line 48 of file TGTableContainer.h.
| TGTableHeaderFrame::TGTableHeaderFrame | ( | const TGWindow * | p, | |
| TGTable * | table = 0, |
|||
| UInt_t | w = 1, |
|||
| UInt_t | h = 1, |
|||
| EHeaderType | type = kColumnHeader, |
|||
| UInt_t | option = 0 | |||
| ) |
| TGTableHeaderFrame::~TGTableHeaderFrame | ( | ) | [inline] |
Definition at line 48 of file TGTableContainer.h.
Definition at line 134 of file TGTableContainer.cxx.
References TGObject::fClient, TGFrameElement::fFrame, TGCompositeFrame::fList, fX0, fY0, TGFrame::GetHeight(), TGFrame::GetWidth(), TGFrame::GetX(), TGFrame::GetY(), and TGClient::NeedRedraw().
Referenced by TGTable::ScrollCHeaders(), TGTable::ScrollRHeaders(), TGTable::SetHeaderBackground(), and TGTable::UpdateView().
Int_t TGTableHeaderFrame::fX0 [protected] |
Definition at line 40 of file TGTableContainer.h.
Referenced by DrawRegion(), and TGTableHeaderFrame().
Int_t TGTableHeaderFrame::fY0 [protected] |
Definition at line 41 of file TGTableContainer.h.
Referenced by DrawRegion(), and TGTableHeaderFrame().
TGTable* TGTableHeaderFrame::fTable [protected] |
TGTable* TGTableHeaderFrame::fTable [protected] |
Definition at line 42 of file TGTableContainer.h.
1.5.1