Graphics context structure.
Definition at line 224 of file GuiTypes.h.
Public Member Functions | |
| GCValues_t () | |
Public Attributes | |
| Int_t | fArcMode | 
| kArcChord, kArcPieSlice   | |
| ULong_t | fBackground | 
| background pixel   | |
| Int_t | fCapStyle | 
| kCapNotLast, kCapButt, kCapRound, kCapProjecting   | |
| Pixmap_t | fClipMask | 
| bitmap clipping; other calls for rects   | |
| Int_t | fClipXOrigin | 
| origin for clipping   | |
| Int_t | fClipYOrigin | 
| Char_t | fDashes [8] | 
| dash pattern list (dash length per byte)   | |
| Int_t | fDashLen | 
| number of dashes in fDashes   | |
| Int_t | fDashOffset | 
| patterned/dashed line information   | |
| Int_t | fFillRule | 
| kEvenOddRule, kWindingRule   | |
| Int_t | fFillStyle | 
| kFillSolid, kFillTiled, kFillStippled, kFillOpaeueStippled   | |
| FontH_t | fFont | 
| default text font for text operations   | |
| ULong_t | fForeground | 
| foreground pixel   | |
| EGraphicsFunction | fFunction | 
| logical operation   | |
| Bool_t | fGraphicsExposures | 
| boolean, should exposures be generated   | |
| Int_t | fJoinStyle | 
| kJoinMiter, kJoinRound, kJoinBevel   | |
| Int_t | fLineStyle | 
| kLineSolid, kLineOnOffDash, kLineDoubleDash   | |
| Int_t | fLineWidth | 
| line width   | |
| Mask_t | fMask | 
| bit mask specifying which fields are valid   | |
| ULong_t | fPlaneMask | 
| plane mask   | |
| Pixmap_t | fStipple | 
| stipple 1 plane pixmap for stippling   | |
| Int_t | fSubwindowMode | 
| kClipByChildren, kIncludeInferiors   | |
| Pixmap_t | fTile | 
| tile pixmap for tiling operations   | |
| Int_t | fTsXOrigin | 
| offset for tile or stipple operations   | |
| Int_t | fTsYOrigin | 
#include <GuiTypes.h>
      
  | 
  inline | 
Definition at line 253 of file GuiTypes.h.
| Int_t GCValues_t::fArcMode | 
kArcChord, kArcPieSlice
Definition at line 237 of file GuiTypes.h.
| ULong_t GCValues_t::fBackground | 
background pixel
Definition at line 228 of file GuiTypes.h.
| Int_t GCValues_t::fCapStyle | 
kCapNotLast, kCapButt, kCapRound, kCapProjecting
Definition at line 231 of file GuiTypes.h.
| Pixmap_t GCValues_t::fClipMask | 
bitmap clipping; other calls for rects
Definition at line 247 of file GuiTypes.h.
| Int_t GCValues_t::fClipXOrigin | 
origin for clipping
Definition at line 245 of file GuiTypes.h.
| Int_t GCValues_t::fClipYOrigin | 
Definition at line 246 of file GuiTypes.h.
| Char_t GCValues_t::fDashes[8] | 
dash pattern list (dash length per byte)
Definition at line 249 of file GuiTypes.h.
| Int_t GCValues_t::fDashLen | 
number of dashes in fDashes
Definition at line 250 of file GuiTypes.h.
| Int_t GCValues_t::fDashOffset | 
patterned/dashed line information
Definition at line 248 of file GuiTypes.h.
| Int_t GCValues_t::fFillRule | 
kEvenOddRule, kWindingRule
Definition at line 236 of file GuiTypes.h.
| Int_t GCValues_t::fFillStyle | 
kFillSolid, kFillTiled, kFillStippled, kFillOpaeueStippled
Definition at line 234 of file GuiTypes.h.
| FontH_t GCValues_t::fFont | 
default text font for text operations
Definition at line 242 of file GuiTypes.h.
| ULong_t GCValues_t::fForeground | 
foreground pixel
Definition at line 227 of file GuiTypes.h.
| EGraphicsFunction GCValues_t::fFunction | 
logical operation
Definition at line 225 of file GuiTypes.h.
| Bool_t GCValues_t::fGraphicsExposures | 
boolean, should exposures be generated
Definition at line 244 of file GuiTypes.h.
| Int_t GCValues_t::fJoinStyle | 
kJoinMiter, kJoinRound, kJoinBevel
Definition at line 233 of file GuiTypes.h.
| Int_t GCValues_t::fLineStyle | 
kLineSolid, kLineOnOffDash, kLineDoubleDash
Definition at line 230 of file GuiTypes.h.
| Int_t GCValues_t::fLineWidth | 
line width
Definition at line 229 of file GuiTypes.h.
| Mask_t GCValues_t::fMask | 
bit mask specifying which fields are valid
Definition at line 251 of file GuiTypes.h.
| ULong_t GCValues_t::fPlaneMask | 
plane mask
Definition at line 226 of file GuiTypes.h.
| Pixmap_t GCValues_t::fStipple | 
stipple 1 plane pixmap for stippling
Definition at line 239 of file GuiTypes.h.
| Int_t GCValues_t::fSubwindowMode | 
kClipByChildren, kIncludeInferiors
Definition at line 243 of file GuiTypes.h.
| Pixmap_t GCValues_t::fTile | 
tile pixmap for tiling operations
Definition at line 238 of file GuiTypes.h.
| Int_t GCValues_t::fTsXOrigin | 
offset for tile or stipple operations
Definition at line 240 of file GuiTypes.h.
| Int_t GCValues_t::fTsYOrigin | 
Definition at line 241 of file GuiTypes.h.