My Project
|
#include <qregexp.h>
#include <qdict.h>
Go to the source code of this file.
Classes | |
struct | RTFListItemInfo |
struct | Rtf_Style_Default |
struct | StyleData |
Functions | |
void | loadExtensions (const char *name) |
void | loadStylesheet (const char *name, QDict< StyleData > &dict) |
Variables | |
const int | rtf_pageWidth = 8748 |
QCString | rtf_title |
QCString | rtf_subject |
QCString | rtf_comments |
QCString | rtf_company |
QCString | rtf_logoFilename |
QCString | rtf_author |
QCString | rtf_manager |
QCString | rtf_documentType |
QCString | rtf_documentId |
QCString | rtf_keywords |
const int | rtf_maxIndentLevels = 10 |
RTFListItemInfo | rtf_listItemInfo [rtf_maxIndentLevels] |
char | rtf_Style_Reset [] |
Rtf_Style_Default | rtf_Style_Default [] |
QDict< StyleData > | rtf_Style |
void loadExtensions | ( | const char * | name | ) |
Definition at line 475 of file rtfstyle.cpp.
References err(), msg(), rtf_author, rtf_comments, rtf_company, rtf_documentId, rtf_documentType, rtf_keywords, rtf_logoFilename, rtf_manager, rtf_subject, rtf_title, and warn().
Referenced by RTFGenerator::init().
void loadStylesheet | ( | const char * | name, |
QDict< StyleData > & | dict | ||
) |
Definition at line 428 of file rtfstyle.cpp.
References err(), msg(), StyleData::setStyle(), and warn().
Referenced by RTFGenerator::init().
QCString rtf_author |
Definition at line 35 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection(), loadExtensions(), and RTFGenerator::startIndexSection().
QCString rtf_comments |
Definition at line 32 of file rtfstyle.cpp.
Referenced by loadExtensions(), and RTFGenerator::startIndexSection().
QCString rtf_company |
Definition at line 33 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection(), loadExtensions(), and RTFGenerator::startIndexSection().
QCString rtf_documentId |
Definition at line 38 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection(), and loadExtensions().
QCString rtf_documentType |
Definition at line 37 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection(), loadExtensions(), and RTFGenerator::startIndexSection().
QCString rtf_keywords |
Definition at line 39 of file rtfstyle.cpp.
Referenced by loadExtensions(), and RTFGenerator::startIndexSection().
RTFListItemInfo rtf_listItemInfo[rtf_maxIndentLevels] |
Definition at line 28 of file rtfstyle.cpp.
Referenced by RTFGenerator::startItemList(), RTFGenerator::startItemListItem(), and RTFDocVisitor::visitPre().
QCString rtf_logoFilename |
Definition at line 34 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection(), and loadExtensions().
QCString rtf_manager |
Definition at line 36 of file rtfstyle.cpp.
Referenced by loadExtensions(), and RTFGenerator::startIndexSection().
const int rtf_maxIndentLevels = 10 |
Definition at line 45 of file rtfstyle.h.
Referenced by RTFDocVisitor::incIndentLevel(), and RTFGenerator::incrementIndentLevel().
const int rtf_pageWidth = 8748 |
Definition at line 26 of file rtfstyle.h.
Referenced by RTFGenerator::startDescTable(), RTFGenerator::startMemberDocSimple(), and RTFDocVisitor::visitPre().
QDict<StyleData> rtf_Style |
Referenced by RTFGenerator::beginRTFChapter(), RTFGenerator::beginRTFDocument(), RTFGenerator::beginRTFSection(), RTFGenerator::endIndexSection(), RTFDocVisitor::getStyle(), RTFGenerator::init(), RTFGenerator::lastIndexPage(), RTFGenerator::rtf_BList_DepthStyle(), RTFGenerator::rtf_CList_DepthStyle(), RTFGenerator::rtf_Code_DepthStyle(), RTFGenerator::rtf_DList_DepthStyle(), RTFGenerator::rtf_EList_DepthStyle(), RTFGenerator::rtf_LCList_DepthStyle(), RTFGenerator::startDescTable(), RTFGenerator::startGroupHeader(), RTFGenerator::startInlineHeader(), RTFGenerator::startMemberDoc(), RTFGenerator::startMemberDocSimple(), RTFGenerator::startMemberGroupHeader(), RTFGenerator::startSection(), RTFGenerator::startSubsection(), RTFGenerator::startSubsubsection(), RTFGenerator::startTextBlock(), RTFGenerator::startTitleHead(), and RTFDocVisitor::visitPre().
Rtf_Style_Default rtf_Style_Default[] |
Definition at line 43 of file rtfstyle.cpp.
Referenced by RTFGenerator::init(), and RTFGenerator::writeStyleSheetFile().
char rtf_Style_Reset[] |
Definition at line 41 of file rtfstyle.cpp.
Referenced by RTFGenerator::beginRTFChapter(), RTFGenerator::beginRTFSection(), RTFGenerator::endCallGraph(), RTFGenerator::endClassDiagram(), RTFGenerator::endDirDepGraph(), RTFGenerator::endDotGraph(), RTFGenerator::endGroupHeader(), RTFGenerator::endInclDepGraph(), RTFGenerator::endIndexSection(), RTFGenerator::endMemberGroupHeader(), RTFGenerator::endSubsection(), RTFGenerator::endTitleHead(), RTFDocVisitor::includePicturePreRTF(), RTFGenerator::startCodeFragment(), RTFGenerator::startConstraintList(), RTFGenerator::startDescription(), RTFGenerator::startDescTable(), RTFGenerator::startGroupHeader(), RTFGenerator::startIndent(), RTFGenerator::startIndexList(), RTFGenerator::startInlineHeader(), RTFGenerator::startItemListItem(), RTFGenerator::startMemberDescription(), RTFGenerator::startMemberDoc(), RTFGenerator::startMemberDocSimple(), RTFGenerator::startMemberGroup(), RTFGenerator::startMemberGroupHeader(), RTFGenerator::startMemberItem(), RTFGenerator::startMemberSubtitle(), RTFGenerator::startParamList(), RTFGenerator::startSection(), RTFGenerator::startSimpleSect(), RTFGenerator::startSubsection(), RTFGenerator::startSubsubsection(), RTFGenerator::startTextBlock(), RTFGenerator::startTitleHead(), RTFDocVisitor::visit(), RTFDocVisitor::visitPost(), RTFDocVisitor::visitPre(), and RTFGenerator::writePageLink().
QCString rtf_subject |
Definition at line 31 of file rtfstyle.cpp.
Referenced by loadExtensions(), and RTFGenerator::startIndexSection().
QCString rtf_title |
Definition at line 30 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection(), and loadExtensions().