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


Public Types | |
| enum | EImageQuality { kImgDefault = -1, kImgPoor = 0, kImgFast = 1, kImgGood = 2, kImgBest = 3 } |
Public Methods | |
| TAttImage () | |
| GUI to edit the color palette. | |
| TAttImage (EImageQuality lquality, UInt_t lcompression, Bool_t constRatio) | |
| virtual | ~TAttImage () |
| void | Copy (TAttImage &attline) const |
| Bool_t | GetConstRatio () const |
| UInt_t | GetImageCompression () const |
| EImageQuality | GetImageQuality () const |
| virtual const TImagePalette & | GetPalette () const |
| virtual void | ResetAttImage (Option_t *option="") |
| virtual void | SaveImageAttributes (ofstream &out, const char *name, EImageQuality qualdef=kImgDefault, UInt_t comprdef=0, Bool_t constRatiodef=kTRUE) |
| virtual void | SetConstRatio (Bool_t constRatio=kTRUE) |
| virtual void | SetImageCompression (UInt_t lcompression) |
| virtual void | SetImageQuality (EImageQuality lquality) |
| virtual void | SetPalette (const TImagePalette *palette) |
| virtual void | StartPaletteEditor () |
| virtual void | EditorClosed () |
Protected Attributes | |
| EImageQuality | fImageQuality |
| UInt_t | fImageCompression |
| Bool_t | fConstRatio |
| TImagePalette | fPalette |
| TPaletteEditor * | fPaletteEditor |
|
|
Definition at line 108 of file TAttImage.h. Referenced by GetImageQuality(), and SetImageQuality(). |
|
|
GUI to edit the color palette.
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 129 of file TAttImage.h. References fConstRatio. |
|
|
Definition at line 130 of file TAttImage.h. References fImageCompression. |
|
|
Definition at line 131 of file TAttImage.h. References EImageQuality, and fImageQuality. |
|
|
Definition at line 132 of file TAttImage.h. |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 140 of file TAttImage.h. References fImageCompression. |
|
|
Definition at line 142 of file TAttImage.h. References EImageQuality, and fImageQuality. |
|
|
|
|
|
|
|
|
Definition at line 146 of file TAttImage.h. |
|
|
Definition at line 117 of file TAttImage.h. Referenced by GetImageQuality(), and SetImageQuality(). |
|
|
Definition at line 118 of file TAttImage.h. Referenced by GetImageCompression(), and SetImageCompression(). |
|
|
Definition at line 119 of file TAttImage.h. Referenced by GetConstRatio(). |
|
|
Definition at line 120 of file TAttImage.h. |
|
|
Definition at line 121 of file TAttImage.h. |
1.2.16