The RTFGenerator
Class Reference
Generator for RTF 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
RTFGenerator () | |
RTFGenerator (const RTFGenerator &) | |
RTFGenerator (RTFGenerator &&)=delete | |
Public Destructor Index
~RTFGenerator () | |
Public Operators Index
RTFGenerator & | operator= (const RTFGenerator &) |
RTFGenerator & | operator= (RTFGenerator &&)=delete |
Public Member Functions Index
void | setRelativePath (const QCString &path) |
void | setSourceFileName (const QCString &sourceFileName) |
void | clearBuffer () |
OutputType | type () const override |
std::unique_ptr< OutputGenIntf > | clone () override |
void | addCodeGen (OutputCodeList &list) override |
void | cleanup () override |
void | writeDoc (const IDocNodeAST *ast, const Definition *, const MemberDef *, int) override |
void | startFile (const QCString &name, const QCString &manName, const QCString &title, int id, int hierarchyLevel) override |
void | endFile () override |
void | writeSearchInfo () override |
void | writeFooter (const QCString &) override |
void | startPageDoc (const QCString &) override |
void | endPageDoc () 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 &name) 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 &f, 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 &, MemberItemType, const QCString &) override |
void | endMemberItem (MemberItemType) override |
void | startMemberTemplateParams () override |
void | endMemberTemplateParams (const QCString &, const QCString &) override |
void | startCompoundTemplateParams () override |
void | endCompoundTemplateParams () override |
void | insertMemberAlign (bool) override |
void | insertMemberAlignLeft (MemberItemType, bool) override |
void | writeRuler () override |
void | writeAnchor (const QCString &fileName, const QCString &name) override |
void | startEmphasis () override |
void | endEmphasis () override |
void | startBold () override |
void | endBold () override |
void | lineBreak (const QCString &style=QCString()) override |
void | startMemberDoc (const QCString &, const QCString &, const QCString &, const QCString &, int, int, bool) override |
void | endMemberDoc (bool) override |
void | startDoxyAnchor (const QCString &, const QCString &, const QCString &, const QCString &, const QCString &) override |
void | endDoxyAnchor (const QCString &, const QCString &) override |
void | addLabel (const QCString &, const QCString &) override |
void | writeChar (char c) 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 | startMemberDescription (const QCString &, const QCString &, bool) override |
void | endMemberDescription () override |
void | startMemberDeclaration () override |
void | endMemberDeclaration (const QCString &, const QCString &) override |
void | writeInheritedSectionTitle (const QCString &, const QCString &, const QCString &, const QCString &, const QCString &, const QCString &) override |
void | startExamples () override |
void | endExamples () override |
void | startDescForItem () override |
void | endDescForItem () 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 &filename, const QCString &name) override |
void | startPageRef () override |
void | endPageRef (const QCString &, const QCString &) override |
void | startQuickIndices () override |
void | endQuickIndices () override |
void | writeSplitBar (const QCString &, const QCString &) override |
void | writeNavigationPath (const QCString &) override |
void | writeLogo () override |
void | writeQuickLinks (HighlightedItem, const QCString &, bool) override |
void | writeSummaryLink (const QCString &, const QCString &, const QCString &, bool) override |
void | writePageOutline () override |
void | startContents () override |
void | endContents () 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 &) override |
void | startInclDepGraph () override |
void | endInclDepGraph (DotInclDepGraph &) override |
void | startGroupCollaboration () override |
void | endGroupCollaboration (DotGroupCollaboration &g) override |
void | startCallGraph () override |
void | endCallGraph (DotCallGraph &) override |
void | startDirDepGraph () override |
void | endDirDepGraph (DotDirDeps &g) override |
void | writeGraphicalHierarchy (DotGfxHierarchyTable &) override |
void | startMemberGroupHeader (const QCString &, bool) override |
void | endMemberGroupHeader () override |
void | startMemberGroupDocs () override |
void | endMemberGroupDocs () override |
void | startMemberGroup () override |
void | endMemberGroup (bool) override |
void | startTextBlock (bool dense) override |
void | endTextBlock (bool) override |
void | lastIndexPage () override |
void | startMemberDocPrefixItem () override |
void | endMemberDocPrefixItem () override |
void | startMemberDocName (bool) override |
void | endMemberDocName () override |
void | startParameterType (bool, const QCString &) override |
void | endParameterType () override |
void | startParameterName (bool) override |
void | endParameterName () override |
void | startParameterExtra () override |
void | endParameterExtra (bool, bool, bool) override |
void | startParameterDefVal (const char *s) 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) override |
void | endLocalToc () override |
void | startTocEntry (const SectionInfo *) override |
void | endTocEntry (const SectionInfo *) override |
void | startPlainFile (const QCString &name) override |
void | endPlainFile () override |
Private Member Functions Index
QCString | rtf_BList_DepthStyle () |
QCString | rtf_CList_DepthStyle () |
QCString | rtf_EList_DepthStyle () |
QCString | rtf_LCList_DepthStyle () |
QCString | rtf_DList_DepthStyle () |
void | beginRTFDocument () |
void | beginRTFChapter () |
void | beginRTFSection () |
void | rtfwriteRuler_doubleline () |
void | rtfwriteRuler_emboss () |
void | rtfwriteRuler_thick () |
void | rtfwriteRuler_thin () |
void | writeRTFReference (const QCString &label) |
void | newParagraph () |
int | indentLevel () const |
void | incIndentLevel () |
void | decIndentLevel () |
Private Member Attributes Index
bool | m_bstartedBody = false |
bool | m_omitParagraph = false |
int | m_numCols = 0 |
QCString | m_relPath |
int | m_hierarchyLevel = 0 |
int | m_indentLevel = 0 |
std::array< RTFListItemInfo, maxIndentLevels > | m_listItemInfo |
std::unique_ptr< OutputCodeList > | m_codeList |
RTFCodeGenerator * | m_codeGen |
Public Static Functions Index
static void | init () |
static void | writeStyleSheetFile (TextStream &t) |
static void | writeExtensionsFile (TextStream &t) |
static bool | preProcessFileInplace (const QCString &path, const QCString &name) |
This is an API to a VERY brittle RTF preprocessor that combines nested RTF files. More... | |
Private Static Attributes Index
static const int | maxIndentLevels = 13 |
Description
Generator for RTF output.
Definition at line 79 of file rtfgen.h.
Public Constructors
RTFGenerator()
|
Declaration at line 82 of file rtfgen.h, definition at line 336 of file rtfgen.cpp.
References Config_getString, m_codeGen, m_codeList, OutputGenerator::m_t and OutputGenerator::OutputGenerator.
Referenced by operator=, operator=, RTFGenerator and RTFGenerator.
RTFGenerator()
|
Declaration at line 83 of file rtfgen.h, definition at line 343 of file rtfgen.cpp.
References m_bstartedBody, m_codeGen, m_codeList, OutputGenerator::m_dir, m_indentLevel, m_listItemInfo, m_numCols, m_omitParagraph, m_relPath, OutputGenerator::m_t, OutputGenerator::OutputGenerator, RTF and RTFGenerator.
RTFGenerator()
| delete |
Definition at line 85 of file rtfgen.h.
Reference RTFGenerator.
Public Destructor
~RTFGenerator()
|
Definition at line 87 of file rtfgen.h.
Public Operators
operator=()
|
Declaration at line 84 of file rtfgen.h, definition at line 356 of file rtfgen.cpp.
References m_bstartedBody, m_codeGen, m_codeList, OutputGenerator::m_dir, m_indentLevel, m_listItemInfo, m_numCols, m_omitParagraph, m_relPath, OutputGenerator::m_t, RTF and RTFGenerator.
operator=()
| delete |
Definition at line 86 of file rtfgen.h.
Reference RTFGenerator.
Public Member Functions
addCodeGen()
| virtual |
Declaration at line 103 of file rtfgen.h, definition at line 376 of file rtfgen.cpp.
References OutputCodeList::add and m_codeGen.
addIndexItem()
Declaration at line 209 of file rtfgen.h, definition at line 1744 of file rtfgen.cpp.
References docify, QCString::isEmpty and OutputGenerator::m_t.
Referenced by endTitleHead and startMemberDoc.
addLabel()
Declaration at line 187 of file rtfgen.h, definition at line 1738 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
cleanup()
| virtual |
Declaration at line 104 of file rtfgen.h, definition at line 516 of file rtfgen.cpp.
References clearSubDirs, Config_getString and QCString::str.
clearBuffer()
|
Definition at line 97 of file rtfgen.h.
clone()
| inline virtual |
docify()
| virtual |
Declaration at line 138 of file rtfgen.h, definition at line 1841 of file rtfgen.cpp.
References docifyToString, FALSE, QCString::isEmpty, m_omitParagraph and OutputGenerator::m_t.
Referenced by addIndexItem, endTitleHead, startConstraintList, startDescTable, startExamples, startParameterDefVal, startSection, writeChar and writeStartAnnoItem.
endAnonTypeScope()
| inline virtual |
Definition at line 165 of file rtfgen.h.
endBold()
| inline virtual |
Definition at line 181 of file rtfgen.h.
Reference OutputGenerator::m_t.
Referenced by endInlineHeader, endMemberDoc, startConstraintList and startExamples.
endCallGraph()
| virtual |
Declaration at line 247 of file rtfgen.h, definition at line 2371 of file rtfgen.cpp.
References BITMAP, DBG_RTF, OutputGenerator::dir, FALSE, OutputGenerator::fileName, getDotImageExtension, m_relPath, OutputGenerator::m_t, newParagraph, Rtf, rtf_Style_Reset and DotCallGraph::writeGraph.
endCenter()
| inline virtual |
Definition at line 193 of file rtfgen.h.
Reference OutputGenerator::m_t.
endClassDiagram()
| virtual |
Declaration at line 214 of file rtfgen.h, definition at line 1861 of file rtfgen.cpp.
References OutputGenerator::dir, FALSE, OutputGenerator::fileName, m_relPath, OutputGenerator::m_t, newParagraph, rtf_Style_Reset and ClassDiagram::writeImage.
endCompoundTemplateParams()
| virtual |
Declaration at line 171 of file rtfgen.h, definition at line 1509 of file rtfgen.cpp.
References OutputGenerator::m_t and newParagraph.
endConstraintDocs()
| virtual |
Declaration at line 285 of file rtfgen.h, definition at line 2699 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and newParagraph.
endConstraintList()
| virtual |
Declaration at line 286 of file rtfgen.h, definition at line 2705 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel, m_omitParagraph, OutputGenerator::m_t, newParagraph and TRUE.
endConstraintParam()
| virtual |
Declaration at line 281 of file rtfgen.h, definition at line 2674 of file rtfgen.cpp.
References DBG_RTF, endEmphasis and OutputGenerator::m_t.
endConstraintType()
| virtual |
Declaration at line 283 of file rtfgen.h, definition at line 2687 of file rtfgen.cpp.
References DBG_RTF, endEmphasis and OutputGenerator::m_t.
endContents()
| inline virtual |
Definition at line 226 of file rtfgen.h.
endDescForItem()
| virtual |
Declaration at line 206 of file rtfgen.h, definition at line 1798 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endDescTable()
| virtual |
Declaration at line 230 of file rtfgen.h, definition at line 1975 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endDescTableData()
| virtual |
Declaration at line 238 of file rtfgen.h, definition at line 2022 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endDescTableInit()
| virtual |
Declaration at line 236 of file rtfgen.h, definition at line 2010 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endDescTableRow()
| virtual |
Declaration at line 232 of file rtfgen.h, definition at line 1985 of file rtfgen.cpp.
endDescTableTitle()
| virtual |
Declaration at line 234 of file rtfgen.h, definition at line 1996 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endDirDepGraph()
| virtual |
Declaration at line 249 of file rtfgen.h, definition at line 2393 of file rtfgen.cpp.
References BITMAP, DBG_RTF, OutputGenerator::dir, FALSE, OutputGenerator::fileName, getDotImageExtension, m_relPath, OutputGenerator::m_t, newParagraph, Rtf, rtf_Style_Reset and DotDirDeps::writeGraph.
endDotGraph()
| virtual |
Declaration at line 241 of file rtfgen.h, definition at line 2318 of file rtfgen.cpp.
References BITMAP, DBG_RTF, OutputGenerator::dir, FALSE, OutputGenerator::fileName, getDotImageExtension, m_relPath, OutputGenerator::m_t, newParagraph, Rtf, rtf_Style_Reset, TRUE and DotClassGraph::writeGraph.
endDoxyAnchor()
Declaration at line 186 of file rtfgen.h, definition at line 1716 of file rtfgen.cpp.
References DBG_RTF, QCString::isEmpty, OutputGenerator::m_t, rtfFormatBmkStr and stripPath.
endEmphasis()
| inline virtual |
Definition at line 179 of file rtfgen.h.
Reference OutputGenerator::m_t.
Referenced by endConstraintParam, endConstraintType, endMemberDescription, endMemberGroupDocs and endPageRef.
endExamples()
| virtual |
Declaration at line 204 of file rtfgen.h, definition at line 2579 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel, FALSE, m_omitParagraph, OutputGenerator::m_t, newParagraph and TRUE.
endFile()
| virtual |
Declaration at line 107 of file rtfgen.h, definition at line 715 of file rtfgen.cpp.
References DBG_RTF, endPlainFile, OutputGenerator::m_t and setSourceFileName.
endGroupCollaboration()
| virtual |
Declaration at line 245 of file rtfgen.h, definition at line 2362 of file rtfgen.cpp.
endGroupHeader()
| virtual |
Declaration at line 146 of file rtfgen.h, definition at line 1660 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and rtf_Style_Reset.
Referenced by endMemberHeader.
endHeaderSection()
| inline virtual |
Definition at line 153 of file rtfgen.h.
endInclDepGraph()
| virtual |
Declaration at line 243 of file rtfgen.h, definition at line 2341 of file rtfgen.cpp.
References BITMAP, DBG_RTF, OutputGenerator::dir, FALSE, OutputGenerator::fileName, getDotImageExtension, m_relPath, OutputGenerator::m_t, newParagraph, Rtf, rtf_Style_Reset and DotInclDepGraph::writeGraph.
endIndent()
| virtual |
Declaration at line 211 of file rtfgen.h, definition at line 1767 of file rtfgen.cpp.
References decIndentLevel and OutputGenerator::m_t.
endIndexItem()
Declaration at line 137 of file rtfgen.h, definition at line 1422 of file rtfgen.cpp.
References DBG_RTF, QCString::isEmpty, m_omitParagraph, OutputGenerator::m_t, TRUE and writeRTFReference.
endIndexKey()
| virtual |
Declaration at line 131 of file rtfgen.h, definition at line 1468 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endIndexList()
| virtual |
Declaration at line 129 of file rtfgen.h, definition at line 1351 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel, m_omitParagraph, OutputGenerator::m_t and TRUE.
endIndexListItem()
| virtual |
Declaration at line 127 of file rtfgen.h, definition at line 2719 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endIndexSection()
| virtual |
Declaration at line 115 of file rtfgen.h, definition at line 924 of file rtfgen.cpp.
References beginRTFChapter, beginRTFSection, Doxygen::classLinkedMap, Doxygen::conceptLinkedMap, Config_getBool, Config_getEnum, Config_getString, createDocParser, Date, DateTime, dateToRTFDateString, dateToString, DBG_RTF, Doxygen::dirLinkedMap, Doxygen::exampleLinkedMap, FALSE, Doxygen::groupLinkedMap, Doxygen::inputNameLinkedMap, ModuleManager::instance, isClassDocumentation, isClassHierarchyIndex, isCompoundIndex, isConceptDocumentation, isConceptIndex, isDirDocumentation, isDirIndex, isEndIndex, isExampleDocumentation, isFileDocumentation, isFileIndex, isMainPage, isModuleDocumentation, isModuleIndex, isNamespaceDocumentation, isNamespaceIndex, isPageDocumentation, isPageDocumentation2, isPageIndex, isTitlePageAuthor, isTitlePageStart, isTopicDocumentation, isTopicIndex, OutputGenerator::m_t, Doxygen::mainPage, Doxygen::namespaceLinkedMap, Doxygen::pageLinkedMap, rtf_author, rtf_company, rtf_documentId, rtf_documentType, rtf_logoFilename, rtf_Style, rtf_Style_Reset, rtf_title, theTranslator, TRUE, validatingParseText, writeDoc and writePageLink.
endIndexValue()
| virtual |
Declaration at line 133 of file rtfgen.h, definition at line 1480 of file rtfgen.cpp.
References DBG_RTF, FALSE, QCString::isEmpty, m_omitParagraph, OutputGenerator::m_t, newParagraph and writeRTFReference.
endInlineHeader()
| virtual |
Declaration at line 163 of file rtfgen.h, definition at line 2733 of file rtfgen.cpp.
References DBG_RTF, endBold and OutputGenerator::m_t.
endInlineMemberDoc()
| virtual |
Declaration at line 295 of file rtfgen.h, definition at line 2818 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endInlineMemberName()
| virtual |
Declaration at line 293 of file rtfgen.h, definition at line 2806 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endInlineMemberType()
| virtual |
Declaration at line 291 of file rtfgen.h, definition at line 2794 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endItemList()
| virtual |
end bullet list
Declaration at line 135 of file rtfgen.h, definition at line 1377 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel, indentLevel, m_omitParagraph, OutputGenerator::m_t, newParagraph and TRUE.
endItemListItem()
| virtual |
Declaration at line 148 of file rtfgen.h, definition at line 1406 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endLabels()
| virtual |
Declaration at line 299 of file rtfgen.h, definition at line 2834 of file rtfgen.cpp.
endLocalToc()
| inline virtual |
Definition at line 302 of file rtfgen.h.
endMemberDeclaration()
Definition at line 200 of file rtfgen.h.
endMemberDescription()
| virtual |
Declaration at line 198 of file rtfgen.h, definition at line 1783 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel, endEmphasis, m_omitParagraph, OutputGenerator::m_t and TRUE.
endMemberDoc()
| virtual |
Declaration at line 184 of file rtfgen.h, definition at line 1697 of file rtfgen.cpp.
References DBG_RTF, endBold, OutputGenerator::m_t and newParagraph.
endMemberDocList()
| inline virtual |
Definition at line 159 of file rtfgen.h.
endMemberDocName()
| inline virtual |
Definition at line 266 of file rtfgen.h.
endMemberDocPrefixItem()
| inline virtual |
Definition at line 264 of file rtfgen.h.
endMemberDocSimple()
| virtual |
Declaration at line 289 of file rtfgen.h, definition at line 2782 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endMemberGroup()
| virtual |
Declaration at line 257 of file rtfgen.h, definition at line 2557 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel and OutputGenerator::m_t.
endMemberGroupDocs()
| virtual |
Declaration at line 255 of file rtfgen.h, definition at line 2544 of file rtfgen.cpp.
References DBG_RTF, endEmphasis, OutputGenerator::m_t and newParagraph.
endMemberGroupHeader()
| virtual |
Declaration at line 253 of file rtfgen.h, definition at line 2531 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, newParagraph, rtf_CList_DepthStyle and rtf_Style_Reset.
endMemberHeader()
| inline virtual |
Definition at line 155 of file rtfgen.h.
References endGroupHeader and FALSE.
endMemberItem()
| virtual |
Declaration at line 167 of file rtfgen.h, definition at line 1884 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and newParagraph.
endMemberList()
| virtual |
Declaration at line 161 of file rtfgen.h, definition at line 1936 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endMemberSections()
| inline virtual |
Definition at line 151 of file rtfgen.h.
endMemberSubtitle()
| virtual |
Declaration at line 157 of file rtfgen.h, definition at line 2147 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and newParagraph.
endMemberTemplateParams()
Definition at line 169 of file rtfgen.h.
endPageDoc()
| inline virtual |
Definition at line 113 of file rtfgen.h.
endPageRef()
Declaration at line 216 of file rtfgen.h, definition at line 1592 of file rtfgen.cpp.
References endEmphasis, QCString::isEmpty, OutputGenerator::m_t and writeRTFReference.
endParagraph()
| virtual |
Declaration at line 124 of file rtfgen.h, definition at line 2133 of file rtfgen.cpp.
References DBG_RTF, m_omitParagraph, OutputGenerator::m_t and TRUE.
endParameterDefVal()
| inline virtual |
Definition at line 274 of file rtfgen.h.
Reference endTypewriter.
endParameterExtra()
| virtual |
Declaration at line 272 of file rtfgen.h, definition at line 2856 of file rtfgen.cpp.
Reference OutputGenerator::m_t.
endParameterList()
| inline virtual |
Definition at line 276 of file rtfgen.h.
endParameterName()
| inline virtual |
Definition at line 270 of file rtfgen.h.
endParameterType()
| virtual |
Declaration at line 268 of file rtfgen.h, definition at line 2598 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endPlainFile()
| inline virtual |
Definition at line 307 of file rtfgen.h.
Reference OutputGenerator::endPlainFile.
Referenced by endFile.
endProjectNumber()
| virtual |
Declaration at line 118 of file rtfgen.h, definition at line 730 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
endQuickIndices()
| inline virtual |
Definition at line 218 of file rtfgen.h.
endSection()
| virtual |
Declaration at line 208 of file rtfgen.h, definition at line 1831 of file rtfgen.cpp.
References DBG_RTF, FALSE, m_omitParagraph, OutputGenerator::m_t, newParagraph and writeAnchor.
endSmall()
| inline virtual |
Definition at line 195 of file rtfgen.h.
Reference OutputGenerator::m_t.
endTextBlock()
| virtual |
Declaration at line 260 of file rtfgen.h, definition at line 2107 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and newParagraph.
endTextLink()
| virtual |
Declaration at line 142 of file rtfgen.h, definition at line 1537 of file rtfgen.cpp.
References Config_getBool and OutputGenerator::m_t.
endTitleHead()
Declaration at line 121 of file rtfgen.h, definition at line 1619 of file rtfgen.cpp.
References addIndexItem, DBG_RTF, docify, OutputGenerator::fileName, QCString::isEmpty, m_hierarchyLevel, OutputGenerator::m_t, rtf_Style_Reset and writeAnchor.
endTocEntry()
| inline virtual |
Definition at line 304 of file rtfgen.h.
endTypewriter()
| inline virtual |
Definition at line 144 of file rtfgen.h.
Reference OutputGenerator::m_t.
Referenced by endParameterDefVal.
exceptionEntry()
| virtual |
Declaration at line 277 of file rtfgen.h, definition at line 2604 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and prefix.
insertMemberAlign()
| inline virtual |
Definition at line 172 of file rtfgen.h.
insertMemberAlignLeft()
| inline virtual |
Definition at line 173 of file rtfgen.h.
lastIndexPage()
| virtual |
Declaration at line 261 of file rtfgen.h, definition at line 1313 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and rtf_Style.
lineBreak()
Declaration at line 182 of file rtfgen.h, definition at line 1329 of file rtfgen.cpp.
References DBG_RTF, m_omitParagraph, OutputGenerator::m_t and TRUE.
setRelativePath()
|
Declaration at line 93 of file rtfgen.h, definition at line 381 of file rtfgen.cpp.
Reference m_relPath.
Referenced by startFile.
setSourceFileName()
|
Declaration at line 94 of file rtfgen.h, definition at line 386 of file rtfgen.cpp.
Reference m_codeGen.
startAnonTypeScope()
| inline virtual |
Definition at line 164 of file rtfgen.h.
startBold()
| inline virtual |
Definition at line 180 of file rtfgen.h.
Reference OutputGenerator::m_t.
Referenced by startConstraintList, startExamples, startInlineHeader and startMemberDoc.
startCallGraph()
| virtual |
Declaration at line 246 of file rtfgen.h, definition at line 2366 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startCenter()
| inline virtual |
Definition at line 192 of file rtfgen.h.
Reference OutputGenerator::m_t.
startClassDiagram()
| virtual |
Declaration at line 213 of file rtfgen.h, definition at line 1856 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startCompoundTemplateParams()
| virtual |
Declaration at line 170 of file rtfgen.h, definition at line 1499 of file rtfgen.cpp.
References DBG_RTF, m_hierarchyLevel, OutputGenerator::m_t, rtf_Style, rtf_Style_Reset, QCString::sprintf and QCString::str.
startConstraintDocs()
| virtual |
Declaration at line 284 of file rtfgen.h, definition at line 2694 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startConstraintList()
| virtual |
Declaration at line 279 of file rtfgen.h, definition at line 2653 of file rtfgen.cpp.
References DBG_RTF, docify, endBold, incIndentLevel, OutputGenerator::m_t, newParagraph, rtf_DList_DepthStyle, rtf_Style_Reset and startBold.
startConstraintParam()
| virtual |
Declaration at line 280 of file rtfgen.h, definition at line 2668 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and startEmphasis.
startConstraintType()
| virtual |
Declaration at line 282 of file rtfgen.h, definition at line 2681 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and startEmphasis.
startContents()
| inline virtual |
Definition at line 225 of file rtfgen.h.
startDescForItem()
| virtual |
Declaration at line 205 of file rtfgen.h, definition at line 1793 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startDescTable()
| virtual |
Declaration at line 229 of file rtfgen.h, definition at line 1946 of file rtfgen.cpp.
References DBG_RTF, docify, OutputGenerator::m_t, rtf_DList_DepthStyle, rtf_pageWidth, rtf_Style and rtf_Style_Reset.
startDescTableData()
| virtual |
Declaration at line 237 of file rtfgen.h, definition at line 2016 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startDescTableInit()
| virtual |
Declaration at line 235 of file rtfgen.h, definition at line 2002 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and rtf_Style.
startDescTableRow()
| virtual |
Declaration at line 231 of file rtfgen.h, definition at line 1981 of file rtfgen.cpp.
startDescTableTitle()
| virtual |
Declaration at line 233 of file rtfgen.h, definition at line 1989 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and rtf_Style.
startDirDepGraph()
| virtual |
Declaration at line 248 of file rtfgen.h, definition at line 2388 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startDotGraph()
| virtual |
Declaration at line 240 of file rtfgen.h, definition at line 2313 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startDoxyAnchor()
| virtual |
Declaration at line 185 of file rtfgen.h, definition at line 1708 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startEmphasis()
| inline virtual |
Definition at line 178 of file rtfgen.h.
Reference OutputGenerator::m_t.
Referenced by startConstraintParam, startConstraintType, startMemberDescription, startMemberGroupDocs and startPageRef.
startExamples()
| virtual |
Declaration at line 203 of file rtfgen.h, definition at line 2564 of file rtfgen.cpp.
References DBG_RTF, docify, endBold, incIndentLevel, OutputGenerator::m_t, newParagraph, rtf_DList_DepthStyle, rtf_Style_Reset, startBold and theTranslator.
startFile()
| virtual |
Declaration at line 106 of file rtfgen.h, definition at line 701 of file rtfgen.cpp.
References beginRTFDocument, OutputGenerator::fileName, m_hierarchyLevel, m_relPath, relativePathToRoot, setRelativePath, setSourceFileName, startPlainFile and stripPath.
startGroupCollaboration()
| virtual |
Declaration at line 244 of file rtfgen.h, definition at line 2358 of file rtfgen.cpp.
startGroupHeader()
| virtual |
Declaration at line 145 of file rtfgen.h, definition at line 1640 of file rtfgen.cpp.
References DBG_RTF, m_hierarchyLevel, OutputGenerator::m_t, rtf_Style and rtf_Style_Reset.
Referenced by startMemberHeader.
startHeaderSection()
| inline virtual |
Definition at line 152 of file rtfgen.h.
startInclDepGraph()
| virtual |
Declaration at line 242 of file rtfgen.h, definition at line 2336 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startIndent()
| virtual |
Declaration at line 210 of file rtfgen.h, definition at line 1759 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel, OutputGenerator::m_t, rtf_CList_DepthStyle and rtf_Style_Reset.
startIndexItem()
Declaration at line 136 of file rtfgen.h, definition at line 1411 of file rtfgen.cpp.
References DBG_RTF, m_omitParagraph, OutputGenerator::m_t and TRUE.
startIndexKey()
| virtual |
Declaration at line 130 of file rtfgen.h, definition at line 1462 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startIndexList()
| virtual |
Declaration at line 128 of file rtfgen.h, definition at line 1341 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel, m_omitParagraph, OutputGenerator::m_t, rtf_LCList_DepthStyle, rtf_Style_Reset and TRUE.
startIndexListItem()
| virtual |
Declaration at line 126 of file rtfgen.h, definition at line 2714 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startIndexSection()
| virtual |
Declaration at line 114 of file rtfgen.h, definition at line 735 of file rtfgen.cpp.
References beginRTFChapter, Doxygen::classLinkedMap, Doxygen::conceptLinkedMap, DBG_RTF, Doxygen::dirLinkedMap, FALSE, Doxygen::groupLinkedMap, Doxygen::inputNameLinkedMap, ModuleManager::instance, isClassDocumentation, isClassHierarchyIndex, isCompoundIndex, isConceptDocumentation, isConceptIndex, isDirDocumentation, isDirIndex, isEndIndex, isExampleDocumentation, isFileDocumentation, isFileIndex, isMainPage, isModuleDocumentation, isModuleIndex, isNamespaceDocumentation, isNamespaceIndex, isPageDocumentation, isPageDocumentation2, isPageIndex, isTitlePageAuthor, isTitlePageStart, isTopicDocumentation, isTopicIndex, OutputGenerator::m_t, Doxygen::namespaceLinkedMap, rtf_author, rtf_comments, rtf_company, rtf_documentType, rtf_keywords, rtf_manager, rtf_subject and TRUE.
startIndexValue()
| virtual |
Declaration at line 132 of file rtfgen.h, definition at line 1473 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startInlineHeader()
| virtual |
Declaration at line 162 of file rtfgen.h, definition at line 2725 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_Style, rtf_Style_Reset and startBold.
startInlineMemberDoc()
| virtual |
Declaration at line 294 of file rtfgen.h, definition at line 2812 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startInlineMemberName()
| virtual |
Declaration at line 292 of file rtfgen.h, definition at line 2800 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startInlineMemberType()
| virtual |
Declaration at line 290 of file rtfgen.h, definition at line 2788 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startItemList()
| virtual |
start bullet list
Declaration at line 134 of file rtfgen.h, definition at line 1364 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel, indentLevel, m_listItemInfo, OutputGenerator::m_t and newParagraph.
startItemListItem()
| virtual |
write bullet or enum item
Declaration at line 147 of file rtfgen.h, definition at line 1387 of file rtfgen.cpp.
References DBG_RTF, indentLevel, m_listItemInfo, m_omitParagraph, OutputGenerator::m_t, newParagraph, rtf_BList_DepthStyle, rtf_EList_DepthStyle, rtf_Style_Reset and TRUE.
startLabels()
| virtual |
Declaration at line 297 of file rtfgen.h, definition at line 2824 of file rtfgen.cpp.
startLocalToc()
| inline virtual |
Definition at line 301 of file rtfgen.h.
startMemberDeclaration()
| inline virtual |
Definition at line 199 of file rtfgen.h.
startMemberDescription()
Declaration at line 197 of file rtfgen.h, definition at line 1774 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel, OutputGenerator::m_t, rtf_CList_DepthStyle, rtf_Style_Reset and startEmphasis.
startMemberDoc()
| virtual |
Declaration at line 183 of file rtfgen.h, definition at line 1667 of file rtfgen.cpp.
References addIndexItem, DBG_RTF, QCString::isEmpty, m_hierarchyLevel, OutputGenerator::m_t, rtf_Style, rtf_Style_Reset, QCString::sprintf, startBold and QCString::str.
startMemberDocList()
| inline virtual |
Definition at line 158 of file rtfgen.h.
startMemberDocName()
| inline virtual |
Definition at line 265 of file rtfgen.h.
startMemberDocPrefixItem()
| inline virtual |
Definition at line 263 of file rtfgen.h.
startMemberDocSimple()
| virtual |
Declaration at line 288 of file rtfgen.h, definition at line 2741 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_DList_DepthStyle, rtf_pageWidth, rtf_Style, rtf_Style_Reset and theTranslator.
startMemberGroup()
| virtual |
Declaration at line 256 of file rtfgen.h, definition at line 2551 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_BList_DepthStyle and rtf_Style_Reset.
startMemberGroupDocs()
| virtual |
Declaration at line 254 of file rtfgen.h, definition at line 2538 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and startEmphasis.
startMemberGroupHeader()
| virtual |
Declaration at line 252 of file rtfgen.h, definition at line 2523 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel, OutputGenerator::m_t, rtf_Style and rtf_Style_Reset.
startMemberHeader()
| inline virtual |
Definition at line 154 of file rtfgen.h.
Reference startGroupHeader.
startMemberItem()
| virtual |
Declaration at line 166 of file rtfgen.h, definition at line 1878 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_BList_DepthStyle and rtf_Style_Reset.
startMemberList()
| virtual |
Declaration at line 160 of file rtfgen.h, definition at line 1925 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startMemberSections()
| inline virtual |
Definition at line 150 of file rtfgen.h.
startMemberSubtitle()
| virtual |
Declaration at line 156 of file rtfgen.h, definition at line 2140 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_CList_DepthStyle and rtf_Style_Reset.
startMemberTemplateParams()
| inline virtual |
Definition at line 168 of file rtfgen.h.
startPageDoc()
| inline virtual |
Definition at line 112 of file rtfgen.h.
startPageRef()
| virtual |
Declaration at line 215 of file rtfgen.h, definition at line 1586 of file rtfgen.cpp.
References OutputGenerator::m_t and startEmphasis.
startParagraph()
| virtual |
Declaration at line 123 of file rtfgen.h, definition at line 2125 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t and newParagraph.
startParameterDefVal()
| inline virtual |
Definition at line 273 of file rtfgen.h.
References docify and startTypewriter.
startParameterExtra()
| inline virtual |
Definition at line 271 of file rtfgen.h.
startParameterList()
| virtual |
Declaration at line 275 of file rtfgen.h, definition at line 2851 of file rtfgen.cpp.
Reference OutputGenerator::m_t.
startParameterName()
| inline virtual |
Definition at line 269 of file rtfgen.h.
startParameterType()
| virtual |
Declaration at line 267 of file rtfgen.h, definition at line 2589 of file rtfgen.cpp.
References DBG_RTF, QCString::isEmpty and OutputGenerator::m_t.
startPlainFile()
| inline virtual |
Definition at line 306 of file rtfgen.h.
Reference OutputGenerator::startPlainFile.
Referenced by startFile.
startProjectNumber()
| virtual |
Declaration at line 117 of file rtfgen.h, definition at line 724 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
startQuickIndices()
| inline virtual |
Definition at line 217 of file rtfgen.h.
startSection()
| virtual |
Declaration at line 207 of file rtfgen.h, definition at line 1803 of file rtfgen.cpp.
References ASSERT, DBG_RTF, docify, m_hierarchyLevel, OutputGenerator::m_t, SectionType::MaxLevel, SectionType::MinLevel, SectionType::Page, SectionType::Paragraph, rtf_Style, rtf_Style_Reset, SectionType::Section, QCString::sprintf, QCString::str, SectionType::Subparagraph, SectionType::Subsection, SectionType::Subsubparagraph, SectionType::Subsubsection and type.
startSmall()
| inline virtual |
Definition at line 194 of file rtfgen.h.
Reference OutputGenerator::m_t.
startTextBlock()
| virtual |
Declaration at line 259 of file rtfgen.h, definition at line 2092 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_Style and rtf_Style_Reset.
startTextLink()
Declaration at line 141 of file rtfgen.h, definition at line 1515 of file rtfgen.cpp.
References Config_getBool, QCString::isEmpty, OutputGenerator::m_t, rtfFormatBmkStr and stripPath.
startTitleHead()
| virtual |
Declaration at line 120 of file rtfgen.h, definition at line 1609 of file rtfgen.cpp.
References DBG_RTF, m_hierarchyLevel, OutputGenerator::m_t, rtf_Style, rtf_Style_Reset, QCString::sprintf and QCString::str.
startTocEntry()
| inline virtual |
Definition at line 303 of file rtfgen.h.
startTypewriter()
| inline virtual |
Definition at line 143 of file rtfgen.h.
Reference OutputGenerator::m_t.
Referenced by startParameterDefVal.
type()
| inline virtual |
Definition at line 101 of file rtfgen.h.
Reference RTF.
Referenced by startSection.
writeAnchor()
Declaration at line 177 of file rtfgen.h, definition at line 1890 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::fileName, QCString::isEmpty, OutputGenerator::m_t, rtfFormatBmkStr and stripPath.
Referenced by endSection and endTitleHead.
writeChar()
| virtual |
Declaration at line 188 of file rtfgen.h, definition at line 1848 of file rtfgen.cpp.
Reference docify.
writeDoc()
| virtual |
Declaration at line 105 of file rtfgen.h, definition at line 2618 of file rtfgen.cpp.
References Definition::getDefFileExtension, m_codeList, m_hierarchyLevel, m_omitParagraph, OutputGenerator::m_t and TRUE.
Referenced by endIndexSection.
writeFooter()
| inline virtual |
Definition at line 110 of file rtfgen.h.
writeGraphicalHierarchy()
| inline virtual |
Definition at line 250 of file rtfgen.h.
writeInheritedSectionTitle()
| virtual |
Declaration at line 201 of file rtfgen.h, definition at line 2838 of file rtfgen.cpp.
References docifyToString, OutputGenerator::m_t, objectLinkToString, rtf_Style, rtf_Style_Reset and theTranslator.
writeLabel()
| virtual |
Declaration at line 298 of file rtfgen.h, definition at line 2828 of file rtfgen.cpp.
Reference OutputGenerator::m_t.
writeLatexSpacing()
| inline virtual |
Definition at line 189 of file rtfgen.h.
writeLogo()
| inline virtual |
writeNavigationPath()
| inline virtual |
Definition at line 220 of file rtfgen.h.
writeNonBreakableSpace()
| virtual |
Declaration at line 227 of file rtfgen.h, definition at line 1919 of file rtfgen.cpp.
Reference OutputGenerator::m_t.
writeObjectLink()
| virtual |
Declaration at line 139 of file rtfgen.h, definition at line 1580 of file rtfgen.cpp.
References OutputGenerator::m_t and objectLinkToString.
writePageLink()
| virtual |
Declaration at line 116 of file rtfgen.h, definition at line 1305 of file rtfgen.cpp.
References OutputGenerator::m_t and rtf_Style_Reset.
Referenced by endIndexSection.
writePageOutline()
| inline virtual |
Definition at line 224 of file rtfgen.h.
writeQuickLinks()
| inline virtual |
Definition at line 222 of file rtfgen.h.
writeRuler()
| inline virtual |
Definition at line 175 of file rtfgen.h.
Reference rtfwriteRuler_thin.
writeSearchInfo()
| inline virtual |
Definition at line 109 of file rtfgen.h.
writeSplitBar()
Definition at line 219 of file rtfgen.h.
writeStartAnnoItem()
| virtual |
Declaration at line 190 of file rtfgen.h, definition at line 1438 of file rtfgen.cpp.
References Config_getBool, DBG_RTF, docify, QCString::isEmpty, OutputGenerator::m_t, rtfFormatBmkStr and stripPath.
writeString()
| virtual |
Declaration at line 125 of file rtfgen.h, definition at line 1336 of file rtfgen.cpp.
Reference OutputGenerator::m_t.
writeStyleInfo()
| virtual |
Declaration at line 119 of file rtfgen.h, definition at line 1325 of file rtfgen.cpp.
writeSummaryLink()
writeSynopsis()
| inline virtual |
Definition at line 212 of file rtfgen.h.
Private Member Functions
beginRTFChapter()
|
Declaration at line 316 of file rtfgen.h, definition at line 660 of file rtfgen.cpp.
References Config_getBool, DBG_RTF, OutputGenerator::m_t, rtf_Style, rtf_Style_Reset and rtfwriteRuler_thick.
Referenced by endIndexSection and startIndexSection.
beginRTFDocument()
|
Declaration at line 315 of file rtfgen.h, definition at line 523 of file rtfgen.cpp.
References ASSERT, Config_getEnum, DBG_RTF, StyleData::definition, err, OutputGenerator::m_t, StyleData::reference, rtf_Style, rtf_Table_Default and theTranslator.
Referenced by startFile.
beginRTFSection()
|
Declaration at line 317 of file rtfgen.h, definition at line 680 of file rtfgen.cpp.
References Config_getBool, DBG_RTF, m_hierarchyLevel, OutputGenerator::m_t, rtf_Style, rtf_Style_Reset, rtfwriteRuler_emboss, QCString::sprintf and QCString::str.
Referenced by endIndexSection.
decIndentLevel()
|
Declaration at line 327 of file rtfgen.h, definition at line 2047 of file rtfgen.cpp.
References err, m_codeGen and m_indentLevel.
Referenced by endConstraintList, endExamples, endIndent, endIndexList, endItemList, endMemberDescription and endMemberGroup.
incIndentLevel()
|
Declaration at line 326 of file rtfgen.h, definition at line 2035 of file rtfgen.cpp.
References err, m_codeGen, m_indentLevel and maxIndentLevels.
Referenced by startConstraintList, startExamples, startIndent, startIndexList, startItemList, startMemberDescription and startMemberGroupHeader.
indentLevel()
|
Declaration at line 325 of file rtfgen.h, definition at line 2030 of file rtfgen.cpp.
References m_indentLevel and maxIndentLevels.
Referenced by endItemList, rtf_BList_DepthStyle, rtf_CList_DepthStyle, rtf_DList_DepthStyle, rtf_EList_DepthStyle, rtf_LCList_DepthStyle, startItemList and startItemListItem.
newParagraph()
|
Declaration at line 323 of file rtfgen.h, definition at line 2115 of file rtfgen.cpp.
References DBG_RTF, FALSE, m_omitParagraph and OutputGenerator::m_t.
Referenced by endCallGraph, endClassDiagram, endCompoundTemplateParams, endConstraintDocs, endConstraintList, endDirDepGraph, endDotGraph, endExamples, endInclDepGraph, endIndexValue, endItemList, endMemberDoc, endMemberGroupDocs, endMemberGroupHeader, endMemberItem, endMemberSubtitle, endSection, endTextBlock, startConstraintList, startExamples, startItemList, startItemListItem and startParagraph.
rtf_BList_DepthStyle()
|
Declaration at line 310 of file rtfgen.h, definition at line 2073 of file rtfgen.cpp.
References indentLevel, makeIndexName, rtf_Style and QCString::str.
Referenced by startItemListItem, startMemberGroup and startMemberItem.
rtf_CList_DepthStyle()
|
Declaration at line 311 of file rtfgen.h, definition at line 2059 of file rtfgen.cpp.
References indentLevel, makeIndexName, rtf_Style and QCString::str.
Referenced by endMemberGroupHeader, startIndent, startMemberDescription and startMemberSubtitle.
rtf_DList_DepthStyle()
|
Declaration at line 314 of file rtfgen.h, definition at line 2086 of file rtfgen.cpp.
References indentLevel, makeIndexName, rtf_Style and QCString::str.
Referenced by startConstraintList, startDescTable, startExamples and startMemberDocSimple.
rtf_EList_DepthStyle()
|
Declaration at line 312 of file rtfgen.h, definition at line 2080 of file rtfgen.cpp.
References indentLevel, makeIndexName, rtf_Style and QCString::str.
Referenced by startItemListItem.
rtf_LCList_DepthStyle()
|
Declaration at line 313 of file rtfgen.h, definition at line 2066 of file rtfgen.cpp.
References indentLevel, makeIndexName, rtf_Style and QCString::str.
Referenced by startIndexList.
rtfwriteRuler_doubleline()
|
Declaration at line 318 of file rtfgen.h, definition at line 2629 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
rtfwriteRuler_emboss()
|
Declaration at line 319 of file rtfgen.h, definition at line 2635 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
Referenced by beginRTFSection.
rtfwriteRuler_thick()
|
Declaration at line 320 of file rtfgen.h, definition at line 2641 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
Referenced by beginRTFChapter.
rtfwriteRuler_thin()
|
Declaration at line 321 of file rtfgen.h, definition at line 2647 of file rtfgen.cpp.
References DBG_RTF and OutputGenerator::m_t.
Referenced by writeRuler.
writeRTFReference()
|
Declaration at line 322 of file rtfgen.h, definition at line 1912 of file rtfgen.cpp.
References OutputGenerator::m_t, rtfFormatBmkStr and stripPath.
Referenced by endIndexItem, endIndexValue and endPageRef.
Private Member Attributes
m_bstartedBody
|
Definition at line 329 of file rtfgen.h.
Referenced by operator= and RTFGenerator.
m_codeGen
|
Definition at line 346 of file rtfgen.h.
Referenced by addCodeGen, decIndentLevel, incIndentLevel, operator=, RTFGenerator, RTFGenerator and setSourceFileName.
m_codeList
|
Definition at line 345 of file rtfgen.h.
Referenced by operator=, RTFGenerator, RTFGenerator and writeDoc.
m_hierarchyLevel
|
Definition at line 333 of file rtfgen.h.
Referenced by beginRTFSection, endTitleHead, startCompoundTemplateParams, startFile, startGroupHeader, startMemberDoc, startSection, startTitleHead and writeDoc.
m_indentLevel
|
Definition at line 337 of file rtfgen.h.
Referenced by decIndentLevel, incIndentLevel, indentLevel, operator= and RTFGenerator.
m_listItemInfo
|
Definition at line 344 of file rtfgen.h.
Referenced by operator=, RTFGenerator, startItemList and startItemListItem.
m_numCols
|
Definition at line 331 of file rtfgen.h.
Referenced by operator= and RTFGenerator.
m_omitParagraph
|
Definition at line 330 of file rtfgen.h.
Referenced by docify, endConstraintList, endExamples, endIndexItem, endIndexList, endIndexValue, endItemList, endMemberDescription, endParagraph, endSection, lineBreak, newParagraph, operator=, RTFGenerator, startIndexItem, startIndexList, startItemListItem and writeDoc.
m_relPath
|
Definition at line 332 of file rtfgen.h.
Referenced by endCallGraph, endClassDiagram, endDirDepGraph, endDotGraph, endInclDepGraph, operator=, RTFGenerator, setRelativePath and startFile.
Public Static Functions
init()
| static |
Declaration at line 89 of file rtfgen.h, definition at line 458 of file rtfgen.cpp.
References Config_getString, copyFile, createSubDirs, Rtf_Style_Default::definition, OutputGenerator::dir, err, Dir::exists, FileInfo::exists, FileInfo::fileName, QCString::isEmpty, loadExtensions, loadStylesheet, Dir::mkdir, Rtf_Style_Default::name, Rtf_Style_Default::reference, rtf_logoFilename, rtf_Style, rtf_Style_Default and term.
Referenced by generateOutput.
preProcessFileInplace()
This is an API to a VERY brittle RTF preprocessor that combines nested RTF files.
This version replaces the infile with the new file
Declaration at line 95 of file rtfgen.h, definition at line 2458 of file rtfgen.cpp.
References FileInfo::absFilePath, Dir::absPath, Dir::currentDirPath, err, Dir::exists, FALSE, Dir::filePath, TextStream::flush, Debug::isFlagSet, Portable::openOutputStream, preProcessFile, Dir::remove, removeSet, Dir::rename, Debug::Rtf, Dir::setCurrent, QCString::startsWith, QCString::str, testRTFOutput, TRUE and Portable::unlink.
Referenced by generateOutput.
writeExtensionsFile()
| static |
Declaration at line 91 of file rtfgen.h, definition at line 406 of file rtfgen.cpp.
Referenced by readConfiguration.
writeStyleSheetFile()
| static |
Declaration at line 90 of file rtfgen.h, definition at line 391 of file rtfgen.cpp.
Reference rtf_Style_Default.
Referenced by readConfiguration.
Private Static Attributes
maxIndentLevels
| static |
Definition at line 336 of file rtfgen.h.
Referenced by incIndentLevel and indentLevel.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.