Inheritance diagram for TGStatusBarPart:

Public Member Functions | |
| TGStatusBarPart (const TGWindow *p, Int_t h, Int_t y, ULong_t back=GetDefaultFrameBackground()) | |
| ~TGStatusBarPart () | |
| void | SetText (TGString *text) |
| const TGString * | GetText () const |
Private Member Functions | |
| virtual void | DoRedraw () |
Private Attributes | |
| TGString * | fStatusInfo |
| Int_t | fYt |
Friends | |
| class | TGStatusBar |
Definition at line 41 of file TGStatusBar.cxx.
| TGStatusBarPart::TGStatusBarPart | ( | const TGWindow * | p, | |
| Int_t | h, | |||
| Int_t | y, | |||
| ULong_t | back = GetDefaultFrameBackground() | |||
| ) |
Definition at line 56 of file TGStatusBar.cxx.
References TGWindow::fEditDisabled, TGFrame::fHeight, fStatusInfo, fYt, TGWindow::kEditDisableGrab, and TGFrame::MapWindow().
| TGStatusBarPart::~TGStatusBarPart | ( | ) | [inline] |
Definition at line 50 of file TGStatusBar.cxx.
References TGWindow::DestroyWindow(), and fStatusInfo.
| void TGStatusBarPart::DoRedraw | ( | ) | [private, virtual] |
Reimplemented from TGFrame.
Definition at line 81 of file TGStatusBar.cxx.
References TGFrame::DoRedraw(), TGString::Draw(), TGObject::fId, fStatusInfo, fYt, and TGStatusBar::GetDefaultGC().
| void TGStatusBarPart::SetText | ( | TGString * | text | ) |
Definition at line 71 of file TGStatusBar.cxx.
References TGObject::fClient, fStatusInfo, TGClient::NeedRedraw(), and text().
Referenced by TGStatusBar::SetText().
| const TGString* TGStatusBarPart::GetText | ( | ) | const [inline] |
Definition at line 52 of file TGStatusBar.cxx.
References fStatusInfo.
Referenced by TGStatusBar::GetText().
friend class TGStatusBar [friend] |
Definition at line 42 of file TGStatusBar.cxx.
TGString* TGStatusBarPart::fStatusInfo [private] |
Definition at line 44 of file TGStatusBar.cxx.
Referenced by DoRedraw(), GetText(), SetText(), TGStatusBarPart(), and ~TGStatusBarPart().
Int_t TGStatusBarPart::fYt [private] |
1.5.1