Doxygen
DotNode 成员列表

成员的完整列表,这些成员属于 DotNode,包括所有继承而来的类成员

addChild(DotNode *n, int edgeColor=EdgeInfo::Purple, int edgeStyle=EdgeInfo::Solid, const QCString &edgeLab=QCString(), const QCString &edgeURL=QCString(), int edgeLabCol=-1)DotNode
addParent(DotNode *n)DotNode
children() constDotNodeinline
clearWriteFlag()DotNode
colorConnectedNodes(int curColor)DotNode
convertLabel(const QCString &l)DotNodestatic
deleteNode(DotNodeRefVector &deletedList)DotNode
deleteNodes(DotNode *node)DotNodestatic
distance() constDotNodeinline
DotNode(int n, const QCString &lab, const QCString &tip, const QCString &url, bool rootNode=FALSE, const ClassDef *cd=0)DotNode
edgeInfo() constDotNodeinline
findParent(DotNode *n)DotNodeinline
hasDocumentation() constDotNodeinline
isRenumbered() constDotNodeinline
isTruncated() constDotNodeinline
isVisible() constDotNodeinline
isWritten() constDotNodeinline
label() constDotNodeinline
m_childrenDotNodeprivate
m_classDefDotNodeprivate
m_deletedDotNodeprivate
m_distanceDotNodeprivate
m_edgeInfoDotNodeprivate
m_hasDocDotNodeprivate
m_isRootDotNodeprivate
m_labelDotNodeprivate
m_numberDotNodeprivate
m_parentsDotNodeprivate
m_renumberedDotNodeprivate
m_subgraphIdDotNodeprivate
m_tooltipDotNodeprivate
m_truncatedDotNodeprivate
m_urlDotNodeprivate
m_visibleDotNodeprivate
m_writtenDotNodemutableprivate
markAsTruncated(bool b=TRUE)DotNodeinline
markAsVisible(bool b=TRUE)DotNodeinline
markHasDocumentation()DotNodeinline
markRenumbered()DotNodeinline
number() constDotNodeinline
parents() constDotNodeinline
removeChild(DotNode *n)DotNode
removeParent(DotNode *n)DotNode
renumberNodes(int &number)DotNode
setDistance(int distance)DotNode
setSubgraphId(int id)DotNodeinline
subgraphId() constDotNodeinline
Truncated 枚举值DotNode
TruncState 枚举名称DotNode
Unknown 枚举值DotNode
Untruncated 枚举值DotNode
write(TextStream &t, GraphType gt, GraphOutputFormat f, bool topDown, bool toChildren, bool backArrows) constDotNode
writeArrow(TextStream &t, GraphType gt, GraphOutputFormat f, const DotNode *cn, const EdgeInfo *ei, bool topDown, bool pointBack=TRUE) constDotNode
writeBox(TextStream &t, GraphType gt, GraphOutputFormat f, bool hasNonReachableChildren) constDotNode
writeDEF(TextStream &t) constDotNode
writeDocbook(TextStream &t, bool isClassGraph) constDotNode
writeXML(TextStream &t, bool isClassGraph) constDotNode
~DotNode()DotNode