ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Quartz | |
Functions | |
void | ROOT::Quartz::DrawMarkerDot (CGContextRef ctx, unsigned n, const TPoint *xy) |
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::DrawMarkerOpenCircle (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::DrawMarkerFullDotSmall (CGContextRef ctx, unsigned n, const TPoint *xy) |
void | ROOT::Quartz::DrawMarkerFullDotMedium (CGContextRef ctx, unsigned n, const TPoint *xy) |
void | ROOT::Quartz::DrawMarkerFullDotLarge (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::DrawMarkerOpenSquare (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::DrawMarkerOpenTriangleUp (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::DrawMarkerFullTriangleDown (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::DrawMarkerOpenDiamond (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::DrawMarkerOpenCross (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::DrawMarkerOpenStar (CGContextRef ctx, unsigned n, const TPoint *xy, Size_t markerSize) |
void | ROOT::Quartz::DrawPolyMarker (CGContextRef ctx, unsigned nPoints, const TPoint *marker, Size_t markerSize, Style_t markerStyle) |
void | ROOT::Quartz::DrawPolyMarker (CGContextRef ctx, const std::vector< TPoint > &marker, Size_t markerSize, Style_t markerStyle) |