Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGHtmlBrowser.cxx File Reference
#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>
Include dependency graph for TGHtmlBrowser.cxx:

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 []
 

Enumeration Type Documentation

◆ 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 50 of file TGHtmlBrowser.cxx.

Function Documentation

◆ ReadRemote()

static char * ReadRemote ( const char *  url)
static

Read (open) remote files.

Definition at line 305 of file TGHtmlBrowser.cxx.

◆ ReadSize()

Ssiz_t ReadSize ( const char *  url)

Read (open) remote files.

Definition at line 244 of file TGHtmlBrowser.cxx.

Variable Documentation

◆ gHtmlFTypes

const char* gHtmlFTypes[]
static
Initial value:
= {
"HTML files", "*.htm*",
"All files", "*",
0, 0
}

Definition at line 60 of file TGHtmlBrowser.cxx.

◆ HtmlError

const char* HtmlError[]

Definition at line 66 of file TGHtmlBrowser.cxx.