|
Doxygen
|
#include <chrono>#include <ctime>#include <stdlib.h>#include "rtfgen.h"#include "config.h"#include "message.h"#include "doxygen.h"#include "util.h"#include "diagram.h"#include "language.h"#include "dot.h"#include "dotcallgraph.h"#include "dotclassgraph.h"#include "dotdirdeps.h"#include "dotincldepgraph.h"#include "version.h"#include "pagedef.h"#include "rtfstyle.h"#include "rtfdocvisitor.h"#include "docparser.h"#include "dirdef.h"#include "vhdldocgen.h"#include "portable.h"#include "groupdef.h"#include "classlist.h"#include "filename.h"#include "namespacedef.h"#include "dir.h"#include "utf8.h"#include "debug.h"
rtfgen.cpp 的引用(Include)关系图:宏定义 | |
| #define | DBG_RTF(x) |
函数 | |
| static QCString | dateToRTFDateString () |
| static QCString | makeIndexName (const QCString &s, int i) |
| bool | isLeadBytes (int c) |
| static void | encodeForOutput (TextStream &t, const QCString &s) |
| static bool | preProcessFile (Dir &d, const QCString &infName, TextStream &t, bool bIncludeHeader=TRUE) |
| VERY brittle routine inline RTF's included by other RTF's. 更多... | |
| void | testRTFOutput (const QCString &name) |
| Tests the integrity of the result by counting brackets. 更多... | |
| #define DBG_RTF | ( | x | ) |
在文件 rtfgen.cpp 第 54 行定义.
|
static |
|
static |
| bool isLeadBytes | ( | int | c | ) |
在文件 rtfgen.cpp 第 1987 行定义.
引用了 theTranslator , 以及 Translator::trRTFansicp().
被这些函数引用 encodeForOutput().
|
static |
VERY brittle routine inline RTF's included by other RTF's.
it is recursive and ugly.
在文件 rtfgen.cpp 第 2084 行定义.
引用了 QCString::data(), DBG_RTF, encodeForOutput(), err(), FALSE, Debug::isFlagSet(), Dir::remove(), Debug::Rtf, QCString::str() , 以及 TRUE.
| void testRTFOutput | ( | const QCString & | name | ) |
Tests the integrity of the result by counting brackets.
在文件 rtfgen.cpp 第 2252 行定义.
引用了 err(), Rtf_Style_Default::name , 以及 qPrint().