#include "THtml.h"#include "TDocOutput.h"#include "TROOT.h"#include "TSystem.h"#include "TEnv.h"#include "TDatime.h"#include "TStyle.h"#include "TList.h"#include <iostream>#include <fstream>Functions | |
| void | AppendLink (TString &links, int id, const TNamed *n) | 
| Bool_t | CreateOutput_Dir (const char *dir) | 
| Bool_t | CreateOutput_Tutorial (const char *tut) | 
| void | GetMacroTitle (const char *fullpath, TString &comment, Bool_t &compile) | 
| Bool_t | IsNew (const char *filename) | 
| void | MakeTopLinks (TString &links, const char *name, const char *title, const char *upLink, const char *upTitle, TObjLink *lnk, const char *dir) | 
| void | MakeTutorials () | 
| void | scandir (THtml &html, const char *dir, const char *title, TObjLink *toplnk) | 
| void | writeHeader (THtml &html, ostream &out, const char *title, const char *relPath="../") | 
| void | writeItem (ostream &out, Int_t numb, const char *ref, const char *name, const char *title, Bool_t isnew) | 
| void | writeItemDir (THtml &html, ostream &out, TObjLink *lnk) | 
| void | writeTrailer (THtml &html, ostream &out) | 
| void | writeTutorials (THtml &html) | 
Definition at line 25 of file MakeTutorials.C.
| Bool_t CreateOutput_Dir | ( | const char * | dir | ) | 
Definition at line 302 of file MakeTutorials.C.
| Bool_t CreateOutput_Tutorial | ( | const char * | tut | ) | 
Definition at line 316 of file MakeTutorials.C.
Definition at line 244 of file MakeTutorials.C.
| Bool_t IsNew | ( | const char * | filename | ) | 
Definition at line 279 of file MakeTutorials.C.
| void MakeTopLinks | ( | TString & | links, | 
| const char * | name, | ||
| const char * | title, | ||
| const char * | upLink, | ||
| const char * | upTitle, | ||
| TObjLink * | lnk, | ||
| const char * | dir | ||
| ) | 
Definition at line 68 of file MakeTutorials.C.
| void MakeTutorials | ( | ) | 
Definition at line 455 of file MakeTutorials.C.
Definition at line 348 of file MakeTutorials.C.
| void writeHeader | ( | THtml & | html, | 
| ostream & | out, | ||
| const char * | title, | ||
| const char * | relPath = "../"  | 
        ||
| ) | 
Definition at line 110 of file MakeTutorials.C.
| void writeItem | ( | ostream & | out, | 
| Int_t | numb, | ||
| const char * | ref, | ||
| const char * | name, | ||
| const char * | title, | ||
| Bool_t | isnew | ||
| ) | 
Definition at line 131 of file MakeTutorials.C.
Definition at line 146 of file MakeTutorials.C.
| void writeTrailer | ( | THtml & | html, | 
| ostream & | out | ||
| ) | 
Definition at line 122 of file MakeTutorials.C.
| void writeTutorials | ( | THtml & | html | ) | 
Definition at line 164 of file MakeTutorials.C.