#include <cstdlib>#include <cstring>#include <cctype>#include <cmath>#include "TGHtml.h"#include "snprintf.h"Macros | |
| #define | ColMin(A, B) |
| #define | ColReq(A, B) |
| #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) |
| #define | N (HTML_MAX_COLUMNS+1) |
| #define | SETMAX(A, B) |
| #define | VAlign_Baseline 4 |
| #define | VAlign_Bottom 2 |
| #define | VAlign_Center 3 |
| #define | VAlign_Top 1 |
| #define | VAlign_Unknown 0 |
| #define ColMin | ( | A, | |
| B ) |
| #define ColReq | ( | A, | |
| B ) |
| #define DFLT_BORDER 0 |
Definition at line 38 of file TGHtmlTable.cxx.
| #define DFLT_CELLPADDING 2 |
Definition at line 41 of file TGHtmlTable.cxx.
| #define DFLT_CELLSPACING_3D 5 |
Definition at line 39 of file TGHtmlTable.cxx.
| #define DFLT_CELLSPACING_FLAT 0 |
Definition at line 40 of file TGHtmlTable.cxx.
| #define DFLT_HSPACE 0 |
Definition at line 42 of file TGHtmlTable.cxx.
| #define DFLT_VSPACE 0 |
Definition at line 43 of file TGHtmlTable.cxx.
| #define MAX | ( | A, | |
| B ) |
Definition at line 47 of file TGHtmlTable.cxx.
| #define N (HTML_MAX_COLUMNS+1) |
| #define SETMAX | ( | A, | |
| B ) |
Definition at line 46 of file TGHtmlTable.cxx.
| #define VAlign_Baseline 4 |
Definition at line 1085 of file TGHtmlTable.cxx.
| #define VAlign_Bottom 2 |
Definition at line 1083 of file TGHtmlTable.cxx.
| #define VAlign_Center 3 |
Definition at line 1084 of file TGHtmlTable.cxx.
| #define VAlign_Top 1 |
Definition at line 1082 of file TGHtmlTable.cxx.
| #define VAlign_Unknown 0 |
Definition at line 1081 of file TGHtmlTable.cxx.