Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGHtmlDraw.cxx File Reference
#include <cstring>
#include <cstdlib>
#include "TGHtml.h"
#include "TImage.h"
#include "TVirtualX.h"
#include "strlcpy.h"
Include dependency graph for TGHtmlDraw.cxx:

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.
 

Function Documentation

◆ GetLetterIndex()

static void GetLetterIndex ( char(&)  zBuf[30],
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 121 of file TGHtmlDraw.cxx.

◆ GetRomanIndex()

static void GetRomanIndex ( char(&)  zBuf[30],
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.