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