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 char *fileName, int startLine, const Definition *ctx, const MemberDef *md, const QCString &docStr, bool indexWords, bool isExample, const char *exampleName, bool singleLine, bool linkFromIndex, bool markdownSupport) |
|
void | writeDoc (DocRoot *root, 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 char *name, bool first) |
|
void | startProjectNumber () |
|
void | endProjectNumber () |
|
void | writeStyleInfo (int part) |
|
void | startFile (const char *name, const char *manName, const char *title) |
|
void | writeSearchInfo () |
|
void | writeFooter (const char *navPath) |
|
void | endFile () |
|
void | startTitleHead (const char *fileName) |
|
void | endTitleHead (const char *fileName, const char *name) |
|
void | startTitle () |
|
void | endTitle () |
|
void | startParagraph (const char *classDef=0) |
|
void | endParagraph () |
|
void | writeString (const char *text) |
|
void | startIndexListItem () |
|
void | endIndexListItem () |
|
void | startIndexList () |
|
void | endIndexList () |
|
void | startIndexKey () |
|
void | endIndexKey () |
|
void | startIndexValue (bool b) |
|
void | endIndexValue (const char *name, bool b) |
|
void | startItemList () |
|
void | endItemList () |
|
void | startIndexItem (const char *ref, const char *file) |
|
void | endIndexItem (const char *ref, const char *file) |
|
void | docify (const char *s) |
|
void | codify (const char *s) |
|
void | writeObjectLink (const char *ref, const char *file, const char *anchor, const char *name) |
|
void | writeCodeLink (const char *ref, const char *file, const char *anchor, const char *name, const char *tooltip) |
|
void | writeTooltip (const char *id, const DocLinkInfo &docInfo, const char *decl, const char *desc, const SourceLinkInfo &defInfo, const SourceLinkInfo &declInfo) |
|
void | startTextLink (const char *file, const char *anchor) |
|
void | endTextLink () |
|
void | startHtmlLink (const char *url) |
|
void | endHtmlLink () |
|
void | writeStartAnnoItem (const char *type, const char *file, const char *path, const char *name) |
|
void | writeEndAnnoItem (const char *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 char *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 char *anchor, int i1, const char *id=0) |
|
void | endMemberItem () |
|
void | startMemberTemplateParams () |
|
void | endMemberTemplateParams (const char *anchor, const char *inheritId) |
|
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 char *fileName, const char *name) |
|
void | startCodeFragment (const char *style) |
|
void | endCodeFragment (const char *style) |
|
void | startCodeLine (bool hasLineNumbers) |
|
void | endCodeLine () |
|
void | writeLineNumber (const char *ref, const char *file, const char *anchor, int lineNumber) |
|
void | startEmphasis () |
|
void | endEmphasis () |
|
void | writeChar (char c) |
|
void | startMemberDoc (const char *clName, const char *memName, const char *anchor, const char *title, int memCount, int memTotal, bool showInline) |
|
void | endMemberDoc (bool hasArgs) |
|
void | startDoxyAnchor (const char *fName, const char *manName, const char *anchor, const char *name, const char *args) |
|
void | endDoxyAnchor (const char *fn, const char *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 char *style=0) |
|
void | startBold () |
|
void | endBold () |
|
void | startMemberDescription (const char *anchor, const char *inheritId=0, bool typ=false) |
|
void | endMemberDescription () |
|
void | startMemberDeclaration () |
|
void | endMemberDeclaration (const char *anchor, const char *inheritId) |
|
void | writeInheritedSectionTitle (const char *id, const char *ref, const char *file, const char *anchor, const char *title, const char *name) |
|
void | startExamples () |
|
void | endExamples () |
|
void | startParamList (ParamListTypes t, const char *title) |
|
void | endParamList () |
|
void | startIndent () |
|
void | endIndent () |
|
void | startSection (const char *lab, const char *title, SectionType t) |
|
void | endSection (const char *lab, SectionType t) |
|
void | addIndexItem (const char *s1, const char *s2) |
|
void | writeSynopsis () |
|
void | startClassDiagram () |
|
void | endClassDiagram (const ClassDiagram &d, const char *f, const char *n) |
|
void | startPageRef () |
|
void | endPageRef (const char *c, const char *a) |
|
void | startQuickIndices () |
|
void | endQuickIndices () |
|
void | writeSplitBar (const char *name) |
|
void | writeNavigationPath (const char *s) |
|
void | writeLogo () |
|
void | writeQuickLinks (bool compact, HighlightedItem hli, const char *file) |
|
void | writeSummaryLink (const char *file, const char *anchor, const char *title, bool first) |
|
void | startContents () |
|
void | endContents () |
|
void | startPageDoc (const char *pageTitle) |
|
void | endPageDoc () |
|
void | writeNonBreakableSpace (int num) |
|
void | startDescTable (const char *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 char *key) |
|
void | endParameterType () |
|
void | startParameterName (bool one) |
|
void | endParameterName (bool last, bool one, bool bracket) |
|
void | startParameterList (bool openBracket) |
|
void | endParameterList () |
|
void | exceptionEntry (const char *prefix, bool closeBracket) |
|
void | startConstraintList (const char *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 char *l, bool isLast) |
|
void | endLabels () |
|
void | startFontClass (const char *c) |
|
void | endFontClass () |
|
void | writeCodeAnchor (const char *name) |
|
void | setCurrentDoc (const Definition *context, const char *anchor, bool isSourceFile) |
|
void | addWord (const char *word, bool hiPriority) |
|
void | startPlainFile (const char *name) |
|
void | endPlainFile () |
|
Class representing a list of output generators that are written to in parallel.