Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TGHtml.cxx File Reference

Macros

#define COLOR_MASK   0xf800
#define DEF_BUTTON_FG   "black"
#define DEF_BUTTON_HIGHLIGHT   "black"
#define DEF_BUTTON_HIGHLIGHT_BG   "#d9d9d9"
#define DEF_FRAME_BG_COLOR   "#c0c0c0"
#define DEF_FRAME_CURSOR   ""
#define HGCo(dir)
#define MAX(A, B)
#define MAX_COLOR   65535
#define MIN(A, B)

Variables

int HtmlDepth = 0
int HtmlTraceMask = 0

Macro Definition Documentation

◆ COLOR_MASK

#define COLOR_MASK   0xf800

◆ DEF_BUTTON_FG

#define DEF_BUTTON_FG   "black"

Definition at line 70 of file TGHtml.cxx.

◆ DEF_BUTTON_HIGHLIGHT

#define DEF_BUTTON_HIGHLIGHT   "black"

Definition at line 72 of file TGHtml.cxx.

◆ DEF_BUTTON_HIGHLIGHT_BG

#define DEF_BUTTON_HIGHLIGHT_BG   "#d9d9d9"

Definition at line 71 of file TGHtml.cxx.

◆ DEF_FRAME_BG_COLOR

#define DEF_FRAME_BG_COLOR   "#c0c0c0"

Definition at line 68 of file TGHtml.cxx.

◆ DEF_FRAME_CURSOR

#define DEF_FRAME_CURSOR   ""

Definition at line 69 of file TGHtml.cxx.

◆ HGCo

#define HGCo ( dir)
Value:
(pb2 && pb2->dir) ? pBlock->dir * 100 / pb2->dir : 0

◆ MAX

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

Definition at line 1670 of file TGHtml.cxx.

◆ MAX_COLOR

#define MAX_COLOR   65535

Definition at line 1669 of file TGHtml.cxx.

◆ MIN

#define MIN ( A,
B )
Value:
((A)<(B)?(A):(B))

Definition at line 1671 of file TGHtml.cxx.

Variable Documentation

◆ HtmlDepth

int HtmlDepth = 0

Definition at line 66 of file TGHtml.cxx.

◆ HtmlTraceMask

int HtmlTraceMask = 0

Definition at line 65 of file TGHtml.cxx.