Logo ROOT   6.12/07
Reference Guide
Functions
TGHtmlDraw.cxx File Reference
#include <string.h>
#include <stdlib.h>
#include "TGHtml.h"
#include "TImage.h"
Include dependency graph for TGHtmlDraw.cxx:

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...
 

Function Documentation

◆ GetLetterIndex()

static void GetLetterIndex ( char *  zBuf,
int  index,
int  isUpper 
)
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.

◆ GetRomanIndex()

static void GetRomanIndex ( char *  zBuf,
int  index,
int  isUpper 
)
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.