Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
QuartzMarker.mm File Reference
#include "TAttMarker.h"
#include "QuartzMarker.h"
Include dependency graph for QuartzMarker.mm:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Quartz
 

Functions

void ROOT::Quartz::DrawMarkerDot (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFourSquaresPlus (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFourSquaresX (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullCross (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullCrossX (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullDiamond (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullDotLarge (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullDotMedium (CGContextRef ctx, unsigned n, const TPoint *xy)
 
void ROOT::Quartz::DrawMarkerFullDotSmall (CGContextRef ctx, unsigned n, const TPoint *xy)
 
void ROOT::Quartz::DrawMarkerFullDoubleDiamond (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullFourTrianglesPlus (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullFourTrianglesX (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullSquare (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullStar (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullThreeTriangles (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullTriangleDown (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerFullTriangleUp (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOctagonCross (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenCircle (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenCross (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenCrossX (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenDiamond (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenDiamondCross (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenDoubleDiamond (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenFourTrianglesPlus (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenFourTrianglesX (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenSquare (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenSquareDiagonal (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenStar (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenThreeTriangles (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenTriangleDown (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerOpenTriangleUp (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerPlus (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerStar (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawMarkerX (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize)
 
void ROOT::Quartz::DrawPolyMarker (CGContextRef ctx, const std::vector< TPoint > &marker, Size_t markerSize, Style_t markerStyle)
 
void ROOT::Quartz::DrawPolyMarker (CGContextRef ctx, unsigned nPoints, const TPoint *marker, Size_t markerSize, Style_t markerStyle)