ROOT  6.06/09
Reference Guide
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:

Go to the source code of this file.

Functions

 ClassImp (TGHtmlBrowser) enum EMyMessageTypes
 
Ssiz_t ReadSize (const char *url)
 Read (open) remote files. More...
 
static char * ReadRemote (const char *url)
 Read (open) remote files. More...
 

Variables

static const char * gHtmlFTypes []
 
const char * HtmlError []
 

Function Documentation

ClassImp ( TGHtmlBrowser  )

Definition at line 46 of file TGHtmlBrowser.cxx.

static char* ReadRemote ( const char *  url)
static

Read (open) remote files.

Definition at line 285 of file TGHtmlBrowser.cxx.

Referenced by TGHtmlBrowser::Selected().

Ssiz_t ReadSize ( const char *  url)

Read (open) remote files.

Definition at line 242 of file TGHtmlBrowser.cxx.

Referenced by ReadRemote().

Variable Documentation

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

Definition at line 58 of file TGHtmlBrowser.cxx.

Referenced by TGHtmlBrowser::ProcessMessage().

const char* HtmlError[]

Definition at line 64 of file TGHtmlBrowser.cxx.

Referenced by TGHtmlBrowser::Selected().