![]() |
ROOT
6.06/09
Reference Guide
|
#include <vector>#include <Cocoa/Cocoa.h>#include "TAttFill.h"#include "Rtypes.h"#include "TPoint.h"
Include dependency graph for QuartzFillArea.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Quartz | |
Functions | |
| Bool_t | ROOT::Quartz::SetFillColor (CGContextRef ctx, Color_t colorIndex) |
| Bool_t | ROOT::Quartz::SetFillAreaParameters (CGContextRef ctx, unsigned *patternIndex) |
| void | ROOT::Quartz::DrawBox (CGContextRef ctx, Int_t x1, Int_t y1, Int_t x2, Int_t y2, bool hollow) |
| void | ROOT::Quartz::DrawFillArea (CGContextRef ctx, Int_t n, TPoint *xy, Bool_t drawShadow) |
| void | ROOT::Quartz::DrawPolygonWithGradientFill (CGContextRef ctx, const TColorGradient *extendedColor, const CGSize &sizeOfDrawable, Int_t nPoints, const TPoint *xy, Bool_t drawShadow) |