ROOT 6.08/07 Reference Guide |
Functions | |
static void | GetLetterIndex (char *zBuf, int index, int isUpper) |
Print an ordered list index into the given buffer. More... | |
static void | GetRomanIndex (char *zBuf, int index, int isUpper) |
Print an ordered list index into the given buffer. More... | |
|
static |
Print an ordered list index into the given buffer.
Use numbering like this:
A B C ... Y Z AA BB CC ... ZZ
Revert to decimal for indices greater than 52.
Definition at line 120 of file TGHtmlDraw.cxx.
|
static |
Print an ordered list index into the given buffer.
Use roman numerals. For indices greater than a few thousand, revert to decimal.
Definition at line 156 of file TGHtmlDraw.cxx.