Doxygen
|
#include "dotnode.h"
#include "classdef.h"
#include "config.h"
#include "memberlist.h"
#include "membergroup.h"
#include "language.h"
#include "doxygen.h"
#include "util.h"
#include "textstream.h"
类 | |
struct | EdgeProperties |
Helper struct holding the properties of a edge in a dot graph. 更多... | |
宏定义 | |
#define | DEBUG_RENUMBERING 0 |
函数 | |
static QCString | escapeTooltip (const QCString &tooltip) |
static void | writeBoxMemberList (TextStream &t, char prot, const MemberList *ml, const ClassDef *scope, bool isStatic=FALSE, const StringUnorderedSet *skipNames=nullptr) |
static QCString | stripProtectionPrefix (const QCString &s) |
变量 | |
static const char * | normalEdgeColorMap [] |
static const char * | normalArrowStyleMap [] |
static const char * | normalEdgeStyleMap [] |
static const char * | umlEdgeColorMap [] |
static const char * | umlArrowStyleMap [] |
static const char * | umlEdgeStyleMap [] |
static EdgeProperties | normalEdgeProps |
static EdgeProperties | umlEdgeProps |
#define DEBUG_RENUMBERING 0 |
在文件 dotnode.cpp 第 797 行定义.
在文件 dotnode.cpp 第 99 行定义.
引用了 QCString::data() , 以及 QCString::isEmpty().
被这些函数引用 DotNode::writeBox().
在文件 dotnode.cpp 第 254 行定义.
引用了 QCString::isEmpty() , 以及 QCString::mid().
被这些函数引用 DotNode::writeBox().
|
static |
在文件 dotnode.cpp 第 117 行定义.
引用了 Config_getEnum, Config_getInt, DotNode::convertLabel(), end(), theTranslator , 以及 Translator::trAndMore().
被这些函数引用 DotNode::writeBox().
|
static |
在文件 dotnode.cpp 第 46 行定义.
|
static |
mapping from protection levels to color names
在文件 dotnode.cpp 第 35 行定义.
|
static |
在文件 dotnode.cpp 第 89 行定义.
被这些函数引用 DotNode::writeArrow().
|
static |
在文件 dotnode.cpp 第 56 行定义.
|
static |
在文件 dotnode.cpp 第 73 行定义.
|
static |
在文件 dotnode.cpp 第 62 行定义.
|
static |
在文件 dotnode.cpp 第 94 行定义.
被这些函数引用 DotNode::writeArrow().
|
static |
在文件 dotnode.cpp 第 83 行定义.