#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>Go to the source code of this file.
Functions | |
| ClassImp (TGHtmlBrowser) enum EMyMessageTypes | |
| Ssiz_t | ReadSize (const char *url) |
| static char * | ReadRemote (const char *url) |
Variables | |
| static const char * | gHtmlFTypes [] |
| const char * | HtmlError [] |
| ClassImp | ( | TGHtmlBrowser | ) |
Definition at line 46 of file TGHtmlBrowser.cxx.
References kM_FILE_EXIT, kM_FILE_OPEN, kM_FILE_SAVEAS, and kM_HELP_ABOUT.
| static char* ReadRemote | ( | const char * | url | ) | [static] |
Definition at line 277 of file TGHtmlBrowser.cxx.
References TString::BeginsWith(), buf, calloc(), TString::Data(), free(), TUrl::GetFile(), TUrl::GetHost(), TUrl::GetPort(), TUrl::GetProtocol(), TString::Length(), ReadSize(), s, and size.
Referenced by TGRootIDE::Selected(), and TGHtmlBrowser::Selected().
| Ssiz_t ReadSize | ( | const char * | url | ) |
Definition at line 234 of file TGHtmlBrowser.cxx.
References TString::BeginsWith(), buf, TString::Data(), TUrl::GetFile(), TUrl::GetHost(), TUrl::GetPort(), TUrl::GetProtocol(), TString::Index(), TString::kIgnoreCase, TString::Length(), and s.
Referenced by ReadRemote().
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 TGRootIDE::Selected(), and TGHtmlBrowser::Selected().
1.5.1