ROOT
6.07/01
Reference Guide
|
Definition at line 110 of file TGLPadUtils.h.
Public Member Functions | |
void | DrawDot (UInt_t n, const TPoint *xy) const |
Simple 1-pixel dots. More... | |
void | DrawPlus (UInt_t n, const TPoint *xy) const |
void | DrawStar (UInt_t n, const TPoint *xy) const |
void | DrawX (UInt_t n, const TPoint *xy) const |
void | DrawFullDotSmall (UInt_t n, const TPoint *xy) const |
void | DrawFullDotMedium (UInt_t n, const TPoint *xy) const |
void | DrawCircle (UInt_t n, const TPoint *xy) const |
void | DrawFullDotLarge (UInt_t n, const TPoint *xy) const |
void | DrawFullSquare (UInt_t n, const TPoint *xy) const |
void | DrawFullTrianlgeUp (UInt_t n, const TPoint *xy) const |
void | DrawFullTrianlgeDown (UInt_t n, const TPoint *xy) const |
void | DrawDiamond (UInt_t n, const TPoint *xy) const |
void | DrawCross (UInt_t n, const TPoint *xy) const |
void | DrawFullStar (UInt_t n, const TPoint *xy) const |
HIGZ full star pentagone. More... | |
void | DrawOpenStar (UInt_t n, const TPoint *xy) const |
HIGZ full star pentagone. More... | |
Private Types | |
enum | { kSmallCirclePts = 80, kLargeCirclePts = 150 } |
Private Attributes | |
TPoint | fStar [8] |
TPoint | fCross [4] |
std::vector< TPoint > | fCircle |
#include <TGLPadUtils.h>
|
private |
Enumerator | |
---|---|
kSmallCirclePts | |
kLargeCirclePts |
Definition at line 118 of file TGLPadUtils.h.
Definition at line 357 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 465 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 445 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Simple 1-pixel dots.
Definition at line 237 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 379 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 344 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 325 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 403 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
HIGZ full star pentagone.
Definition at line 494 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 428 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 412 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
HIGZ full star pentagone.
Definition at line 547 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 250 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 270 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
Definition at line 304 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker().
|
mutableprivate |
Definition at line 116 of file TGLPadUtils.h.
Referenced by DrawCircle(), and DrawFullDotLarge().
|
mutableprivate |
Definition at line 114 of file TGLPadUtils.h.
|
mutableprivate |
Definition at line 113 of file TGLPadUtils.h.
Referenced by DrawStar().