ROOT  6.06/09
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:

Go to the source code of this file.

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

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.

Referenced by TGHtml::BlockDraw().

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.

Referenced by TGHtml::BlockDraw().