Logo ROOT   6.10/09
Reference Guide
Namespaces | Functions
QuartzLine.mm File Reference
#include <cassert>
#include <vector>
#include "CocoaUtils.h"
#include "TObjString.h"
#include "QuartzLine.h"
#include "RStipples.h"
#include "TObjArray.h"
#include "TString.h"
#include "TColor.h"
#include "TStyle.h"
#include "TROOT.h"
Include dependency graph for QuartzLine.mm:

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Quartz
 

Functions

void ROOT::Quartz::DrawLine (CGContextRef ctx, Int_t x1, Int_t y1, Int_t x2, Int_t y2)
 
void ROOT::Quartz::DrawPolyLine (CGContextRef ctx, Int_t n, TPoint *xy)
 
Bool_t ROOT::Quartz::SetLineColor (CGContextRef ctx, Color_t colorIndex)
 
void ROOT::Quartz::SetLineStyle (CGContextRef ctx, Int_t lstyle)
 
void ROOT::Quartz::SetLineType (CGContextRef ctx, Int_t n, Int_t *dash)
 
void ROOT::Quartz::SetLineWidth (CGContextRef ctx, Int_t width)