Logo ROOT   6.07/09
Reference Guide
Namespaces | Functions
QuartzFillArea.mm File Reference
#include <algorithm>
#include <cassert>
#include <vector>
#include "QuartzFillArea.h"
#include "TColorGradient.h"
#include "QuartzLine.h"
#include "CocoaUtils.h"
#include "TVirtualX.h"
#include "RStipples.h"
#include "TError.h"
#include "TROOT.h"
Include dependency graph for QuartzFillArea.mm:

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Quartz
 

Functions

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::DrawPattern (void *data, CGContextRef ctx)
 
void ROOT::Quartz::DrawPolygonWithGradientFill (CGContextRef ctx, const TColorGradient *extendedColor, const CGSize &sizeOfDrawable, Int_t nPoints, const TPoint *xy, Bool_t drawShadow)
 
Bool_t ROOT::Quartz::SetFillAreaParameters (CGContextRef ctx, unsigned *patternIndex)
 
Bool_t ROOT::Quartz::SetFillColor (CGContextRef ctx, Color_t colorIndex)
 
bool ROOT::Quartz::SetFillPattern (CGContextRef ctx, const unsigned *patternIndex)
 

Variable Documentation

CGPoint fEndPoint

Definition at line 85 of file QuartzFillArea.mm.

CGFloat fEndRadius

Definition at line 89 of file QuartzFillArea.mm.

CGPoint fStartPoint

Definition at line 84 of file QuartzFillArea.mm.

CGFloat fStartRadius

Definition at line 88 of file QuartzFillArea.mm.