Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
QuartzLine.h
Go to the documentation of this file.
1// @(#)root/graf2d:$Id$
2// Author: Olivier Couet, 23/01/2012
3
4/*************************************************************************
5 * Copyright (C) 1995-2011, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_QuartzLine
13#define ROOT_QuartzLine
14
15//////////////////////////////////////////////////////////////////////////
16// //
17// QuartzLine //
18// //
19// Aux. functions to draw line. //
20// //
21//////////////////////////////////////////////////////////////////////////
22
23#include <Cocoa/Cocoa.h>
24
25#include "Rtypes.h"
26
27#include "TPoint.h"
28
29namespace ROOT {
30namespace Quartz {
31
33void SetLineStyle(CGContextRef ctx, Int_t lstyle);
35
38
39}
40}
41
42#endif
bool Bool_t
Definition RtypesCore.h:63
int Int_t
Definition RtypesCore.h:45
short Color_t
Definition RtypesCore.h:92
Option_t Option_t SetLineWidth
Option_t Option_t SetLineColor
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Option_t Option_t TPoint xy
Option_t Option_t TPoint TPoint const char y2
Option_t Option_t TPoint TPoint const char DrawLine
Option_t Option_t width
Option_t Option_t TPoint TPoint const char y1
const Int_t n
Definition legend1.C:16
void DrawPolyLine(CGContextRef ctx, Int_t n, TPoint *xy)
void SetLineStyle(CGContextRef ctx, Int_t lstyle)
Definition QuartzLine.mm:74
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...