#include <string.h>#include <stdlib.h>#include "TGHtml.h"#include "TImage.h"Go to the source code of this file.
Functions | |
| static void | GetLetterIndex (char *zBuf, int index, int isUpper) |
| static void | GetRomanIndex (char *zBuf, int index, int isUpper) |
| static void GetLetterIndex | ( | char * | zBuf, | |
| int | index, | |||
| int | isUpper | |||
| ) | [static] |
Definition at line 112 of file TGHtmlDraw.cxx.
References seed, sprintf(), and strcat().
Referenced by TGHtml::BlockDraw().
| static void GetRomanIndex | ( | char * | zBuf, | |
| int | index, | |||
| int | isUpper | |||
| ) | [static] |
Definition at line 150 of file TGHtmlDraw.cxx.
References i, j, k, name, sprintf(), strcat(), and value.
Referenced by TGHtml::BlockDraw().
1.5.1