Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
Hal::HtmlFile Class Reference
Inheritance diagram for Hal::HtmlFile:

Public Member Functions

 HtmlFile (TString filename="", Bool_t mainFile=kFALSE)
 
void AddContent (const HtmlObject &obj)
 
void AddStringContent (const TString str)
 
virtual void Save ()
 

Protected Attributes

TString fPath
 
TString fRelativePath
 
TString fDir
 
TString fBody
 
Bool_t fSaved
 
const Bool_t fMainFile
 

Detailed Description

Definition at line 20 of file HtmlFile.h.

Constructor & Destructor Documentation

◆ HtmlFile()

Hal::HtmlFile::HtmlFile ( TString filename = "",
Bool_t mainFile = kFALSE )
Parameters
filenamename of the file
mainFiletell 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

Definition at line 19 of file HtmlFile.cxx.

Member Function Documentation

◆ AddContent()

void Hal::HtmlFile::AddContent ( const HtmlObject & obj)
inline

Definition at line 39 of file HtmlFile.h.

◆ AddStringContent()

void Hal::HtmlFile::AddStringContent ( const TString str)
inline

Definition at line 40 of file HtmlFile.h.

◆ Save()

void Hal::HtmlFile::Save ( )
virtual

Definition at line 36 of file HtmlFile.cxx.

Member Data Documentation

◆ fBody

TString Hal::HtmlFile::fBody
protected

Definition at line 25 of file HtmlFile.h.

◆ fDir

TString Hal::HtmlFile::fDir
protected

Definition at line 24 of file HtmlFile.h.

◆ fMainFile

const Bool_t Hal::HtmlFile::fMainFile
protected

Definition at line 27 of file HtmlFile.h.

◆ fPath

TString Hal::HtmlFile::fPath
protected

Definition at line 22 of file HtmlFile.h.

◆ fRelativePath

TString Hal::HtmlFile::fRelativePath
protected

Definition at line 23 of file HtmlFile.h.

◆ fSaved

Bool_t Hal::HtmlFile::fSaved
protected

Definition at line 26 of file HtmlFile.h.


The documentation for this class was generated from the following files: