ROOT  6.06/09
Reference Guide
Namespaces | Functions
QuartzLine.h File Reference
#include <vector>
#include <Cocoa/Cocoa.h>
#include "Rtypes.h"
#include "TPoint.h"
+ Include dependency graph for QuartzLine.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::SetLineColor (CGContextRef ctx, Color_t colorIndex)
 
void ROOT::Quartz::SetLineStyle (CGContextRef ctx, Int_t lstyle)
 
void ROOT::Quartz::SetLineWidth (CGContextRef ctx, Int_t width)
 
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)