#include "TROOT.h"
#include "TSystem.h"
#include "TGMenu.h"
#include "TGComboBox.h"
#include "TGButton.h"
#include "TGTextBuffer.h"
#include "TGTextEntry.h"
#include "TGStatusBar.h"
#include "TGFileDialog.h"
#include "TFile.h"
#include "TBrowser.h"
#include "TGHtml.h"
#include "TString.h"
#include "TUrl.h"
#include "TSocket.h"
#include "TGHtmlBrowser.h"
#include "TGText.h"
#include "TError.h"
#include "TVirtualX.h"
#include "snprintf.h"
#include <cstdlib>
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
Enumerations | |
enum | EMyMessageTypes { kM_FILE_OPEN , kM_FILE_SAVEAS , kM_FILE_BROWSE , kM_FILE_EXIT , kM_FAVORITES_ADD , kM_TOOLS_CLEARHIST , kM_HELP_ABOUT } |
Functions | |
static char * | ReadRemote (const char *url) |
Read (open) remote files. | |
Ssiz_t | ReadSize (const char *url) |
Read (open) remote files. | |
Variables | |
static const char * | gHtmlFTypes [] |
const char * | HtmlError [] |
enum EMyMessageTypes |
Enumerator | |
---|---|
kM_FILE_OPEN | |
kM_FILE_SAVEAS | |
kM_FILE_BROWSE | |
kM_FILE_EXIT | |
kM_FAVORITES_ADD | |
kM_TOOLS_CLEARHIST | |
kM_HELP_ABOUT |
Definition at line 51 of file TGHtmlBrowser.cxx.
|
static |
Read (open) remote files.
Definition at line 306 of file TGHtmlBrowser.cxx.
Ssiz_t ReadSize | ( | const char * | url | ) |
Read (open) remote files.
Definition at line 245 of file TGHtmlBrowser.cxx.
|
static |
Definition at line 61 of file TGHtmlBrowser.cxx.
const char* HtmlError[] |
Definition at line 67 of file TGHtmlBrowser.cxx.