#include <TGShapedFrame.h>
Inheritance diagram for TGShapedFrame:

Public Member Functions | |
| TGShapedFrame (const char *fname=0, const TGWindow *p=0, UInt_t w=1, UInt_t h=1, UInt_t options=0) | |
| virtual | ~TGShapedFrame () |
| const TGPicture | GetPicture () const |
| TImage | GetImage () const |
| virtual void | SavePrimitive (ostream &out, Option_t *option="") |
| TGShapedFrame (const char *fname=0, const TGWindow *p=0, UInt_t w=1, UInt_t h=1, UInt_t options=0) | |
| virtual | ~TGShapedFrame () |
| const TGPicture | GetPicture () const |
| TImage | GetImage () const |
| virtual void | SavePrimitive (ostream &out, Option_t *option="") |
Protected Member Functions | |
| virtual void | DoRedraw () |
| virtual void | DoRedraw () |
Protected Attributes | |
| const TGPicture * | fBgnd |
| TImage * | fImage |
| const TGPicture * | fBgnd |
| TImage * | fImage |
Private Member Functions | |
| TGShapedFrame (const TGShapedFrame &) | |
| TGShapedFrame & | operator= (const TGShapedFrame &) |
| TGShapedFrame (const TGShapedFrame &) | |
| TGShapedFrame & | operator= (const TGShapedFrame &) |
Definition at line 31 of file TGShapedFrame.h.
| TGShapedFrame::TGShapedFrame | ( | const TGShapedFrame & | ) | [private] |
| TGShapedFrame::TGShapedFrame | ( | const char * | fname = 0, |
|
| const TGWindow * | p = 0, |
|||
| UInt_t | w = 1, |
|||
| UInt_t | h = 1, |
|||
| UInt_t | options = 0 | |||
| ) |
| TGShapedFrame::~TGShapedFrame | ( | ) | [virtual] |
Definition at line 59 of file TGShapedFrame.cxx.
References fBgnd, TGObject::fClient, fImage, and TGClient::FreePicture().
| TGShapedFrame::TGShapedFrame | ( | const TGShapedFrame & | ) | [private] |
| TGShapedFrame::TGShapedFrame | ( | const char * | fname = 0, |
|
| const TGWindow * | p = 0, |
|||
| UInt_t | w = 1, |
|||
| UInt_t | h = 1, |
|||
| UInt_t | options = 0 | |||
| ) |
| virtual TGShapedFrame::~TGShapedFrame | ( | ) | [virtual] |
| TGShapedFrame& TGShapedFrame::operator= | ( | const TGShapedFrame & | ) | [private] |
| virtual void TGShapedFrame::DoRedraw | ( | ) | [inline, protected, virtual] |
| const TGPicture TGShapedFrame::GetPicture | ( | ) | const [inline] |
| TImage TGShapedFrame::GetImage | ( | ) | const [inline] |
| void TGShapedFrame::SavePrimitive | ( | ostream & | out, | |
| Option_t * | option = "" | |||
| ) | [virtual] |
Reimplemented from TGCompositeFrame.
Definition at line 68 of file TGShapedFrame.cxx.
References xmlio::Class, TGFrame::fBackground, fImage, TGWindow::fParent, TGFrame::GetDefaultFrameBackground(), TGFrame::GetHeight(), TGCompositeFrame::GetLayoutManager(), TGWindow::GetName(), TNamed::GetName(), TGFrame::GetOptions(), TGFrame::GetOptionString(), TGFrame::GetWidth(), TObject::InheritsFrom(), kHorizontalFrame, kVerticalFrame, TObject::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), and TGFrame::SaveUserColor().
| TGShapedFrame& TGShapedFrame::operator= | ( | const TGShapedFrame & | ) | [private] |
| virtual void TGShapedFrame::DoRedraw | ( | ) | [inline, protected, virtual] |
| const TGPicture TGShapedFrame::GetPicture | ( | ) | const [inline] |
| TImage TGShapedFrame::GetImage | ( | ) | const [inline] |
| virtual void TGShapedFrame::SavePrimitive | ( | ostream & | out, | |
| Option_t * | option = "" | |||
| ) | [virtual] |
Reimplemented from TGCompositeFrame.
const TGPicture* TGShapedFrame::fBgnd [protected] |
Definition at line 38 of file TGShapedFrame.h.
Referenced by TGShapedToolTip::CreateCanvas(), GetPicture(), and ~TGShapedFrame().
TImage* TGShapedFrame::fImage [protected] |
Definition at line 39 of file TGShapedFrame.h.
Referenced by GetImage(), TGShapedToolTip::Refresh(), SavePrimitive(), and ~TGShapedFrame().
const TGPicture* TGShapedFrame::fBgnd [protected] |
Definition at line 38 of file TGShapedFrame.h.
TImage* TGShapedFrame::fImage [protected] |
Definition at line 39 of file TGShapedFrame.h.
1.5.1