ROOT
6.07/01
Reference Guide
|
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include "TSystem.h"
#include "TGHtml.h"
#include "THashTable.h"
#include "TObjString.h"
#include "TGIdleHandler.h"
#include "TImage.h"
#include "TGScrollBar.h"
#include "TGTextEntry.h"
#include "TGText.h"
#include "Riostream.h"
#include "TGComboBox.h"
#include "TGListBox.h"
Go to the source code of this file.
Macros | |
#define | DEF_FRAME_BG_COLOR "#c0c0c0" |
#define | DEF_FRAME_CURSOR "" |
#define | DEF_BUTTON_FG "black" |
#define | DEF_BUTTON_HIGHLIGHT_BG "#d9d9d9" |
#define | DEF_BUTTON_HIGHLIGHT "black" |
#define | MAX_COLOR 65535 |
#define | MAX(A, B) ((A)<(B)?(B):(A)) |
#define | MIN(A, B) ((A)<(B)?(A):(B)) |
#define | COLOR_MASK 0xf800 |
#define | HGCo(dir) (pb2 && pb2->dir) ? pBlock->dir * 100 / pb2->dir : 0 |
Functions | |
ClassImp (TGHtml) int HtmlTraceMask=0 | |
Variables | |
int | HtmlDepth = 0 |
#define COLOR_MASK 0xf800 |
Referenced by TGHtml::GetColorByValue().
#define DEF_BUTTON_FG "black" |
Definition at line 65 of file TGHtml.cxx.
#define DEF_BUTTON_HIGHLIGHT "black" |
Definition at line 67 of file TGHtml.cxx.
#define DEF_BUTTON_HIGHLIGHT_BG "#d9d9d9" |
Definition at line 66 of file TGHtml.cxx.
#define DEF_FRAME_BG_COLOR "#c0c0c0" |
Definition at line 63 of file TGHtml.cxx.
#define DEF_FRAME_CURSOR "" |
Definition at line 64 of file TGHtml.cxx.
Referenced by TGHtml::ElementCoords().
#define MAX | ( | A, | |
B | |||
) | ((A)<(B)?(B):(A)) |
Definition at line 1610 of file TGHtml.cxx.
Referenced by TGHtml::GetDarkShadowColor(), and TGHtml::GetLightShadowColor().
#define MAX_COLOR 65535 |
Definition at line 1609 of file TGHtml.cxx.
Referenced by TMVA::draw_synapse(), TGHtml::GetDarkShadowColor(), TGHtml::GetLightShadowColor(), TGHtml::IsDarkColor(), and TGHtml::IsLightColor().
#define MIN | ( | A, | |
B | |||
) | ((A)<(B)?(A):(B)) |
Definition at line 1611 of file TGHtml.cxx.
Referenced by TGHtml::GetDarkShadowColor(), and TGHtml::GetLightShadowColor().
|
pure virtual |
int HtmlDepth = 0 |
Definition at line 61 of file TGHtml.cxx.