Definition at line 20 of file HtmlFile.h.
◆ HtmlFile()
Hal::HtmlFile::HtmlFile |
( |
TString | filename = "", |
|
|
Bool_t | mainFile = kFALSE ) |
- Parameters
-
filename | name of the file |
mainFile | tell if this is the "main file". Main file means that all javascripts and css are copied to the "main file's" directory. If mainFile is fale then code will not copy those fille but will try to use relative path to "main file" |
Definition at line 21 of file HtmlFile.cxx.
◆ ~HtmlFile()
Hal::HtmlFile::~HtmlFile |
( |
| ) |
|
|
virtual |
◆ AddContent()
void Hal::HtmlFile::AddContent |
( |
const HtmlObject & | obj | ) |
|
|
inline |
◆ AddStringContent()
void Hal::HtmlFile::AddStringContent |
( |
const TString | str | ) |
|
|
inline |
◆ Save()
void Hal::HtmlFile::Save |
( |
| ) |
|
|
virtual |
◆ fBody
TString Hal::HtmlFile::fBody |
|
protected |
◆ fDir
TString Hal::HtmlFile::fDir |
|
protected |
◆ fMainFile
const Bool_t Hal::HtmlFile::fMainFile |
|
protected |
◆ fPath
TString Hal::HtmlFile::fPath |
|
protected |
◆ fRelativePath
TString Hal::HtmlFile::fRelativePath |
|
protected |
◆ fSaved
Bool_t Hal::HtmlFile::fSaved |
|
protected |
The documentation for this class was generated from the following files: