rhtml.cxx File Reference

#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 "rhtml.h"

Go to the source code of this file.

Enumerations

enum  EMyMessageTypes

Functions

static char * ReadRemote (const char *url)
int main (int argc, char **argv)

Variables

const char * filetypes []
const char * HtmlError []


Enumeration Type Documentation

enum EMyMessageTypes

Definition at line 35 of file rhtml.cxx.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 516 of file rhtml.cxx.

References TApplication::Run().

static char* ReadRemote ( const char *  url  )  [static]

Definition at line 227 of file rhtml.cxx.

References TString::BeginsWith(), buf, calloc(), TString::Data(), free(), TUrl::GetFile(), TUrl::GetHost(), TUrl::GetPort(), TUrl::GetProtocol(), TString::Length(), s, and size.


Variable Documentation

const char* filetypes[]

Initial value:

 { 
   "HTML files",    "*.html",
   "All files",     "*",
    0,               0 
}

Definition at line 44 of file rhtml.cxx.

const char* HtmlError[]

Definition at line 50 of file rhtml.cxx.


Generated on Tue Jul 5 16:08:52 2011 for ROOT_528-00b_version by  doxygen 1.5.1