library: libRooFit #include "RooHtml.h" |
RooHtml
class description - source file - inheritance tree (.pdf)
private:
RooHtml(const RooHtml&)
protected:
char* getClassGroup(const char* fileName)
public:
RooHtml(const char* version)
virtual ~RooHtml()
void addTopic(const char* tag, const char* description)
static TClass* Class()
const char* getVersion() const
virtual TClass* IsA() const
void MakeIndexNew(const char* filter = "*")
void MakeIndexOfTopics()
void setHeaderColor(const char* string)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void WriteHtmlFooter(ofstream& out, const char* dir = "", const char* lastUpdate = "", const char* author = "", const char* copyright = "")
virtual void WriteHtmlHeader(ofstream& out, const char* title, TClass* cls = 0)
protected:
TString _version
TString _hfColor
TList _topicTagList
TList _topicDescList
void WriteHtmlHeader(ofstream &out, const char *title, TClass* /*cls*/)
Write a custom html header for RooFit class documentation to the specified output stream.
void WriteHtmlFooter(ofstream &out, const char * /*dir*/, const char *lastUpdate,
const char * /*author*/, const char * /*copyright*/)
Write a custom html footer for RooFit class documentation to the specified output stream.
void MakeIndexNew(const char *filter)
WVE modified clone of THtml::MakeIndex that subclasses index files
based on tag in 'CLASS DESCRIPTION' instead of source file subdirectory
char* getClassGroup(const char* fileName)
Scan file for 'CLASS DESCRIPTION [<tag>]' sequence
If found, return <tag>, otherwise return "USER"
void addTopic(const char* tag, const char* description)
void MakeIndexOfTopics()
Inline Functions
void ~RooHtml()
RooHtml RooHtml(const char* version)
const char* getVersion() const
void setHeaderColor(const char* string)
RooHtml RooHtml(const RooHtml&)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Tue Jun 28 18:13:10 2005
Copyright (c) 2000-2005, Regents of the University of California *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.