#include <cctype>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include "TGHtml.h"
#include "THashTable.h"
#include "TObjString.h"
#include "TGIdleHandler.h"
#include "TImage.h"
#include "TTimer.h"
#include "TGTextEntry.h"
#include "TGText.h"
#include "TGComboBox.h"
#include "TGListBox.h"
#include "TGFileDialog.h"
#include "TGMenu.h"
#include "TVirtualX.h"
#include "strlcpy.h"
#include "snprintf.h"
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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) (pb2 && pb2->dir) ? pBlock->dir * 100 / pb2->dir : 0 |
#define | MAX(A, B) ((A)<(B)?(B):(A)) |
#define | MAX_COLOR 65535 |
#define | MIN(A, B) ((A)<(B)?(A):(B)) |
Variables | |
int | HtmlDepth = 0 |
int | HtmlTraceMask = 0 |
#define COLOR_MASK 0xf800 |
#define DEF_BUTTON_FG "black" |
Definition at line 71 of file TGHtml.cxx.
#define DEF_BUTTON_HIGHLIGHT "black" |
Definition at line 73 of file TGHtml.cxx.
#define DEF_BUTTON_HIGHLIGHT_BG "#d9d9d9" |
Definition at line 72 of file TGHtml.cxx.
#define DEF_FRAME_BG_COLOR "#c0c0c0" |
Definition at line 69 of file TGHtml.cxx.
#define DEF_FRAME_CURSOR "" |
Definition at line 70 of file TGHtml.cxx.
#define HGCo | ( | dir | ) | (pb2 && pb2->dir) ? pBlock->dir * 100 / pb2->dir : 0 |
#define MAX | ( | A, | |
B | |||
) | ((A)<(B)?(B):(A)) |
Definition at line 1671 of file TGHtml.cxx.
#define MAX_COLOR 65535 |
Definition at line 1670 of file TGHtml.cxx.
#define MIN | ( | A, | |
B | |||
) | ((A)<(B)?(A):(B)) |
Definition at line 1672 of file TGHtml.cxx.
int HtmlDepth = 0 |
Definition at line 67 of file TGHtml.cxx.
int HtmlTraceMask = 0 |
Definition at line 66 of file TGHtml.cxx.