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


Public Methods | |
| virtual | ~TGPicture () |
| const char * | GetName () const |
| UInt_t | GetWidth () const |
| UInt_t | GetHeight () const |
| Pixmap_t | GetPicture () const |
| Pixmap_t | GetMask () const |
| Bool_t | IsScaled () const |
| ULong_t | Hash () const |
| virtual void | Draw (Handle_t id, GContext_t gc, Int_t x, Int_t y) const |
| void | Print (Option_t *option="") const |
Protected Methods | |
| TGPicture (const char *name, Bool_t scaled=kFALSE) | |
| void | Draw (Option_t *="") |
Static Protected Methods | |
| const char * | HashName (const char *name, Int_t width, Int_t height) |
Protected Attributes | |
| TString | fName |
| Bool_t | fScaled |
| Pixmap_t | fPic |
| Pixmap_t | fMask |
| PictureAttributes_t | fAttributes |
Friends | |
| class | TGPicturePool |
|
||||||||||||
|
Definition at line 57 of file TGPicture.h. References fAttributes, fMask, fPic, fScaled, and TRefCnt::SetRefCount(). |
|
|
|
|
|
Reimplemented from TObject. Definition at line 67 of file TGPicture.h. References TObject::MayNotUse(). |
|
||||||||||||||||
|
|
|
|
Reimplemented from TObject. Definition at line 74 of file TGPicture.h. References TString::Data(). |
|
|
Definition at line 75 of file TGPicture.h. References fAttributes. |
|
|
Definition at line 76 of file TGPicture.h. References fAttributes. |
|
|
Definition at line 77 of file TGPicture.h. References fPic. |
|
|
Definition at line 78 of file TGPicture.h. References fMask. |
|
|
Definition at line 79 of file TGPicture.h. References fScaled. |
|
|
Reimplemented from TObject. Definition at line 80 of file TGPicture.h. References TString::Hash(). |
|
||||||||||||||||||||
|
|
|
|
Reimplemented from TObject. |
|
|
Definition at line 48 of file TGPicture.h. |
|
|
Definition at line 51 of file TGPicture.h. |
|
|
Definition at line 52 of file TGPicture.h. |
|
|
Definition at line 53 of file TGPicture.h. Referenced by GetPicture(), and TGPicture(). |
|
|
Definition at line 54 of file TGPicture.h. |
|
|
Definition at line 55 of file TGPicture.h. |
1.2.16