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


Public Methods | |
| TGGC (GCValues_t *values=0) | |
| TGGC (const TGGC &g) | |
| virtual | ~TGGC () |
| TGGC & | operator= (const TGGC &rhs) |
| GContext_t | GetGC () const |
| GContext_t | operator() () const |
| void | SetAttributes (GCValues_t *values) |
| void | SetFunction (EGraphicsFunction v) |
| void | SetPlaneMask (ULong_t v) |
| void | SetForeground (Pixel_t v) |
| void | SetBackground (Pixel_t v) |
| void | SetLineWidth (Int_t v) |
| void | SetLineStyle (Int_t v) |
| void | SetCapStyle (Int_t v) |
| void | SetJoinStyle (Int_t v) |
| void | SetFillStyle (Int_t v) |
| void | SetFillRule (Int_t v) |
| void | SetTile (Pixmap_t v) |
| void | SetStipple (Pixmap_t v) |
| void | SetTileStipXOrigin (Int_t v) |
| void | SetTileStipYOrigin (Int_t v) |
| void | SetFont (FontH_t v) |
| void | SetSubwindowMode (Int_t v) |
| void | SetGraphicsExposures (Bool_t v) |
| void | SetClipXOrigin (Int_t v) |
| void | SetClipYOrigin (Int_t v) |
| void | SetClipMask (Pixmap_t v) |
| void | SetDashOffset (Int_t v) |
| void | SetDashList (const char v[], Int_t len) |
| void | SetArcMode (Int_t v) |
| const GCValues_t * | GetAttributes () const |
| Mask_t | GetMask () const |
| EGraphicsFunction | GetFunction () const |
| Pixel_t | GetForeground () const |
| Pixel_t | GetBackground () const |
| Int_t | GetLineWidth () const |
| Int_t | GetLineStyle () const |
| FontH_t | GetFont () const |
| Int_t | GetCapStyle () const |
| Int_t | GetJoinStyle () const |
| Int_t | GetFillStyle () const |
| Int_t | GetFillRule () const |
| void | Print (Option_t *option="") const |
Protected Methods | |
| TGGC (GCValues_t *values, Bool_t calledByGCPool) | |
| void | UpdateValues (GCValues_t *v) |
Protected Attributes | |
| GCValues_t | fValues |
| GContext_t | fContext |
Friends | |
| class | TGGCPool |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 52 of file TGGC.h. References fContext. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 80 of file TGGC.h. References fValues. |
|
|
Definition at line 81 of file TGGC.h. References fValues. |
|
|
Definition at line 82 of file TGGC.h. References fValues. |
|
|
Definition at line 83 of file TGGC.h. References fValues. |
|
|
Definition at line 84 of file TGGC.h. References fValues. |
|
|
Definition at line 85 of file TGGC.h. References fValues. |
|
|
Definition at line 86 of file TGGC.h. References fValues. |
|
|
Definition at line 87 of file TGGC.h. References fValues. |
|
|
Definition at line 88 of file TGGC.h. References fValues. |
|
|
Definition at line 89 of file TGGC.h. References fValues. |
|
|
Definition at line 90 of file TGGC.h. References fValues. |
|
|
Definition at line 91 of file TGGC.h. References fValues. |
|
|
Reimplemented from TObject. |
|
|
|
|
|
Definition at line 40 of file TGGC.h. Referenced by GetAttributes(), GetBackground(), GetCapStyle(), GetFillRule(), GetFillStyle(), GetFont(), GetForeground(), GetFunction(), GetJoinStyle(), GetLineStyle(), GetLineWidth(), and GetMask(). |
|
|
Definition at line 41 of file TGGC.h. Referenced by GetGC(). |
1.2.16