Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGHtmlTable.cxx File Reference
#include <cstdlib>
#include <cstring>
#include <cctype>
#include <cmath>
#include "TGHtml.h"
#include "snprintf.h"
Include dependency graph for TGHtmlTable.cxx:

Macros

#define ColMin(A, B)   colMin[(A)-1][(B)-1]
 
#define ColReq(A, B)   colMin[(B)-1][(A)-1]
 
#define DFLT_BORDER   0
 
#define DFLT_CELLPADDING   2
 
#define DFLT_CELLSPACING_3D   5
 
#define DFLT_CELLSPACING_FLAT   0
 
#define DFLT_HSPACE   0
 
#define DFLT_VSPACE   0
 
#define MAX(A, B)   ((A) < (B) ? (B) : (A))
 
#define N   (HTML_MAX_COLUMNS+1)
 
#define SETMAX(A, B)   if ((A) < (B)) { (A) = (B); }
 
#define VAlign_Baseline   4
 
#define VAlign_Bottom   2
 
#define VAlign_Center   3
 
#define VAlign_Top   1
 
#define VAlign_Unknown   0
 

Macro Definition Documentation

◆ ColMin

#define ColMin (   A,
 
)    colMin[(A)-1][(B)-1]

◆ ColReq

#define ColReq (   A,
 
)    colMin[(B)-1][(A)-1]

◆ DFLT_BORDER

#define DFLT_BORDER   0

Definition at line 38 of file TGHtmlTable.cxx.

◆ DFLT_CELLPADDING

#define DFLT_CELLPADDING   2

Definition at line 41 of file TGHtmlTable.cxx.

◆ DFLT_CELLSPACING_3D

#define DFLT_CELLSPACING_3D   5

Definition at line 39 of file TGHtmlTable.cxx.

◆ DFLT_CELLSPACING_FLAT

#define DFLT_CELLSPACING_FLAT   0

Definition at line 40 of file TGHtmlTable.cxx.

◆ DFLT_HSPACE

#define DFLT_HSPACE   0

Definition at line 42 of file TGHtmlTable.cxx.

◆ DFLT_VSPACE

#define DFLT_VSPACE   0

Definition at line 43 of file TGHtmlTable.cxx.

◆ MAX

#define MAX (   A,
 
)    ((A) < (B) ? (B) : (A))

Definition at line 47 of file TGHtmlTable.cxx.

◆ N

#define N   (HTML_MAX_COLUMNS+1)

◆ SETMAX

#define SETMAX (   A,
 
)    if ((A) < (B)) { (A) = (B); }

Definition at line 46 of file TGHtmlTable.cxx.

◆ VAlign_Baseline

#define VAlign_Baseline   4

Definition at line 1085 of file TGHtmlTable.cxx.

◆ VAlign_Bottom

#define VAlign_Bottom   2

Definition at line 1083 of file TGHtmlTable.cxx.

◆ VAlign_Center

#define VAlign_Center   3

Definition at line 1084 of file TGHtmlTable.cxx.

◆ VAlign_Top

#define VAlign_Top   1

Definition at line 1082 of file TGHtmlTable.cxx.

◆ VAlign_Unknown

#define VAlign_Unknown   0

Definition at line 1081 of file TGHtmlTable.cxx.