Doxygen
|
Generator for RTF output. More...
#include <src/rtfgen.h>
Classes | |
struct | RTFListItemInfo |
Public Member Functions | |
RTFGenerator () | |
RTFGenerator (const RTFGenerator &) | |
RTFGenerator & | operator= (const RTFGenerator &) |
RTFGenerator (RTFGenerator &&)=delete | |
RTFGenerator & | operator= (RTFGenerator &&)=delete |
~RTFGenerator () | |
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 (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 &) override |
void | writeNavigationPath (const QCString &) override |
void | writeLogo () override |
void | writeQuickLinks (HighlightedItem, const QCString &) override |
void | writeSummaryLink (const QCString &, const QCString &, const QCString &, bool) 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 (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 | writeLocalToc (const SectionRefs &, const LocalToc &) override |
void | startPlainFile (const QCString &name) override |
void | endPlainFile () override |
Public Member Functions inherited from OutputGenerator | |
OutputGenerator () | |
OutputGenerator (const QCString &dir) | |
virtual | ~OutputGenerator ()=default |
QCString | dir () const |
QCString | fileName () const |
void | startPlainFile (const QCString &name) |
void | endPlainFile () |
Public Member Functions inherited from OutputGenIntf |
Static Public Member Functions | |
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. | |
Private Member Functions | |
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 Attributes | |
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 |
Static Private Attributes | |
static const int | maxIndentLevels = 13 |
Additional Inherited Members | |
Public Types inherited from OutputGenerator | |
enum class | ParamListTypes { Param , RetVal , Exception } |
enum class | MemberItemType { Normal , AnonymousStart , AnonymousEnd , Templated } |
Protected Attributes inherited from OutputGenerator | |
TextStream | m_t |
QCString | m_dir |
RTFGenerator::RTFGenerator | ( | ) |
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::RTFGenerator | ( | const RTFGenerator & | og | ) |
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().
|
delete |
References RTFGenerator().
|
default |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 376 of file rtfgen.cpp.
References OutputCodeList::add(), and m_codeGen.
Implements OutputGenIntf.
Definition at line 1744 of file rtfgen.cpp.
References docify(), QCString::isEmpty(), and OutputGenerator::m_t.
Referenced by endTitleHead(), and startMemberDoc().
Implements OutputGenIntf.
Definition at line 1738 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
private |
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().
|
private |
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().
|
private |
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().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 516 of file rtfgen.cpp.
References clearSubDirs(), Config_getString, and QCString::str().
void RTFGenerator::clearBuffer | ( | ) |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 102 of file rtfgen.h.
|
private |
Definition at line 2046 of file rtfgen.cpp.
References err, m_codeGen, and m_indentLevel.
Referenced by endConstraintList(), endExamples(), endIndent(), endIndexList(), endItemList(), endMemberDescription(), and endMemberGroup().
|
overridevirtual |
Implements OutputGenIntf.
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().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 181 of file rtfgen.h.
References OutputGenerator::m_t.
Referenced by endInlineHeader(), endMemberDoc(), startConstraintList(), and startExamples().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2370 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().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
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().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1509 of file rtfgen.cpp.
References OutputGenerator::m_t, and newParagraph().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2698 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and newParagraph().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2704 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel(), m_omitParagraph, OutputGenerator::m_t, newParagraph(), and TRUE.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2673 of file rtfgen.cpp.
References DBG_RTF, endEmphasis(), and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2686 of file rtfgen.cpp.
References DBG_RTF, endEmphasis(), and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1798 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1975 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2022 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2010 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1996 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2392 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().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2317 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().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1716 of file rtfgen.cpp.
References DBG_RTF, QCString::isEmpty(), OutputGenerator::m_t, rtfFormatBmkStr(), and stripPath().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 179 of file rtfgen.h.
References OutputGenerator::m_t.
Referenced by endConstraintParam(), endConstraintType(), endMemberDescription(), endMemberGroupDocs(), and endPageRef().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2578 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel(), FALSE, m_omitParagraph, OutputGenerator::m_t, newParagraph(), and TRUE.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 715 of file rtfgen.cpp.
References DBG_RTF, endPlainFile(), OutputGenerator::m_t, and setSourceFileName().
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1660 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and rtf_Style_Reset.
Referenced by endMemberHeader().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2340 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().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1767 of file rtfgen.cpp.
References decIndentLevel(), and OutputGenerator::m_t.
Implements OutputGenIntf.
Definition at line 1422 of file rtfgen.cpp.
References DBG_RTF, QCString::isEmpty(), m_omitParagraph, OutputGenerator::m_t, TRUE, and writeRTFReference().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1468 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1351 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel(), m_omitParagraph, OutputGenerator::m_t, and TRUE.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2718 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
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().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1480 of file rtfgen.cpp.
References DBG_RTF, FALSE, QCString::isEmpty(), m_omitParagraph, OutputGenerator::m_t, newParagraph(), and writeRTFReference().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2732 of file rtfgen.cpp.
References DBG_RTF, endBold(), and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2817 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2805 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2793 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
end bullet list
Implements OutputGenIntf.
Definition at line 1377 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel(), indentLevel(), m_omitParagraph, OutputGenerator::m_t, newParagraph(), and TRUE.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1406 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1783 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel(), endEmphasis(), m_omitParagraph, OutputGenerator::m_t, and TRUE.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1697 of file rtfgen.cpp.
References DBG_RTF, endBold(), OutputGenerator::m_t, and newParagraph().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2781 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2556 of file rtfgen.cpp.
References DBG_RTF, decIndentLevel(), and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2543 of file rtfgen.cpp.
References DBG_RTF, endEmphasis(), OutputGenerator::m_t, and newParagraph().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2530 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, newParagraph(), rtf_CList_DepthStyle(), and rtf_Style_Reset.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 155 of file rtfgen.h.
References endGroupHeader(), and FALSE.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1884 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and newParagraph().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1936 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2146 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and newParagraph().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 1592 of file rtfgen.cpp.
References endEmphasis(), QCString::isEmpty(), OutputGenerator::m_t, and writeRTFReference().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2132 of file rtfgen.cpp.
References DBG_RTF, m_omitParagraph, OutputGenerator::m_t, and TRUE.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 273 of file rtfgen.h.
References endTypewriter().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2855 of file rtfgen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2597 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 303 of file rtfgen.h.
References OutputGenerator::endPlainFile().
Referenced by endFile().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 730 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1831 of file rtfgen.cpp.
References DBG_RTF, FALSE, m_omitParagraph, OutputGenerator::m_t, newParagraph(), and writeAnchor().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2106 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and newParagraph().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1537 of file rtfgen.cpp.
References Config_getBool, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
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().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 144 of file rtfgen.h.
References OutputGenerator::m_t.
Referenced by endParameterDefVal().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2603 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and prefix.
|
private |
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().
|
private |
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().
|
static |
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, qPrint(), Rtf_Style_Default::reference, rtf_logoFilename, rtf_Style, rtf_Style_Default, and term.
Referenced by generateOutput().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1313 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and rtf_Style.
Implements OutputGenIntf.
Definition at line 1329 of file rtfgen.cpp.
References DBG_RTF, m_omitParagraph, OutputGenerator::m_t, and TRUE.
|
private |
Definition at line 2114 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().
RTFGenerator & RTFGenerator::operator= | ( | const RTFGenerator & | og | ) |
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().
|
delete |
References RTFGenerator().
This is an API to a VERY brittle RTF preprocessor that combines nested RTF files.
This version replaces the infile with the new file
Definition at line 2457 of file rtfgen.cpp.
References FileInfo::absFilePath(), Dir::absPath(), Dir::currentDirPath(), QCString::data(), err, Dir::exists(), FALSE, Dir::filePath(), TextStream::flush(), Debug::isFlagSet(), Portable::openOutputStream(), preProcessFile(), qPrint(), Dir::remove(), removeSet, Dir::rename(), Debug::Rtf, Dir::setCurrent(), QCString::startsWith(), QCString::str(), testRTFOutput(), TRUE, and Portable::unlink().
Referenced by generateOutput().
|
private |
Definition at line 2072 of file rtfgen.cpp.
References indentLevel(), makeIndexName(), rtf_Style, and QCString::str().
Referenced by startItemListItem(), startMemberGroup(), and startMemberItem().
|
private |
Definition at line 2058 of file rtfgen.cpp.
References indentLevel(), makeIndexName(), rtf_Style, and QCString::str().
Referenced by endMemberGroupHeader(), startIndent(), startMemberDescription(), and startMemberSubtitle().
|
private |
Definition at line 2085 of file rtfgen.cpp.
References indentLevel(), makeIndexName(), rtf_Style, and QCString::str().
Referenced by startConstraintList(), startDescTable(), startExamples(), and startMemberDocSimple().
|
private |
Definition at line 2079 of file rtfgen.cpp.
References indentLevel(), makeIndexName(), rtf_Style, and QCString::str().
Referenced by startItemListItem().
|
private |
Definition at line 2065 of file rtfgen.cpp.
References indentLevel(), makeIndexName(), rtf_Style, and QCString::str().
Referenced by startIndexList().
|
private |
Definition at line 2628 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
private |
Definition at line 2634 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
Referenced by beginRTFSection().
|
private |
Definition at line 2640 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
Referenced by beginRTFChapter().
|
private |
Definition at line 2646 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
Referenced by writeRuler().
void RTFGenerator::setRelativePath | ( | const QCString & | path | ) |
void RTFGenerator::setSourceFileName | ( | const QCString & | sourceFileName | ) |
Definition at line 386 of file rtfgen.cpp.
References m_codeGen.
Referenced by endFile(), and startFile().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 180 of file rtfgen.h.
References OutputGenerator::m_t.
Referenced by startConstraintList(), startExamples(), startInlineHeader(), and startMemberDoc().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2365 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1856 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
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().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2693 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2652 of file rtfgen.cpp.
References DBG_RTF, docify(), endBold(), incIndentLevel(), OutputGenerator::m_t, newParagraph(), rtf_DList_DepthStyle(), rtf_Style_Reset, and startBold().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2667 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and startEmphasis().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2680 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and startEmphasis().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1793 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
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.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2016 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2002 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and rtf_Style.
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1989 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and rtf_Style.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2387 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2312 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1708 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 178 of file rtfgen.h.
References OutputGenerator::m_t.
Referenced by startConstraintParam(), startConstraintType(), startMemberDescription(), startMemberGroupDocs(), and startPageRef().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2563 of file rtfgen.cpp.
References DBG_RTF, docify(), endBold(), incIndentLevel(), OutputGenerator::m_t, newParagraph(), rtf_DList_DepthStyle(), rtf_Style_Reset, startBold(), and theTranslator.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 701 of file rtfgen.cpp.
References beginRTFDocument(), OutputGenerator::fileName(), m_hierarchyLevel, m_relPath, relativePathToRoot(), setRelativePath(), setSourceFileName(), startPlainFile(), and stripPath().
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
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().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2335 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1759 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel(), OutputGenerator::m_t, rtf_CList_DepthStyle(), and rtf_Style_Reset.
Implements OutputGenIntf.
Definition at line 1411 of file rtfgen.cpp.
References DBG_RTF, m_omitParagraph, OutputGenerator::m_t, and TRUE.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1462 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
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.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2713 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
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.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1473 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2724 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_Style, rtf_Style_Reset, and startBold().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2811 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2799 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2787 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
overridevirtual |
start bullet list
Implements OutputGenIntf.
Definition at line 1364 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel(), indentLevel(), m_listItemInfo, OutputGenerator::m_t, and newParagraph().
|
overridevirtual |
write bullet or enum item
Implements OutputGenIntf.
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.
|
overridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1774 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel(), OutputGenerator::m_t, rtf_CList_DepthStyle(), rtf_Style_Reset, and startEmphasis().
|
overridevirtual |
Implements OutputGenIntf.
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().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2740 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_DList_DepthStyle(), rtf_pageWidth, rtf_Style, rtf_Style_Reset, and theTranslator.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2550 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_BList_DepthStyle(), and rtf_Style_Reset.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2537 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and startEmphasis().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2522 of file rtfgen.cpp.
References DBG_RTF, incIndentLevel(), OutputGenerator::m_t, rtf_Style, and rtf_Style_Reset.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 154 of file rtfgen.h.
References startGroupHeader().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1878 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_BList_DepthStyle(), and rtf_Style_Reset.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1925 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2139 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_CList_DepthStyle(), and rtf_Style_Reset.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1586 of file rtfgen.cpp.
References OutputGenerator::m_t, and startEmphasis().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2124 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, and newParagraph().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 272 of file rtfgen.h.
References docify(), and startTypewriter().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2850 of file rtfgen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2588 of file rtfgen.cpp.
References DBG_RTF, QCString::isEmpty(), and OutputGenerator::m_t.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 302 of file rtfgen.h.
References OutputGenerator::startPlainFile().
Referenced by startFile().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 724 of file rtfgen.cpp.
References DBG_RTF, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
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().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2091 of file rtfgen.cpp.
References DBG_RTF, OutputGenerator::m_t, rtf_Style, and rtf_Style_Reset.
Implements OutputGenIntf.
Definition at line 1515 of file rtfgen.cpp.
References Config_getBool, QCString::isEmpty(), OutputGenerator::m_t, rtfFormatBmkStr(), and stripPath().
|
overridevirtual |
Implements OutputGenIntf.
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().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 143 of file rtfgen.h.
References OutputGenerator::m_t.
Referenced by startParameterDefVal().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 101 of file rtfgen.h.
References RTF.
Referenced by startSection().
Implements OutputGenIntf.
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().
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2617 of file rtfgen.cpp.
References Definition::getDefFileExtension(), m_codeList, m_hierarchyLevel, m_omitParagraph, OutputGenerator::m_t, and TRUE.
Referenced by endIndexSection().
|
static |
Definition at line 406 of file rtfgen.cpp.
Referenced by readConfiguration().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2837 of file rtfgen.cpp.
References docifyToString(), OutputGenerator::m_t, objectLinkToString(), rtf_Style, rtf_Style_Reset, and theTranslator.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 2827 of file rtfgen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 189 of file rtfgen.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1919 of file rtfgen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1580 of file rtfgen.cpp.
References OutputGenerator::m_t, and objectLinkToString().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1305 of file rtfgen.cpp.
References OutputGenerator::m_t, and rtf_Style_Reset.
Referenced by endIndexSection().
|
inlineoverridevirtual |
|
private |
Definition at line 1912 of file rtfgen.cpp.
References OutputGenerator::m_t, rtfFormatBmkStr(), and stripPath().
Referenced by endIndexItem(), endIndexValue(), and endPageRef().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 175 of file rtfgen.h.
References rtfwriteRuler_thin().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1438 of file rtfgen.cpp.
References Config_getBool, DBG_RTF, docify(), QCString::isEmpty(), OutputGenerator::m_t, rtfFormatBmkStr(), and stripPath().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 1336 of file rtfgen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
|
static |
Definition at line 391 of file rtfgen.cpp.
References rtf_Style_Default.
Referenced by readConfiguration().
|
inlineoverridevirtual |
|
private |
Definition at line 325 of file rtfgen.h.
Referenced by operator=(), and RTFGenerator().
|
private |
Definition at line 342 of file rtfgen.h.
Referenced by addCodeGen(), decIndentLevel(), incIndentLevel(), operator=(), RTFGenerator(), RTFGenerator(), and setSourceFileName().
|
private |
Definition at line 341 of file rtfgen.h.
Referenced by operator=(), RTFGenerator(), RTFGenerator(), and writeDoc().
|
private |
Definition at line 329 of file rtfgen.h.
Referenced by beginRTFSection(), endTitleHead(), startCompoundTemplateParams(), startFile(), startGroupHeader(), startMemberDoc(), startSection(), startTitleHead(), and writeDoc().
|
private |
Definition at line 333 of file rtfgen.h.
Referenced by decIndentLevel(), incIndentLevel(), indentLevel(), operator=(), and RTFGenerator().
|
private |
Definition at line 340 of file rtfgen.h.
Referenced by operator=(), RTFGenerator(), startItemList(), and startItemListItem().
|
private |
Definition at line 327 of file rtfgen.h.
Referenced by operator=(), and RTFGenerator().
|
private |
Definition at line 326 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().
|
private |
Definition at line 328 of file rtfgen.h.
Referenced by endCallGraph(), endClassDiagram(), endDirDepGraph(), endDotGraph(), endInclDepGraph(), operator=(), RTFGenerator(), setRelativePath(), and startFile().
|
staticprivate |
Definition at line 332 of file rtfgen.h.
Referenced by incIndentLevel(), and indentLevel().