|
Doxygen
|
Go to the source code of this file.
Classes | |
| class | Index |
Namespaces | |
| namespace | ClassMemberHighlight |
| namespace | FileMemberHighlight |
| namespace | NamespaceMemberHighlight |
| namespace | ModuleMemberHighlight |
Functions | |
| void | writeGraphInfo (OutputList &ol) |
| void | writeIndexHierarchy (OutputList &ol) |
| void | startTitle (OutputList &ol, const DString &fileName, const DefinitionMutable *def=nullptr) |
| void | endTitle (OutputList &ol, const DString &fileName, const DString &name) |
| void | startFile (OutputList &ol, const DString &name, bool isSource, const DString &manName, const DString &title, HighlightedItem hli=HighlightedItem::None, bool additionalIndices=false, const DString &altSidebarName=DString(), int hierarchyLevel=0, const DString &allMembersFile=DString()) |
| void | endFile (OutputList &ol, bool skipNavIndex=false, bool skipEndContents=false, const DString &navPath=DString()) |
| void | endFileWithNavPath (OutputList &ol, const DefinitionMutable *d, bool showPageNavigation=true) |
|
strong |
Definition at line 57 of file index.h.
|
strong |
Definition at line 30 of file index.h.
| void endFile | ( | OutputList & | ol, |
| bool | skipNavIndex = false, | ||
| bool | skipEndContents = false, | ||
| const DString & | navPath = DString() ) |
Definition at line 430 of file index.cpp.
References Config_getBool, OutputList::disableAllBut(), OutputList::endContents(), endFile(), OutputList::endFile(), Html, OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::writeFooter(), and OutputList::writeString().
Referenced by countDirs(), endFile(), endFileWithNavPath(), generateExampleDocs(), writeAlphabeticalExceptionIndex(), writeAlphabeticalIndex(), writeAlphabeticalInterfaceIndex(), writeAlphabeticalStructIndex(), writeAnnotatedIndexGeneric(), writeDirIndex(), GroupDefImpl::writeDocumentation(), ModuleDefImpl::writeDocumentation(), PageDefImpl::writeDocumentation(), MemberList::writeDocumentationPage(), writeFileIndex(), writeGraphicalClassHierarchy(), writeGraphicalExceptionHierarchy(), writeGraphicalInterfaceHierarchy(), writeHierarchicalExceptionIndex(), writeHierarchicalIndex(), writeHierarchicalInterfaceIndex(), ClassDefImpl::writeMemberList(), writeNamespaceIndex(), and writePages().
| void endFileWithNavPath | ( | OutputList & | ol, |
| const DefinitionMutable * | d, | ||
| bool | showPageNavigation = true ) |
Definition at line 451 of file index.cpp.
References Config_getBool, OutputList::disableAllBut(), endFile(), endFileWithNavPath(), Html, Definition::navigationPathAsString(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), toDefinition(), DefinitionMutable::writePageNavigation(), and OutputList::writeString().
Referenced by endFileWithNavPath(), ClassDefImpl::writeDocumentation(), ConceptDefImpl::writeDocumentation(), DirDefImpl::writeDocumentation(), DirRelation::writeDocumentation(), FileDefImpl::writeDocumentation(), NamespaceDefImpl::writeDocumentation(), PageDefImpl::writeDocumentation(), MemberList::writeDocumentationPage(), and FileDefImpl::writeSourceFooter().
| void endTitle | ( | OutputList & | ol, |
| const DString & | fileName, | ||
| const DString & | name ) |
Definition at line 397 of file index.cpp.
References OutputList::endHeaderSection(), endTitle(), OutputList::endTitleHead(), and OutputList::popGeneratorState().
Referenced by endTitle(), generateExampleDocs(), writeAlphabeticalExceptionIndex(), writeAlphabeticalIndex(), writeAlphabeticalInterfaceIndex(), writeAlphabeticalStructIndex(), writeAnnotatedIndexGeneric(), writeDirIndex(), ClassDefImpl::writeDocumentation(), ConceptDefImpl::writeDocumentation(), DirDefImpl::writeDocumentation(), FileDefImpl::writeDocumentation(), NamespaceDefImpl::writeDocumentation(), writeFileIndex(), writeGraphicalClassHierarchy(), writeGraphicalExceptionHierarchy(), writeGraphicalInterfaceHierarchy(), writeHierarchicalExceptionIndex(), writeHierarchicalIndex(), writeHierarchicalInterfaceIndex(), ClassDefImpl::writeMemberList(), writeNamespaceIndex(), and FileDefImpl::writeSourceHeader().
| void startFile | ( | OutputList & | ol, |
| const DString & | name, | ||
| bool | isSource, | ||
| const DString & | manName, | ||
| const DString & | title, | ||
| HighlightedItem | hli = HighlightedItem::None, | ||
| bool | additionalIndices = false, | ||
| const DString & | altSidebarName = DString(), | ||
| int | hierarchyLevel = 0, | ||
| const DString & | allMembersFile = DString() ) |
Definition at line 404 of file index.cpp.
References Config_getBool, DString::empty(), OutputList::endQuickIndices(), OutputList::startFile(), startFile(), OutputList::startQuickIndices(), OutputList::writeQuickLinks(), OutputList::writeSearchInfo(), and OutputList::writeSplitBar().
Referenced by generateExampleDocs(), startFile(), writeAlphabeticalExceptionIndex(), writeAlphabeticalIndex(), writeAlphabeticalInterfaceIndex(), writeAlphabeticalStructIndex(), writeAnnotatedIndexGeneric(), writeDirIndex(), ClassDefImpl::writeDocumentation(), ConceptDefImpl::writeDocumentation(), DirDefImpl::writeDocumentation(), DirRelation::writeDocumentation(), FileDefImpl::writeDocumentation(), GroupDefImpl::writeDocumentation(), ModuleDefImpl::writeDocumentation(), NamespaceDefImpl::writeDocumentation(), PageDefImpl::writeDocumentation(), MemberList::writeDocumentationPage(), writeFileIndex(), writeGraphicalClassHierarchy(), writeGraphicalExceptionHierarchy(), writeGraphicalInterfaceHierarchy(), writeHierarchicalExceptionIndex(), writeHierarchicalIndex(), writeHierarchicalInterfaceIndex(), ClassDefImpl::writeMemberList(), writeNamespaceIndex(), and FileDefImpl::writeSourceHeader().
| void startTitle | ( | OutputList & | ol, |
| const DString & | fileName, | ||
| const DefinitionMutable * | def = nullptr ) |
Definition at line 387 of file index.cpp.
References Config_getBool, OutputList::disable(), Man, OutputList::pushGeneratorState(), OutputList::startHeaderSection(), startTitle(), OutputList::startTitleHead(), and DefinitionMutable::writeSummaryLinks().
Referenced by generateExampleDocs(), startTitle(), writeAlphabeticalExceptionIndex(), writeAlphabeticalIndex(), writeAlphabeticalInterfaceIndex(), writeAlphabeticalStructIndex(), writeAnnotatedIndexGeneric(), writeDirIndex(), ClassDefImpl::writeDocumentation(), ConceptDefImpl::writeDocumentation(), DirDefImpl::writeDocumentation(), FileDefImpl::writeDocumentation(), NamespaceDefImpl::writeDocumentation(), writeFileIndex(), writeGraphicalClassHierarchy(), writeGraphicalExceptionHierarchy(), writeGraphicalInterfaceHierarchy(), writeHierarchicalExceptionIndex(), writeHierarchicalIndex(), writeHierarchicalInterfaceIndex(), ClassDefImpl::writeMemberList(), writeNamespaceIndex(), and FileDefImpl::writeSourceHeader().
| void writeGraphInfo | ( | OutputList & | ol | ) |
Definition at line 4099 of file index.cpp.
Referenced by generateOutput().
| void writeIndexHierarchy | ( | OutputList & | ol | ) |
Definition at line 5813 of file index.cpp.
Referenced by generateOutput().