#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 [] |
enum EMyMessageTypes |
int main | ( | int | argc, | |
char ** | argv | |||
) |
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.
const char* filetypes[] |