Definition at line 37 of file QuartzText.h.
|
| TextLine (const char *textLine, CTFontRef font) |
|
| TextLine (const char *textLine, CTFontRef font, Color_t color) |
|
| TextLine (const char *textLine, CTFontRef font, const CGFloat *rgb) |
|
| TextLine (const std::vector< UniChar > &textLine, CTFontRef font) |
|
| TextLine (const std::vector< UniChar > &textLine, CTFontRef font, Color_t color) |
|
| ~TextLine () |
|
void | DrawLine (CGContextRef ctx) const |
|
void | DrawLine (CGContextRef ctx, Double_t x, Double_t y) const |
|
void | GetAscentDescent (Int_t &asc, Int_t &desc) const |
|
void | GetBounds (UInt_t &w, UInt_t &h) const |
|
#include <QuartzText.h>
◆ TextLine() [1/6]
ROOT::Quartz::TextLine::TextLine |
( |
const char * |
textLine, |
|
|
CTFontRef |
font |
|
) |
| |
◆ TextLine() [2/6]
ROOT::Quartz::TextLine::TextLine |
( |
const std::vector< UniChar > & |
textLine, |
|
|
CTFontRef |
font |
|
) |
| |
◆ TextLine() [3/6]
ROOT::Quartz::TextLine::TextLine |
( |
const char * |
textLine, |
|
|
CTFontRef |
font, |
|
|
Color_t |
color |
|
) |
| |
◆ TextLine() [4/6]
ROOT::Quartz::TextLine::TextLine |
( |
const std::vector< UniChar > & |
textLine, |
|
|
CTFontRef |
font, |
|
|
Color_t |
color |
|
) |
| |
◆ TextLine() [5/6]
ROOT::Quartz::TextLine::TextLine |
( |
const char * |
textLine, |
|
|
CTFontRef |
font, |
|
|
const CGFloat * |
rgb |
|
) |
| |
◆ ~TextLine()
ROOT::Quartz::TextLine::~TextLine |
( |
| ) |
|
◆ TextLine() [6/6]
ROOT::Quartz::TextLine::TextLine |
( |
const TextLine & |
rhs | ) |
|
|
private |
◆ DrawLine() [1/2]
void ROOT::Quartz::TextLine::DrawLine |
( |
CGContextRef |
ctx | ) |
const |
◆ DrawLine() [2/2]
◆ GetAscentDescent()
void ROOT::Quartz::TextLine::GetAscentDescent |
( |
Int_t & |
asc, |
|
|
Int_t & |
desc |
|
) |
| const |
◆ GetBounds()
◆ Init() [1/2]
void ROOT::Quartz::TextLine::Init |
( |
const char * |
textLine, |
|
|
UInt_t |
nAttribs, |
|
|
CFStringRef * |
keys, |
|
|
CFTypeRef * |
values |
|
) |
| |
|
private |
◆ Init() [2/2]
void ROOT::Quartz::TextLine::Init |
( |
const std::vector< UniChar > & |
textLine, |
|
|
UInt_t |
nAttribs, |
|
|
CFStringRef * |
keys, |
|
|
CFTypeRef * |
values |
|
) |
| |
|
private |
◆ operator=()
◆ fCTFont
CTFontRef ROOT::Quartz::TextLine::fCTFont |
|
private |
◆ fCTLine
CTLineRef ROOT::Quartz::TextLine::fCTLine |
|
private |
The documentation for this class was generated from the following files: