The HtmlGenerator
Class Reference
Generator for HTML output. More...
Declaration
Included Headers
Base classes
class | OutputGenerator |
Base class for shared implementation for all output generators. More... | |
class | OutputGenIntf |
Abstract interface for output generators. More... | |
Public Constructors Index
HtmlGenerator () | |
HtmlGenerator (const HtmlGenerator &) | |
HtmlGenerator (HtmlGenerator &&)=delete | |
Public Destructor Index
~HtmlGenerator () | |
Public Operators Index
HtmlGenerator & | operator= (const HtmlGenerator &) |
HtmlGenerator & | operator= (HtmlGenerator &&)=delete |
Public Member Functions Index
void | clearBuffer () |
OutputType | type () const override |
std::unique_ptr< OutputGenIntf > | clone () override |
void | addCodeGen (OutputCodeList &list) override |
void | cleanup () override |
void | writeDoc (const IDocNodeAST *node, const Definition *, const MemberDef *, int id) override |
void | startFile (const QCString &name, const QCString &manName, const QCString &title, int id, int hierarchyLevel) override |
void | endFile () override |
void | writeFooter (const QCString &navPath) override |
void | writeSearchInfo () override |
void | startIndexSection (IndexSection) override |
void | endIndexSection (IndexSection) override |
void | writePageLink (const QCString &, bool) override |
void | startProjectNumber () override |
void | endProjectNumber () override |
void | writeStyleInfo (int part) override |
void | startTitleHead (const QCString &) override |
void | endTitleHead (const QCString &, const QCString &) override |
void | startParagraph (const QCString &classDef) override |
void | endParagraph () override |
void | writeString (const QCString &text) override |
void | startIndexListItem () override |
void | endIndexListItem () override |
void | startIndexList () override |
void | endIndexList () override |
void | startIndexKey () override |
void | endIndexKey () override |
void | startIndexValue (bool) override |
void | endIndexValue (const QCString &, bool) override |
void | startItemList () override |
void | endItemList () override |
void | startIndexItem (const QCString &ref, const QCString &file) override |
void | endIndexItem (const QCString &ref, const QCString &file) override |
void | docify (const QCString &text) override |
void | writeObjectLink (const QCString &ref, const QCString &file, const QCString &anchor, const QCString &name) override |
void | startTextLink (const QCString &file, const QCString &anchor) override |
void | endTextLink () override |
void | startTypewriter () override |
void | endTypewriter () override |
void | startGroupHeader (const QCString &, int) override |
void | endGroupHeader (int) override |
void | startItemListItem () override |
void | endItemListItem () override |
void | startMemberSections () override |
void | endMemberSections () override |
void | startHeaderSection () override |
void | endHeaderSection () override |
void | startMemberHeader (const QCString &, int) override |
void | endMemberHeader () override |
void | startMemberSubtitle () override |
void | endMemberSubtitle () override |
void | startMemberDocList () override |
void | endMemberDocList () override |
void | startMemberList () override |
void | endMemberList () override |
void | startInlineHeader () override |
void | endInlineHeader () override |
void | startAnonTypeScope (int) override |
void | endAnonTypeScope (int) override |
void | startMemberItem (const QCString &anchor, MemberItemType, const QCString &inheritId) override |
void | endMemberItem (MemberItemType) override |
void | startMemberTemplateParams () override |
void | endMemberTemplateParams (const QCString &anchor, const QCString &inheritId) override |
void | startCompoundTemplateParams () override |
void | endCompoundTemplateParams () override |
void | startMemberGroupHeader (const QCString &, bool) override |
void | endMemberGroupHeader () override |
void | startMemberGroupDocs () override |
void | endMemberGroupDocs () override |
void | startMemberGroup () override |
void | endMemberGroup (bool) override |
void | insertMemberAlign (bool) override |
void | insertMemberAlignLeft (MemberItemType, bool) override |
void | startMemberDescription (const QCString &anchor, const QCString &inheritId, bool typ) override |
void | endMemberDescription () override |
void | startMemberDeclaration () override |
void | endMemberDeclaration (const QCString &anchor, const QCString &inheritId) override |
void | writeInheritedSectionTitle (const QCString &id, const QCString &ref, const QCString &file, const QCString &anchor, const QCString &title, const QCString &name) override |
void | writeRuler () override |
void | writeAnchor (const QCString &, const QCString &name) override |
void | startEmphasis () override |
void | endEmphasis () override |
void | startBold () override |
void | endBold () override |
void | startDescForItem () override |
void | endDescForItem () override |
void | lineBreak (const QCString &style) override |
void | writeChar (char c) override |
void | startMemberDoc (const QCString &clName, const QCString &memName, const QCString &anchor, const QCString &title, int memCount, int memTotal, bool showInline) override |
void | endMemberDoc (bool) override |
void | startDoxyAnchor (const QCString &fName, const QCString &manName, const QCString &anchor, const QCString &name, const QCString &args) override |
void | endDoxyAnchor (const QCString &fName, const QCString &anchor) override |
void | addLabel (const QCString &, const QCString &) override |
void | writeLatexSpacing () override |
void | writeStartAnnoItem (const QCString &type, const QCString &file, const QCString &path, const QCString &name) override |
void | startCenter () override |
void | endCenter () override |
void | startSmall () override |
void | endSmall () override |
void | startExamples () override |
void | endExamples () override |
void | startSection (const QCString &, const QCString &, SectionType) override |
void | endSection (const QCString &, SectionType) override |
void | addIndexItem (const QCString &, const QCString &) override |
void | startIndent () override |
void | endIndent () override |
void | writeSynopsis () override |
void | startClassDiagram () override |
void | endClassDiagram (const ClassDiagram &, const QCString &, const QCString &) override |
void | startPageRef () override |
void | endPageRef (const QCString &, const QCString &) override |
void | startQuickIndices () override |
void | endQuickIndices () override |
void | writeSplitBar (const QCString &name, const QCString &allMembersFile) override |
void | writeNavigationPath (const QCString &s) override |
void | writeLogo () override |
void | writeQuickLinks (HighlightedItem hli, const QCString &file, bool extraTabs) override |
void | writeSummaryLink (const QCString &file, const QCString &anchor, const QCString &title, bool first) override |
void | writePageOutline () override |
void | startContents () override |
void | endContents () override |
void | startPageDoc (const QCString &pageTitle) override |
void | endPageDoc () override |
void | writeNonBreakableSpace (int) override |
void | startDescTable (const QCString &title, const bool hasInits) override |
void | endDescTable () override |
void | startDescTableRow () override |
void | endDescTableRow () override |
void | startDescTableTitle () override |
void | endDescTableTitle () override |
void | startDescTableInit () override |
void | endDescTableInit () override |
void | startDescTableData () override |
void | endDescTableData () override |
void | startDotGraph () override |
void | endDotGraph (DotClassGraph &g) override |
void | startInclDepGraph () override |
void | endInclDepGraph (DotInclDepGraph &g) override |
void | startGroupCollaboration () override |
void | endGroupCollaboration (DotGroupCollaboration &g) override |
void | startCallGraph () override |
void | endCallGraph (DotCallGraph &g) override |
void | startDirDepGraph () override |
void | endDirDepGraph (DotDirDeps &g) override |
void | writeGraphicalHierarchy (DotGfxHierarchyTable &g) override |
void | startTextBlock (bool) override |
void | endTextBlock (bool) override |
void | lastIndexPage () override |
void | startMemberDocPrefixItem () override |
void | endMemberDocPrefixItem () override |
void | startMemberDocName (bool) override |
void | endMemberDocName () override |
void | startParameterType (bool first, const QCString &key) override |
void | endParameterType () override |
void | startParameterName (bool) override |
void | endParameterName () override |
void | startParameterExtra () override |
void | endParameterExtra (bool last, bool emptyList, bool closeBracket) override |
void | startParameterDefVal (const char *sep) override |
void | endParameterDefVal () override |
void | startParameterList (bool) override |
void | endParameterList () override |
void | exceptionEntry (const QCString &, bool) override |
void | startConstraintList (const QCString &) override |
void | startConstraintParam () override |
void | endConstraintParam () override |
void | startConstraintType () override |
void | endConstraintType () override |
void | startConstraintDocs () override |
void | endConstraintDocs () override |
void | endConstraintList () override |
void | startMemberDocSimple (bool) override |
void | endMemberDocSimple (bool) override |
void | startInlineMemberType () override |
void | endInlineMemberType () override |
void | startInlineMemberName () override |
void | endInlineMemberName () override |
void | startInlineMemberDoc () override |
void | endInlineMemberDoc () override |
void | startLabels () override |
void | writeLabel (const QCString &l, bool isLast) override |
void | endLabels () override |
void | startLocalToc (int level) override |
void | endLocalToc () override |
void | startTocEntry (const SectionInfo *si) override |
void | endTocEntry (const SectionInfo *si) override |
void | startPlainFile (const QCString &name) override |
void | endPlainFile () override |
Private Member Functions Index
void | startTitle () |
void | endTitle () |
void | docify_ (const QCString &text, bool inHtmlComment) |
Private Member Attributes Index
QCString | m_lastTitle |
QCString | m_lastFile |
QCString | m_relPath |
int | m_sectionCount = 0 |
bool | m_emptySection = false |
std::unique_ptr< OutputCodeList > | m_codeList |
HtmlCodeGenerator * | m_codeGen = nullptr |
int | m_pageOutlineIndent = 0 |
TocState | m_tocState |
Public Static Functions Index
static void | init () |
static void | writeStyleSheetFile (TextStream &t) |
static void | writeHeaderFile (TextStream &t, const QCString &cssname) |
static void | writeFooterFile (TextStream &t) |
static void | writeTabData () |
Additional initialization after indices have been created. More... | |
static void | writeSearchInfoStatic (TextStream &t, const QCString &relPath) |
static void | writeSearchData (const QCString &dir) |
static void | writeSearchPage () |
static void | writeExternalSearchPage () |
static QCString | writeLogoAsString (const QCString &path) |
static QCString | writeSplitBarAsString (const QCString &name, const QCString &relpath, const QCString &allMembersFile) |
static QCString | getMathJaxMacros () |
static QCString | getNavTreeCss () |
Private Static Functions Index
static void | writePageFooter (TextStream &t, const QCString &, const QCString &, const QCString &) |
Description
Generator for HTML output.
Definition at line 95 of file htmlgen.h.
Public Constructors
HtmlGenerator()
|
Declaration at line 98 of file htmlgen.h, definition at line 1090 of file htmlgen.cpp.
References Config_getString, m_codeGen, m_codeList, OutputGenerator::m_t and OutputGenerator::OutputGenerator.
Referenced by HtmlGenerator, HtmlGenerator, operator= and operator=.
HtmlGenerator()
|
Declaration at line 99 of file htmlgen.h, definition at line 1098 of file htmlgen.cpp.
References Html, HtmlGenerator, m_codeGen, m_codeList, OutputGenerator::m_dir, m_emptySection, m_lastFile, m_lastTitle, m_relPath, m_sectionCount, OutputGenerator::m_t and OutputGenerator::OutputGenerator.
HtmlGenerator()
| delete |
Definition at line 101 of file htmlgen.h.
Reference HtmlGenerator.
Public Destructor
~HtmlGenerator()
|
Definition at line 103 of file htmlgen.h.
Reference OutputGenerator::dir.
Public Operators
operator=()
|
Declaration at line 100 of file htmlgen.h, definition at line 1111 of file htmlgen.cpp.
References Html, HtmlGenerator, m_codeGen, m_codeList, OutputGenerator::m_dir, m_emptySection, m_lastFile, m_lastTitle, m_relPath, m_sectionCount and OutputGenerator::m_t.
operator=()
| delete |
Definition at line 102 of file htmlgen.h.
Reference HtmlGenerator.
Public Member Functions
addCodeGen()
| virtual |
Declaration at line 124 of file htmlgen.h, definition at line 1131 of file htmlgen.cpp.
References OutputCodeList::add and m_codeGen.
addIndexItem()
Declaration at line 242 of file htmlgen.h, definition at line 2548 of file htmlgen.cpp.
addLabel()
Declaration at line 230 of file htmlgen.h, definition at line 1658 of file htmlgen.cpp.
cleanup()
| virtual |
Declaration at line 125 of file htmlgen.h, definition at line 1275 of file htmlgen.cpp.
References clearSubDirs, Config_getString and QCString::str.
clearBuffer()
|
Definition at line 118 of file htmlgen.h.
clone()
| inline virtual |
docify()
| virtual |
Declaration at line 157 of file htmlgen.h, definition at line 1854 of file htmlgen.cpp.
Referenced by startExamples, startMemberDoc, startParameterDefVal, writeChar, writeObjectLink and writeStartAnnoItem.
endAnonTypeScope()
| inline virtual |
Definition at line 186 of file htmlgen.h.
endBold()
| inline virtual |
Definition at line 217 of file htmlgen.h.
Reference OutputGenerator::m_t.
endCallGraph()
| virtual |
Declaration at line 282 of file htmlgen.h, definition at line 2471 of file htmlgen.cpp.
References BITMAP, OutputGenerator::dir, endSectionContent, endSectionHeader, endSectionSummary, OutputGenerator::fileName, Html, m_relPath, m_sectionCount, OutputGenerator::m_t, startSectionContent, startSectionSummary, TRUE and DotCallGraph::writeGraph.
endCenter()
| inline virtual |
Definition at line 235 of file htmlgen.h.
Reference OutputGenerator::m_t.
endClassDiagram()
| virtual |
Declaration at line 247 of file htmlgen.h, definition at line 1978 of file htmlgen.cpp.
References convertToId, OutputGenerator::dir, TextStream::empty, endSectionContent, endSectionHeader, endSectionSummary, OutputGenerator::fileName, m_relPath, m_sectionCount, OutputGenerator::m_t, startSectionContent, startSectionSummary, TextStream::str and ClassDiagram::writeImage.
endCompoundTemplateParams()
| virtual |
Declaration at line 192 of file htmlgen.h, definition at line 2077 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endConstraintDocs()
| virtual |
Declaration at line 313 of file htmlgen.h, definition at line 3306 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endConstraintList()
| virtual |
Declaration at line 314 of file htmlgen.h, definition at line 3311 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endConstraintParam()
| virtual |
Declaration at line 309 of file htmlgen.h, definition at line 3286 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endConstraintType()
| virtual |
Declaration at line 311 of file htmlgen.h, definition at line 3296 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endContents()
| virtual |
Declaration at line 259 of file htmlgen.h, definition at line 3048 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endDescForItem()
| inline virtual |
Definition at line 219 of file htmlgen.h.
Reference OutputGenerator::m_t.
endDescTable()
| virtual |
Declaration at line 265 of file htmlgen.h, definition at line 2565 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endDescTableData()
| virtual |
Declaration at line 273 of file htmlgen.h, definition at line 2605 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endDescTableInit()
| virtual |
Declaration at line 271 of file htmlgen.h, definition at line 2595 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endDescTableRow()
| virtual |
Declaration at line 267 of file htmlgen.h, definition at line 2575 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endDescTableTitle()
| virtual |
Declaration at line 269 of file htmlgen.h, definition at line 2585 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endDirDepGraph()
| virtual |
Declaration at line 284 of file htmlgen.h, definition at line 2489 of file htmlgen.cpp.
References BITMAP, OutputGenerator::dir, endSectionContent, endSectionHeader, endSectionSummary, OutputGenerator::fileName, Html, m_relPath, m_sectionCount, OutputGenerator::m_t, startSectionContent, startSectionSummary, TRUE and DotDirDeps::writeGraph.
endDotGraph()
| virtual |
Declaration at line 276 of file htmlgen.h, definition at line 2401 of file htmlgen.cpp.
References BITMAP, Config_getBool, OutputGenerator::dir, endSectionContent, endSectionHeader, endSectionSummary, OutputGenerator::fileName, Html, Doxygen::htmlFileExtension, QCString::isEmpty, m_relPath, m_sectionCount, OutputGenerator::m_t, startSectionContent, startSectionSummary, theTranslator, TRUE and DotClassGraph::writeGraph.
endDoxyAnchor()
Declaration at line 229 of file htmlgen.h, definition at line 1654 of file htmlgen.cpp.
endEmphasis()
| inline virtual |
Definition at line 215 of file htmlgen.h.
Reference OutputGenerator::m_t.
endExamples()
| virtual |
Declaration at line 239 of file htmlgen.h, definition at line 2617 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endFile()
| virtual |
Declaration at line 128 of file htmlgen.h, definition at line 1561 of file htmlgen.cpp.
Reference endPlainFile.
endGroupCollaboration()
| virtual |
Declaration at line 280 of file htmlgen.h, definition at line 2453 of file htmlgen.cpp.
References BITMAP, OutputGenerator::dir, endSectionContent, endSectionHeader, endSectionSummary, OutputGenerator::fileName, Html, m_relPath, m_sectionCount, OutputGenerator::m_t, startSectionContent, startSectionSummary, TRUE and DotGroupCollaboration::writeGraph.
endGroupHeader()
| virtual |
Declaration at line 167 of file htmlgen.h, definition at line 1807 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endHeaderSection()
| virtual |
Declaration at line 174 of file htmlgen.h, definition at line 3348 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endInclDepGraph()
| virtual |
Declaration at line 278 of file htmlgen.h, definition at line 2435 of file htmlgen.cpp.
References BITMAP, OutputGenerator::dir, endSectionContent, endSectionHeader, endSectionSummary, OutputGenerator::fileName, Html, m_relPath, m_sectionCount, OutputGenerator::m_t, startSectionContent, startSectionSummary, TRUE and DotInclDepGraph::writeGraph.
endIndent()
| virtual |
Declaration at line 244 of file htmlgen.h, definition at line 2542 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endIndexItem()
Declaration at line 156 of file htmlgen.h, definition at line 1720 of file htmlgen.cpp.
References QCString::isEmpty and OutputGenerator::m_t.
endIndexKey()
| virtual |
Declaration at line 150 of file htmlgen.h, definition at line 2205 of file htmlgen.cpp.
endIndexList()
| virtual |
Declaration at line 148 of file htmlgen.h, definition at line 2195 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endIndexListItem()
| virtual |
Declaration at line 146 of file htmlgen.h, definition at line 1685 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endIndexSection()
| inline virtual |
Definition at line 134 of file htmlgen.h.
endIndexValue()
| virtual |
Declaration at line 152 of file htmlgen.h, definition at line 2215 of file htmlgen.cpp.
endInlineHeader()
| virtual |
Declaration at line 184 of file htmlgen.h, definition at line 3363 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endInlineMemberDoc()
| virtual |
Declaration at line 323 of file htmlgen.h, definition at line 3413 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endInlineMemberName()
| virtual |
Declaration at line 321 of file htmlgen.h, definition at line 3401 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endInlineMemberType()
| virtual |
Declaration at line 319 of file htmlgen.h, definition at line 3389 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endItemList()
| inline virtual |
Definition at line 154 of file htmlgen.h.
Reference OutputGenerator::m_t.
endItemListItem()
| inline virtual |
Definition at line 169 of file htmlgen.h.
Reference OutputGenerator::m_t.
endLabels()
| virtual |
Declaration at line 327 of file htmlgen.h, definition at line 3465 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endLocalToc()
| virtual |
Declaration at line 330 of file htmlgen.h, definition at line 3565 of file htmlgen.cpp.
References OutputGenerator::m_t and m_tocState.
endMemberDeclaration()
| virtual |
Declaration at line 206 of file htmlgen.h, definition at line 3540 of file htmlgen.cpp.
endMemberDescription()
| virtual |
Declaration at line 204 of file htmlgen.h, definition at line 2119 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberDoc()
| virtual |
Declaration at line 225 of file htmlgen.h, definition at line 2385 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberDocList()
| virtual |
Declaration at line 180 of file htmlgen.h, definition at line 2225 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberDocName()
| virtual |
Declaration at line 294 of file htmlgen.h, definition at line 2269 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberDocPrefixItem()
| virtual |
Declaration at line 292 of file htmlgen.h, definition at line 2253 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberDocSimple()
| virtual |
Declaration at line 317 of file htmlgen.h, definition at line 3377 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberGroup()
| virtual |
Declaration at line 199 of file htmlgen.h, definition at line 2531 of file htmlgen.cpp.
endMemberGroupDocs()
| virtual |
Declaration at line 197 of file htmlgen.h, definition at line 2522 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endMemberGroupHeader()
| virtual |
Declaration at line 195 of file htmlgen.h, definition at line 2512 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endMemberHeader()
| virtual |
Declaration at line 176 of file htmlgen.h, definition at line 2167 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberItem()
| virtual |
Declaration at line 188 of file htmlgen.h, definition at line 2048 of file htmlgen.cpp.
References OutputGenerator::AnonymousStart, insertMemberAlign, OutputGenerator::m_t and type.
endMemberList()
| virtual |
Declaration at line 182 of file htmlgen.h, definition at line 2017 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberSections()
| virtual |
Declaration at line 172 of file htmlgen.h, definition at line 2133 of file htmlgen.cpp.
References DBG_HTML, m_emptySection and OutputGenerator::m_t.
endMemberSubtitle()
| virtual |
Declaration at line 178 of file htmlgen.h, definition at line 2184 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endMemberTemplateParams()
| virtual |
Declaration at line 190 of file htmlgen.h, definition at line 2061 of file htmlgen.cpp.
References convertToId, QCString::isEmpty and OutputGenerator::m_t.
endPageDoc()
| virtual |
Declaration at line 261 of file htmlgen.h, definition at line 3058 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endPageRef()
Definition at line 249 of file htmlgen.h.
endParagraph()
| virtual |
Declaration at line 143 of file htmlgen.h, definition at line 1670 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endParameterDefVal()
| virtual |
Declaration at line 302 of file htmlgen.h, definition at line 2354 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endParameterExtra()
| virtual |
Declaration at line 300 of file htmlgen.h, definition at line 2323 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endParameterList()
| virtual |
Declaration at line 304 of file htmlgen.h, definition at line 2359 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endParameterName()
| virtual |
Declaration at line 298 of file htmlgen.h, definition at line 2312 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endParameterType()
| virtual |
Declaration at line 296 of file htmlgen.h, definition at line 2300 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
endPlainFile()
| inline virtual |
Definition at line 335 of file htmlgen.h.
Reference OutputGenerator::endPlainFile.
Referenced by endFile and writeStyleInfo.
endProjectNumber()
| virtual |
Declaration at line 137 of file htmlgen.h, definition at line 1571 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endQuickIndices()
| virtual |
Declaration at line 251 of file htmlgen.h, definition at line 2988 of file htmlgen.cpp.
References Config_getBool and OutputGenerator::m_t.
endSection()
| virtual |
Declaration at line 241 of file htmlgen.h, definition at line 1839 of file htmlgen.cpp.
References ASSERT, OutputGenerator::m_t, SectionType::Page, SectionType::Paragraph, SectionType::Section, SectionType::Subparagraph, SectionType::Subsection, SectionType::Subsubparagraph, SectionType::Subsubsection and type.
endSmall()
| inline virtual |
Definition at line 237 of file htmlgen.h.
Reference OutputGenerator::m_t.
endTextBlock()
| inline virtual |
Definition at line 288 of file htmlgen.h.
Reference OutputGenerator::m_t.
endTextLink()
| virtual |
Declaration at line 163 of file htmlgen.h, definition at line 1781 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
endTitleHead()
Declaration at line 140 of file htmlgen.h, definition at line 3342 of file htmlgen.cpp.
References endTitle and OutputGenerator::m_t.
endTocEntry()
| virtual |
Declaration at line 332 of file htmlgen.h, definition at line 3621 of file htmlgen.cpp.
References OutputGenerator::m_t, m_tocState, type and SectionInfo::type.
endTypewriter()
| inline virtual |
Definition at line 165 of file htmlgen.h.
Reference OutputGenerator::m_t.
exceptionEntry()
| virtual |
Declaration at line 305 of file htmlgen.h, definition at line 2366 of file htmlgen.cpp.
References DBG_HTML, OutputGenerator::m_t and prefix.
insertMemberAlign()
| virtual |
Declaration at line 201 of file htmlgen.h, definition at line 2082 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
Referenced by endMemberItem.
insertMemberAlignLeft()
| virtual |
Declaration at line 202 of file htmlgen.h, definition at line 2088 of file htmlgen.cpp.
References OutputGenerator::AnonymousEnd, OutputGenerator::AnonymousStart, OutputGenerator::m_t, OutputGenerator::Normal, OutputGenerator::Templated and type.
Referenced by startMemberItem.
lastIndexPage()
| inline virtual |
Definition at line 289 of file htmlgen.h.
lineBreak()
| virtual |
Declaration at line 220 of file htmlgen.h, definition at line 3319 of file htmlgen.cpp.
References QCString::isEmpty and OutputGenerator::m_t.
startAnonTypeScope()
| inline virtual |
Definition at line 185 of file htmlgen.h.
startBold()
| inline virtual |
Definition at line 216 of file htmlgen.h.
Reference OutputGenerator::m_t.
startCallGraph()
| virtual |
Declaration at line 281 of file htmlgen.h, definition at line 2466 of file htmlgen.cpp.
References m_relPath, m_sectionCount, OutputGenerator::m_t and startSectionHeader.
startCenter()
| inline virtual |
Definition at line 234 of file htmlgen.h.
Reference OutputGenerator::m_t.
startClassDiagram()
| virtual |
Declaration at line 246 of file htmlgen.h, definition at line 1973 of file htmlgen.cpp.
References m_relPath, m_sectionCount, OutputGenerator::m_t and startSectionHeader.
startCompoundTemplateParams()
| virtual |
Declaration at line 191 of file htmlgen.h, definition at line 2072 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startConstraintDocs()
| virtual |
Declaration at line 312 of file htmlgen.h, definition at line 3301 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startConstraintList()
| virtual |
Declaration at line 307 of file htmlgen.h, definition at line 3274 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startConstraintParam()
| virtual |
Declaration at line 308 of file htmlgen.h, definition at line 3281 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startConstraintType()
| virtual |
Declaration at line 310 of file htmlgen.h, definition at line 3291 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startContents()
| virtual |
Declaration at line 258 of file htmlgen.h, definition at line 3043 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startDescForItem()
| inline virtual |
Definition at line 218 of file htmlgen.h.
Reference OutputGenerator::m_t.
startDescTable()
| virtual |
Declaration at line 264 of file htmlgen.h, definition at line 2560 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startDescTableData()
| virtual |
Declaration at line 272 of file htmlgen.h, definition at line 2600 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startDescTableInit()
| virtual |
Declaration at line 270 of file htmlgen.h, definition at line 2590 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startDescTableRow()
| virtual |
Declaration at line 266 of file htmlgen.h, definition at line 2570 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startDescTableTitle()
| virtual |
Declaration at line 268 of file htmlgen.h, definition at line 2580 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startDirDepGraph()
| virtual |
Declaration at line 283 of file htmlgen.h, definition at line 2484 of file htmlgen.cpp.
References m_relPath, m_sectionCount, OutputGenerator::m_t and startSectionHeader.
startDotGraph()
| virtual |
Declaration at line 275 of file htmlgen.h, definition at line 2396 of file htmlgen.cpp.
References m_relPath, m_sectionCount, OutputGenerator::m_t and startSectionHeader.
startDoxyAnchor()
| virtual |
Declaration at line 226 of file htmlgen.h, definition at line 1647 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startEmphasis()
| inline virtual |
Definition at line 214 of file htmlgen.h.
Reference OutputGenerator::m_t.
startExamples()
| virtual |
Declaration at line 238 of file htmlgen.h, definition at line 2610 of file htmlgen.cpp.
References docify, OutputGenerator::m_t and theTranslator.
startFile()
| virtual |
Declaration at line 127 of file htmlgen.h, definition at line 1448 of file htmlgen.cpp.
References addHtmlExtensionIfMissing, Config_getBool, convertToHtml, OutputGenerator::fileName, filterTitle, g_header, g_header_file, g_indexLock, Doxygen::htmlFileExtension, Doxygen::indexList, m_codeGen, m_lastFile, m_lastTitle, m_relPath, m_sectionCount, OutputGenerator::m_t, relativePathToRoot, startPlainFile, substituteHtmlKeywords and theTranslator.
startGroupCollaboration()
| virtual |
Declaration at line 279 of file htmlgen.h, definition at line 2448 of file htmlgen.cpp.
References m_relPath, m_sectionCount, OutputGenerator::m_t and startSectionHeader.
startGroupHeader()
| virtual |
Declaration at line 166 of file htmlgen.h, definition at line 1786 of file htmlgen.cpp.
References convertToId and OutputGenerator::m_t.
startHeaderSection()
| virtual |
Declaration at line 173 of file htmlgen.h, definition at line 3331 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startInclDepGraph()
| virtual |
Declaration at line 277 of file htmlgen.h, definition at line 2430 of file htmlgen.cpp.
References m_relPath, m_sectionCount, OutputGenerator::m_t and startSectionHeader.
startIndent()
| virtual |
Declaration at line 243 of file htmlgen.h, definition at line 2535 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startIndexItem()
Declaration at line 155 of file htmlgen.h, definition at line 1690 of file htmlgen.cpp.
References addHtmlExtensionIfMissing, externalLinkTarget, externalRef, QCString::isEmpty, m_relPath, OutputGenerator::m_t and TRUE.
startIndexKey()
| virtual |
Declaration at line 149 of file htmlgen.h, definition at line 2200 of file htmlgen.cpp.
startIndexList()
| virtual |
Declaration at line 147 of file htmlgen.h, definition at line 2190 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startIndexListItem()
| virtual |
Declaration at line 145 of file htmlgen.h, definition at line 1680 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startIndexSection()
| inline virtual |
Definition at line 133 of file htmlgen.h.
startIndexValue()
| virtual |
Declaration at line 151 of file htmlgen.h, definition at line 2210 of file htmlgen.cpp.
startInlineHeader()
| virtual |
Declaration at line 183 of file htmlgen.h, definition at line 3353 of file htmlgen.cpp.
References FALSE, m_emptySection and OutputGenerator::m_t.
startInlineMemberDoc()
| virtual |
Declaration at line 322 of file htmlgen.h, definition at line 3407 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startInlineMemberName()
| virtual |
Declaration at line 320 of file htmlgen.h, definition at line 3395 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startInlineMemberType()
| virtual |
Declaration at line 318 of file htmlgen.h, definition at line 3383 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startItemList()
| inline virtual |
Definition at line 153 of file htmlgen.h.
Reference OutputGenerator::m_t.
startItemListItem()
| inline virtual |
Definition at line 168 of file htmlgen.h.
Reference OutputGenerator::m_t.
startLabels()
| virtual |
Declaration at line 325 of file htmlgen.h, definition at line 3419 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startLocalToc()
| virtual |
Declaration at line 329 of file htmlgen.h, definition at line 3555 of file htmlgen.cpp.
References OutputGenerator::m_t, m_tocState and theTranslator.
startMemberDeclaration()
| inline virtual |
Definition at line 205 of file htmlgen.h.
startMemberDescription()
| virtual |
Declaration at line 203 of file htmlgen.h, definition at line 2100 of file htmlgen.cpp.
References DBG_HTML, FALSE, QCString::isEmpty, m_emptySection and OutputGenerator::m_t.
startMemberDoc()
| virtual |
Declaration at line 222 of file htmlgen.h, definition at line 2230 of file htmlgen.cpp.
References DBG_HTML, docify and OutputGenerator::m_t.
startMemberDocList()
| virtual |
Declaration at line 179 of file htmlgen.h, definition at line 2220 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startMemberDocName()
| virtual |
Declaration at line 293 of file htmlgen.h, definition at line 2259 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startMemberDocPrefixItem()
| virtual |
Declaration at line 291 of file htmlgen.h, definition at line 2247 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startMemberDocSimple()
| virtual |
Declaration at line 316 of file htmlgen.h, definition at line 3368 of file htmlgen.cpp.
References DBG_HTML, OutputGenerator::m_t and theTranslator.
startMemberGroup()
| virtual |
Declaration at line 198 of file htmlgen.h, definition at line 2527 of file htmlgen.cpp.
startMemberGroupDocs()
| virtual |
Declaration at line 196 of file htmlgen.h, definition at line 2517 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startMemberGroupHeader()
| virtual |
Declaration at line 194 of file htmlgen.h, definition at line 2507 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startMemberHeader()
| virtual |
Declaration at line 175 of file htmlgen.h, definition at line 2142 of file htmlgen.cpp.
References DBG_HTML, FALSE, QCString::isEmpty, m_emptySection, OutputGenerator::m_t and TRUE.
startMemberItem()
| virtual |
Declaration at line 187 of file htmlgen.h, definition at line 2026 of file htmlgen.cpp.
References convertToId, DBG_HTML, FALSE, insertMemberAlignLeft, QCString::isEmpty, m_emptySection, OutputGenerator::m_t and type.
startMemberList()
| virtual |
Declaration at line 181 of file htmlgen.h, definition at line 2012 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startMemberSections()
| virtual |
Declaration at line 171 of file htmlgen.h, definition at line 2125 of file htmlgen.cpp.
References DBG_HTML, m_emptySection, OutputGenerator::m_t and TRUE.
startMemberSubtitle()
| virtual |
Declaration at line 177 of file htmlgen.h, definition at line 2173 of file htmlgen.cpp.
References DBG_HTML, FALSE, m_emptySection and OutputGenerator::m_t.
startMemberTemplateParams()
| virtual |
Declaration at line 189 of file htmlgen.h, definition at line 2057 of file htmlgen.cpp.
startPageDoc()
| virtual |
Declaration at line 260 of file htmlgen.h, definition at line 3053 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startPageRef()
| inline virtual |
Definition at line 248 of file htmlgen.h.
startParagraph()
| virtual |
Declaration at line 142 of file htmlgen.h, definition at line 1662 of file htmlgen.cpp.
References QCString::isEmpty and OutputGenerator::m_t.
startParameterDefVal()
| virtual |
Declaration at line 301 of file htmlgen.h, definition at line 2347 of file htmlgen.cpp.
References docify and OutputGenerator::m_t.
startParameterExtra()
| virtual |
Declaration at line 299 of file htmlgen.h, definition at line 2318 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startParameterList()
| virtual |
Declaration at line 303 of file htmlgen.h, definition at line 2275 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startParameterName()
| virtual |
Declaration at line 297 of file htmlgen.h, definition at line 2306 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startParameterType()
| virtual |
Declaration at line 295 of file htmlgen.h, definition at line 2283 of file htmlgen.cpp.
References DBG_HTML and OutputGenerator::m_t.
startPlainFile()
| inline virtual |
Definition at line 334 of file htmlgen.h.
Reference OutputGenerator::startPlainFile.
Referenced by startFile and writeStyleInfo.
startProjectNumber()
| virtual |
Declaration at line 136 of file htmlgen.h, definition at line 1566 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
startQuickIndices()
| inline virtual |
Definition at line 250 of file htmlgen.h.
startSection()
| virtual |
Declaration at line 240 of file htmlgen.h, definition at line 1823 of file htmlgen.cpp.
References ASSERT, OutputGenerator::m_t, SectionType::Page, SectionType::Paragraph, SectionType::Section, SectionType::Subparagraph, SectionType::Subsection, SectionType::Subsubparagraph, SectionType::Subsubsection and type.
startSmall()
| inline virtual |
Definition at line 236 of file htmlgen.h.
Reference OutputGenerator::m_t.
startTextBlock()
| inline virtual |
Definition at line 287 of file htmlgen.h.
Reference OutputGenerator::m_t.
startTextLink()
Declaration at line 162 of file htmlgen.h, definition at line 1769 of file htmlgen.cpp.
References addHtmlExtensionIfMissing, Config_getString, createHtmlUrl, OutputGenerator::fileName, m_relPath and OutputGenerator::m_t.
startTitleHead()
| virtual |
Declaration at line 139 of file htmlgen.h, definition at line 3336 of file htmlgen.cpp.
References OutputGenerator::m_t and startTitle.
startTocEntry()
| virtual |
Declaration at line 331 of file htmlgen.h, definition at line 3577 of file htmlgen.cpp.
References SectionInfo::label, OutputGenerator::m_t, m_tocState, type and SectionInfo::type.
startTypewriter()
| inline virtual |
Definition at line 164 of file htmlgen.h.
Reference OutputGenerator::m_t.
type()
| inline virtual |
Definition at line 122 of file htmlgen.h.
Reference Html.
Referenced by endMemberItem, endSection, endTocEntry, insertMemberAlignLeft, startMemberItem, startSection and startTocEntry.
writeAnchor()
Definition at line 212 of file htmlgen.h.
Reference OutputGenerator::m_t.
writeChar()
| virtual |
Declaration at line 221 of file htmlgen.h, definition at line 1892 of file htmlgen.cpp.
Reference docify.
writeDoc()
| virtual |
Declaration at line 126 of file htmlgen.h, definition at line 2622 of file htmlgen.cpp.
References OutputGenerator::fileName, m_codeList, OutputGenerator::m_t and DocNodeAST::root.
writeFooter()
| virtual |
Declaration at line 130 of file htmlgen.h, definition at line 1556 of file htmlgen.cpp.
References m_lastTitle, m_relPath, OutputGenerator::m_t and writePageFooter.
writeGraphicalHierarchy()
| virtual |
Declaration at line 285 of file htmlgen.h, definition at line 2502 of file htmlgen.cpp.
References OutputGenerator::dir, OutputGenerator::fileName, OutputGenerator::m_t and DotGfxHierarchyTable::writeGraph.
writeInheritedSectionTitle()
| virtual |
Declaration at line 207 of file htmlgen.h, definition at line 3471 of file htmlgen.cpp.
References addHtmlExtensionIfMissing, convertToHtml, DBG_HTML, externalLinkTarget, externalRef, FALSE, QCString::isEmpty, m_relPath, OutputGenerator::m_t, QCString::prepend, theTranslator and TRUE.
writeLabel()
| virtual |
Declaration at line 326 of file htmlgen.h, definition at line 3425 of file htmlgen.cpp.
References QCString::at, convertUTF8ToLower, DBG_HTML, QCString::length, OutputGenerator::m_t, QCString::reserve, QCString::str and QCString::stripWhiteSpace.
writeLatexSpacing()
| inline virtual |
Definition at line 231 of file htmlgen.h.
writeLogo()
| virtual |
Declaration at line 254 of file htmlgen.h, definition at line 1545 of file htmlgen.cpp.
References m_relPath, OutputGenerator::m_t and writeLogoAsString.
writeNavigationPath()
| virtual |
Declaration at line 253 of file htmlgen.h, definition at line 3038 of file htmlgen.cpp.
References m_relPath, OutputGenerator::m_t and substitute.
writeNonBreakableSpace()
| virtual |
Declaration at line 262 of file htmlgen.h, definition at line 2552 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
writeObjectLink()
| virtual |
Declaration at line 159 of file htmlgen.h, definition at line 1745 of file htmlgen.cpp.
References addHtmlExtensionIfMissing, Config_getString, createHtmlUrl, docify, externalLinkTarget, OutputGenerator::fileName, QCString::isEmpty, m_relPath and OutputGenerator::m_t.
writePageLink()
| inline virtual |
Definition at line 135 of file htmlgen.h.
writePageOutline()
| virtual |
Declaration at line 257 of file htmlgen.h, definition at line 3529 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
writeQuickLinks()
| virtual |
Declaration at line 255 of file htmlgen.h, definition at line 3063 of file htmlgen.cpp.
References m_relPath, OutputGenerator::m_t and writeDefaultQuickLinks.
writeRuler()
| inline virtual |
Definition at line 211 of file htmlgen.h.
Reference OutputGenerator::m_t.
writeSearchInfo()
| virtual |
Declaration at line 131 of file htmlgen.h, definition at line 1517 of file htmlgen.cpp.
References m_relPath, OutputGenerator::m_t and writeSearchInfoStatic.
writeSplitBar()
Declaration at line 252 of file htmlgen.h, definition at line 3033 of file htmlgen.cpp.
References m_relPath, OutputGenerator::m_t and writeSplitBarAsString.
writeStartAnnoItem()
| virtual |
Declaration at line 232 of file htmlgen.h, definition at line 1733 of file htmlgen.cpp.
References addHtmlExtensionIfMissing, docify, QCString::isEmpty and OutputGenerator::m_t.
writeString()
| virtual |
Declaration at line 144 of file htmlgen.h, definition at line 1675 of file htmlgen.cpp.
Reference OutputGenerator::m_t.
writeStyleInfo()
| virtual |
Declaration at line 138 of file htmlgen.h, definition at line 1576 of file htmlgen.cpp.
References Config_getBool, Config_getEnum, Config_getList, Config_getString, endPlainFile, err, FileInfo::exists, FileInfo::fileName, OutputGenerator::fileName, fileToString, Doxygen::indexList, FileInfo::isFile, FileInfo::isReadable, OutputGenerator::m_t, startPlainFile, QCString::startsWith, QCString::str and writeDefaultStyleSheet.
writeSummaryLink()
| virtual |
Declaration at line 256 of file htmlgen.h, definition at line 3502 of file htmlgen.cpp.
References addHtmlExtensionIfMissing, QCString::isEmpty, m_relPath and OutputGenerator::m_t.
writeSynopsis()
| inline virtual |
Definition at line 245 of file htmlgen.h.
Private Member Functions
docify_()
|
Declaration at line 341 of file htmlgen.h, definition at line 1859 of file htmlgen.cpp.
References QCString::data, QCString::isEmpty and OutputGenerator::m_t.
Referenced by docify.
endTitle()
| inline |
Definition at line 339 of file htmlgen.h.
Reference OutputGenerator::m_t.
Referenced by endTitleHead.
startTitle()
| inline |
Definition at line 338 of file htmlgen.h.
Reference OutputGenerator::m_t.
Referenced by startTitleHead.
Private Member Attributes
m_codeGen
|
Definition at line 349 of file htmlgen.h.
Referenced by addCodeGen, HtmlGenerator, HtmlGenerator, operator= and startFile.
m_codeList
|
Definition at line 348 of file htmlgen.h.
Referenced by HtmlGenerator, HtmlGenerator, operator= and writeDoc.
m_emptySection
|
Definition at line 347 of file htmlgen.h.
Referenced by endMemberSections, HtmlGenerator, operator=, startInlineHeader, startMemberDescription, startMemberHeader, startMemberItem, startMemberSections and startMemberSubtitle.
m_lastFile
|
Definition at line 344 of file htmlgen.h.
Referenced by HtmlGenerator, operator= and startFile.
m_lastTitle
|
Definition at line 343 of file htmlgen.h.
Referenced by HtmlGenerator, operator=, startFile and writeFooter.
m_pageOutlineIndent
|
Definition at line 350 of file htmlgen.h.
m_relPath
|
Definition at line 345 of file htmlgen.h.
Referenced by endCallGraph, endClassDiagram, endDirDepGraph, endDotGraph, endGroupCollaboration, endInclDepGraph, HtmlGenerator, operator=, startCallGraph, startClassDiagram, startDirDepGraph, startDotGraph, startFile, startGroupCollaboration, startInclDepGraph, startIndexItem, startTextLink, writeFooter, writeInheritedSectionTitle, writeLogo, writeNavigationPath, writeObjectLink, writeQuickLinks, writeSearchInfo, writeSplitBar and writeSummaryLink.
m_sectionCount
|
Definition at line 346 of file htmlgen.h.
Referenced by endCallGraph, endClassDiagram, endDirDepGraph, endDotGraph, endGroupCollaboration, endInclDepGraph, HtmlGenerator, operator=, startCallGraph, startClassDiagram, startDirDepGraph, startDotGraph, startFile, startGroupCollaboration and startInclDepGraph.
m_tocState
|
Definition at line 362 of file htmlgen.h.
Referenced by endLocalToc, endTocEntry, startLocalToc and startTocEntry.
Public Static Functions
getMathJaxMacros()
| static |
Declaration at line 116 of file htmlgen.h, definition at line 3544 of file htmlgen.cpp.
Reference getConvertLatexMacro.
getNavTreeCss()
| static |
Declaration at line 117 of file htmlgen.h, definition at line 3549 of file htmlgen.cpp.
References ResourceMgr::getAsString, ResourceMgr::instance and replaceVariables.
Referenced by init.
init()
| static |
Declaration at line 105 of file htmlgen.h, definition at line 1136 of file htmlgen.cpp.
References checkBlocks, Config_getBool, Config_getEnum, Config_getString, ResourceMgr::copyResource, createSubDirs, Dir::exists, fileToString, fillColorStyleMaps, g_footer, g_footer_file, g_header, g_header_file, g_latex_macro, g_mathjax_code, ResourceMgr::getAsString, getConvertLatexMacro, getNavTreeCss, getProjectId, htmlMarkerInfo, ResourceMgr::instance, Dir::mkdir, Portable::openOutputStream, replaceColorMarkers, replaceVariables, QCString::str, substitute, substituteHtmlKeywords, term and theTranslator.
Referenced by generateOutput.
writeExternalSearchPage()
| static |
Declaration at line 113 of file htmlgen.h, definition at line 3168 of file htmlgen.cpp.
References Config_getBool, Config_getList, Config_getString, err, FALSE, OutputGenerator::fileName, QCString::find, g_header, g_header_file, ResourceMgr::getAsString, Doxygen::htmlFileExtension, ResourceMgr::instance, QCString::isEmpty, QCString::left, QCString::length, Portable::openOutputStream, QCString::right, Search, QCString::stripWhiteSpace, substituteHtmlKeywords, theTranslator, TRUE, writeDefaultQuickLinks, writePageFooter and writeSplitBarAsString.
Referenced by generateOutput.
writeFooterFile()
| static |
Declaration at line 108 of file htmlgen.h, definition at line 1440 of file htmlgen.cpp.
References ResourceMgr::getAsString and ResourceMgr::instance.
Referenced by readConfiguration.
writeHeaderFile()
| static |
Declaration at line 107 of file htmlgen.h, definition at line 1434 of file htmlgen.cpp.
References ResourceMgr::getAsString and ResourceMgr::instance.
Referenced by readConfiguration.
writeLogoAsString()
| static |
Declaration at line 114 of file htmlgen.h, definition at line 1523 of file htmlgen.cpp.
References Config_getEnum, Config_getString, convertToHtml and theTranslator.
Referenced by writeLogo and writeSearchPage.
writeSearchData()
| static |
Declaration at line 111 of file htmlgen.h, definition at line 1292 of file htmlgen.cpp.
References Config_getBool, ResourceMgr::getAsString, Doxygen::indexList, ResourceMgr::instance, Portable::openOutputStream, replaceVariables and substitute.
Referenced by generateOutput.
writeSearchInfoStatic()
| static |
Declaration at line 110 of file htmlgen.h, definition at line 1487 of file htmlgen.cpp.
References Config_getBool and theTranslator.
Referenced by writeSearchInfo.
writeSearchPage()
| static |
Declaration at line 112 of file htmlgen.h, definition at line 3069 of file htmlgen.cpp.
References Config_getBool, Config_getString, convertToHtml, ResourceMgr::copyResource, err, OutputGenerator::fileName, g_header, g_header_file, ResourceMgr::getAsString, Doxygen::htmlFileExtension, ResourceMgr::instance, Portable::openOutputStream, Search, substitute, substituteHtmlKeywords, theTranslator, writeDefaultQuickLinks, writeLogoAsString, writePageFooter and writeSplitBarAsString.
Referenced by generateOutput.
writeSplitBarAsString()
| static |
Declaration at line 115 of file htmlgen.h, definition at line 2998 of file htmlgen.cpp.
References addHtmlExtensionIfMissing and Config_getBool.
Referenced by writeExternalSearchPage, writeSearchPage and writeSplitBar.
writeStyleSheetFile()
| static |
Declaration at line 106 of file htmlgen.h, definition at line 1428 of file htmlgen.cpp.
References fillColorStyleMaps and writeDefaultStyleSheet.
Referenced by readConfiguration.
writeTabData()
| static |
Additional initialization after indices have been created.
Declaration at line 109 of file htmlgen.h, definition at line 1283 of file htmlgen.cpp.
References Config_getString, ResourceMgr::copyResource, Doxygen::indexList and ResourceMgr::instance.
Referenced by generateOutput.
Private Static Functions
writePageFooter()
| static |
Declaration at line 340 of file htmlgen.h, definition at line 1550 of file htmlgen.cpp.
References convertToHtml, g_footer, g_footer_file and substituteHtmlKeywords.
Referenced by writeExternalSearchPage, writeFooter and writeSearchPage.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.