Logo ROOT   6.12/07
Reference Guide
Enumerations | Functions | Variables
TGHtmlBrowser.cxx File Reference
#include "TROOT.h"
#include "TApplication.h"
#include "TSystem.h"
#include "TGMenu.h"
#include "TGComboBox.h"
#include "TGFrame.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 "Riostream.h"
#include "TGHtmlBrowser.h"
#include "TGText.h"
#include <stdlib.h>
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. More...
 
Ssiz_t ReadSize (const char *url)
 Read (open) remote files. More...
 

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

Function Documentation

◆ ReadRemote()

static char* ReadRemote ( const char *  url)
static

Read (open) remote files.

Definition at line 285 of file TGHtmlBrowser.cxx.

◆ ReadSize()

Ssiz_t ReadSize ( const char *  url)

Read (open) remote files.

Definition at line 242 of file TGHtmlBrowser.cxx.

Variable Documentation

◆ gHtmlFTypes

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

Definition at line 58 of file TGHtmlBrowser.cxx.

◆ HtmlError

const char* HtmlError[]

Definition at line 64 of file TGHtmlBrowser.cxx.