Doxygen
|
Properties are used to format the directories in the graph distinctively. 更多...
Public 属性 | |
bool | isIncomplete = false |
true if not all successors of a cluster are drawn 更多... | |
bool | isOrphaned = false |
true if parent is not drawn 更多... | |
bool | isTruncated = false |
true has successors, none is drawn 更多... | |
bool | isOriginal = false |
true if is the directory for which the graph is drawn 更多... | |
bool | isPeripheral = false |
true if no successor of parent of original directory 更多... | |
Properties are used to format the directories in the graph distinctively.
在文件 dotdirdeps.cpp 第 36 行定义.
bool DotDirProperty::isIncomplete = false |
true if not all successors of a cluster are drawn
在文件 dotdirdeps.cpp 第 38 行定义.
被这些函数引用 getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makeIncomplete().
bool DotDirProperty::isOriginal = false |
true if is the directory for which the graph is drawn
在文件 dotdirdeps.cpp 第 41 行定义.
被这些函数引用 getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makeOriginal().
bool DotDirProperty::isOrphaned = false |
true if parent is not drawn
在文件 dotdirdeps.cpp 第 39 行定义.
被这些函数引用 getDirectoryBorderColor(), getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makeOrphaned().
bool DotDirProperty::isPeripheral = false |
true if no successor of parent of original directory
在文件 dotdirdeps.cpp 第 42 行定义.
被这些函数引用 getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makePeripheral().
bool DotDirProperty::isTruncated = false |
true has successors, none is drawn
在文件 dotdirdeps.cpp 第 40 行定义.
被这些函数引用 getDirectoryBorderColor(), getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makeTruncated().