#include <cstring>
#include <cstdlib>
#include "TGHtml.h"
#include "TImage.h"
#include "TVirtualX.h"
#include "strlcpy.h"
Functions | |
static void | GetLetterIndex (char(&zBuf)[30], int index, int isUpper) |
Print an ordered list index into the given buffer. | |
static void | GetRomanIndex (char(&zBuf)[30], int index, int isUpper) |
Print an ordered list index into the given buffer. | |
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 121 of file TGHtmlDraw.cxx.
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.