Class representing a list of output generators that are written to in parallel.
More...
|
|
| OutputList (bool) |
| |
|
void | add (const OutputGenerator *) |
| |
|
uint | count () const |
| |
| 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 () |
| |
|
bool | generateDoc (const char *fileName, int startLine, Definition *ctx, MemberDef *md, const QCString &docStr, bool indexWords, bool isExample, const char *exampleName=0, bool singleLine=FALSE, bool linkFromIndex=FALSE) |
| |
|
void | writeDoc (DocRoot *root, Definition *ctx, MemberDef *md) |
| |
|
bool | 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) |
| |
|
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 | writeRuler () |
| |
|
void | writeAnchor (const char *fileName, const char *name) |
| |
| void | startCodeFragment () |
| |
| void | endCodeFragment () |
| |
|
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) |
| |
|
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 | startSimpleSect (SectionTypes t, const char *file, const char *anchor, const char *title) |
| |
|
void | endSimpleSect () |
| |
|
void | startParamList (ParamListTypes t, const char *title) |
| |
|
void | endParamList () |
| |
|
void | startIndent () |
| |
|
void | endIndent () |
| |
|
void | startSection (const char *lab, const char *title, SectionInfo::SectionType t) |
| |
|
void | endSection (const char *lab, SectionInfo::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 | 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 (const DotClassGraph &g) |
| |
|
void | startInclDepGraph () |
| |
|
void | endInclDepGraph (const DotInclDepGraph &g) |
| |
|
void | startCallGraph () |
| |
|
void | endCallGraph (const DotCallGraph &g) |
| |
|
void | startDirDepGraph () |
| |
|
void | endDirDepGraph (const DotDirDeps &g) |
| |
|
void | startGroupCollaboration () |
| |
|
void | endGroupCollaboration (const DotGroupCollaboration &g) |
| |
|
void | writeGraphicalHierarchy (const 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 (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.