Class representing a list of output generators that are written to in parallel.
More...
|
| OutputList (const OutputList &ol) |
|
OutputList & | operator= (const OutputList &ol) |
|
template<class Generator > |
void | add () |
|
size_t | size () const |
|
int | id () const |
| Identifier for the output file.
|
|
void | disableAllBut (OutputGenerator::OutputType o) |
|
void | enableAll () |
|
void | disableAll () |
|
void | disable (OutputGenerator::OutputType o) |
|
void | enable (OutputGenerator::OutputType o) |
|
bool | isEnabled (OutputGenerator::OutputType o) |
|
void | pushGeneratorState () |
|
void | popGeneratorState () |
|
void | generateDoc (const QCString &fileName, int startLine, const Definition *ctx, const MemberDef *md, const QCString &docStr, bool indexWords, bool isExample, const QCString &exampleName, bool singleLine, bool linkFromIndex, bool markdownSupport) |
|
void | writeDoc (const IDocNodeAST *ast, const Definition *ctx, const MemberDef *md, int id=0) |
|
void | parseText (const QCString &textStr) |
|
void | startIndexSection (IndexSections is) |
|
void | endIndexSection (IndexSections is) |
|
void | writePageLink (const QCString &name, bool first) |
|
void | startProjectNumber () |
|
void | endProjectNumber () |
|
void | writeStyleInfo (int part) |
|
void | startFile (const QCString &name, const QCString &manName, const QCString &title) |
|
void | writeSearchInfo () |
|
void | writeFooter (const QCString &navPath) |
|
void | endFile () |
|
void | startTitleHead (const QCString &fileName) |
|
void | endTitleHead (const QCString &fileName, const QCString &name) |
|
void | startTitle () |
|
void | endTitle () |
|
void | startParagraph (const QCString &classDef=QCString()) |
|
void | endParagraph () |
|
void | writeString (const QCString &text) |
|
void | startIndexListItem () |
|
void | endIndexListItem () |
|
void | startIndexList () |
|
void | endIndexList () |
|
void | startIndexKey () |
|
void | endIndexKey () |
|
void | startIndexValue (bool b) |
|
void | endIndexValue (const QCString &name, bool b) |
|
void | startItemList () |
|
void | endItemList () |
|
void | startIndexItem (const QCString &ref, const QCString &file) |
|
void | endIndexItem (const QCString &ref, const QCString &file) |
|
void | docify (const QCString &s) |
|
void | codify (const QCString &s) |
|
void | writeObjectLink (const QCString &ref, const QCString &file, const QCString &anchor, const QCString &name) |
|
void | writeCodeLink (CodeSymbolType type, const QCString &ref, const QCString &file, const QCString &anchor, const QCString &name, const QCString &tooltip) |
|
void | writeTooltip (const QCString &id, const DocLinkInfo &docInfo, const QCString &decl, const QCString &desc, const SourceLinkInfo &defInfo, const SourceLinkInfo &declInfo) |
|
void | startTextLink (const QCString &file, const QCString &anchor) |
|
void | endTextLink () |
|
void | startHtmlLink (const QCString &url) |
|
void | endHtmlLink () |
|
void | writeStartAnnoItem (const QCString &type, const QCString &file, const QCString &path, const QCString &name) |
|
void | writeEndAnnoItem (const QCString &name) |
|
void | startTypewriter () |
|
void | endTypewriter () |
|
void | startGroupHeader (int extraLevels=0) |
|
void | endGroupHeader (int extraLevels=0) |
|
void | startItemListItem () |
|
void | endItemListItem () |
|
void | startMemberSections () |
|
void | endMemberSections () |
|
void | startHeaderSection () |
|
void | endHeaderSection () |
|
void | startMemberHeader (const QCString &anchor, int typ=2) |
|
void | endMemberHeader () |
|
void | startMemberSubtitle () |
|
void | endMemberSubtitle () |
|
void | startMemberDocList () |
|
void | endMemberDocList () |
|
void | startMemberList () |
|
void | endMemberList () |
|
void | startInlineHeader () |
|
void | endInlineHeader () |
|
void | startAnonTypeScope (int i1) |
|
void | endAnonTypeScope (int i1) |
|
void | startMemberItem (const QCString &anchor, int i1, const QCString &id=QCString()) |
|
void | endMemberItem () |
|
void | startMemberTemplateParams () |
|
void | endMemberTemplateParams (const QCString &anchor, const QCString &inheritId) |
|
void | startCompoundTemplateParams () |
|
void | endCompoundTemplateParams () |
|
void | startMemberGroupHeader (bool b) |
|
void | endMemberGroupHeader () |
|
void | startMemberGroupDocs () |
|
void | endMemberGroupDocs () |
|
void | startMemberGroup () |
|
void | endMemberGroup (bool last) |
|
void | insertMemberAlign (bool templ=FALSE) |
|
void | insertMemberAlignLeft (int typ=0, bool templ=FALSE) |
|
void | writeRuler () |
|
void | writeAnchor (const QCString &fileName, const QCString &name) |
|
void | startCodeFragment (const QCString &style) |
|
void | endCodeFragment (const QCString &style) |
|
void | startCodeLine (bool hasLineNumbers) |
|
void | endCodeLine () |
|
void | writeLineNumber (const QCString &ref, const QCString &file, const QCString &anchor, int lineNumber, bool writeLineAnchor) |
|
void | startEmphasis () |
|
void | endEmphasis () |
|
void | writeChar (char c) |
|
void | startMemberDoc (const QCString &clName, const QCString &memName, const QCString &anchor, const QCString &title, int memCount, int memTotal, bool showInline) |
|
void | endMemberDoc (bool hasArgs) |
|
void | startDoxyAnchor (const QCString &fName, const QCString &manName, const QCString &anchor, const QCString &name, const QCString &args) |
|
void | endDoxyAnchor (const QCString &fn, const QCString &anchor) |
|
void | writeLatexSpacing () |
|
void | startDescription () |
|
void | endDescription () |
|
void | startDescItem () |
|
void | endDescItem () |
|
void | startDescForItem () |
|
void | endDescForItem () |
|
void | startSubsection () |
|
void | endSubsection () |
|
void | startSubsubsection () |
|
void | endSubsubsection () |
|
void | startCenter () |
|
void | endCenter () |
|
void | startSmall () |
|
void | endSmall () |
|
void | lineBreak (const QCString &style=QCString()) |
|
void | startBold () |
|
void | endBold () |
|
void | startMemberDescription (const QCString &anchor, const QCString &inheritId=QCString(), bool typ=false) |
|
void | endMemberDescription () |
|
void | startMemberDeclaration () |
|
void | endMemberDeclaration (const QCString &anchor, const QCString &inheritId) |
|
void | writeInheritedSectionTitle (const QCString &id, const QCString &ref, const QCString &file, const QCString &anchor, const QCString &title, const QCString &name) |
|
void | startExamples () |
|
void | endExamples () |
|
void | startParamList (ParamListTypes t, const QCString &title) |
|
void | endParamList () |
|
void | startIndent () |
|
void | endIndent () |
|
void | startSection (const QCString &lab, const QCString &title, SectionType t) |
|
void | endSection (const QCString &lab, SectionType t) |
|
void | addIndexItem (const QCString &s1, const QCString &s2) |
|
void | writeSynopsis () |
|
void | startClassDiagram () |
|
void | endClassDiagram (const ClassDiagram &d, const QCString &f, const QCString &n) |
|
void | startPageRef () |
|
void | endPageRef (const QCString &c, const QCString &a) |
|
void | startQuickIndices () |
|
void | endQuickIndices () |
|
void | writeSplitBar (const QCString &name) |
|
void | writeNavigationPath (const QCString &s) |
|
void | writeLogo () |
|
void | writeQuickLinks (bool compact, HighlightedItem hli, const QCString &file) |
|
void | writeSummaryLink (const QCString &file, const QCString &anchor, const QCString &title, bool first) |
|
void | startContents () |
|
void | endContents () |
|
void | startPageDoc (const QCString &pageTitle) |
|
void | endPageDoc () |
|
void | writeNonBreakableSpace (int num) |
|
void | startDescTable (const QCString &title) |
|
void | endDescTable () |
|
void | startDescTableRow () |
|
void | endDescTableRow () |
|
void | startDescTableTitle () |
|
void | endDescTableTitle () |
|
void | startDescTableData () |
|
void | endDescTableData () |
|
void | startDotGraph () |
|
void | endDotGraph (DotClassGraph &g) |
|
void | startInclDepGraph () |
|
void | endInclDepGraph (DotInclDepGraph &g) |
|
void | startCallGraph () |
|
void | endCallGraph (DotCallGraph &g) |
|
void | startDirDepGraph () |
|
void | endDirDepGraph (DotDirDeps &g) |
|
void | startGroupCollaboration () |
|
void | endGroupCollaboration (DotGroupCollaboration &g) |
|
void | writeGraphicalHierarchy (DotGfxHierarchyTable &g) |
|
void | startTextBlock (bool dense=FALSE) |
|
void | endTextBlock (bool paraBreak=FALSE) |
|
void | lastIndexPage () |
|
void | startMemberDocPrefixItem () |
|
void | endMemberDocPrefixItem () |
|
void | startMemberDocName (bool align) |
|
void | endMemberDocName () |
|
void | startParameterType (bool first, const QCString &key) |
|
void | endParameterType () |
|
void | startParameterName (bool one) |
|
void | endParameterName (bool last, bool one, bool bracket) |
|
void | startParameterList (bool openBracket) |
|
void | endParameterList () |
|
void | exceptionEntry (const QCString &prefix, bool closeBracket) |
|
void | startConstraintList (const QCString &header) |
|
void | startConstraintParam () |
|
void | endConstraintParam () |
|
void | startConstraintType () |
|
void | endConstraintType () |
|
void | startConstraintDocs () |
|
void | endConstraintDocs () |
|
void | endConstraintList () |
|
void | startMemberDocSimple (bool b) |
|
void | endMemberDocSimple (bool b) |
|
void | startInlineMemberType () |
|
void | endInlineMemberType () |
|
void | startInlineMemberName () |
|
void | endInlineMemberName () |
|
void | startInlineMemberDoc () |
|
void | endInlineMemberDoc () |
|
void | startLabels () |
|
void | writeLabel (const QCString &l, bool isLast) |
|
void | endLabels () |
|
void | cleanup () |
|
void | startFontClass (const QCString &c) |
|
void | endFontClass () |
|
void | writeCodeAnchor (const QCString &name) |
|
void | setCurrentDoc (const Definition *context, const QCString &anchor, bool isSourceFile) |
|
void | addWord (const QCString &word, bool hiPriority) |
|
void | indexSearchData () |
|
void | startPlainFile (const QCString &name) |
|
void | endPlainFile () |
|
| CodeOutputInterface (const CodeOutputInterface &)=delete |
|
CodeOutputInterface & | operator= (const CodeOutputInterface &)=delete |
|
Class representing a list of output generators that are written to in parallel.