25 printf(
"This class is for demonstration purposes only!\n");
27 ~THtmlDemo()
override {
if (fHtml)
delete fHtml; }
39 GetHtml()->SetSourceDir(
"$(ROOTSYS)/tutorials");
40 GetHtml()->Convert(
"htmlex.C",
"Example of THtml",
"./htmldoc/",
"./");
49 GetHtml()->SetSourceDir(
"$(ROOTSYS)/tutorials");
50 GetHtml()->SetOutputDir(
"./htmldoc");
51 GetHtml()->MakeIndex(
"THtmlDemo");
52 GetHtml()->MakeClass(
"THtmlDemo");
64 GetHtml()->SetSourceDir(
".:$(ROOTSYS)");
67 GetHtml()->SetOutputDir(
"./htmldoc");
82 if (!fHtml) fHtml =
new THtml();
bool Bool_t
Boolean (0=false, 1=true) (bool)
int Int_t
Signed integer 4 bytes (int)
#define ClassDefOverride(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Mother of all ROOT objects.