Doxygen
DotDirProperty结构体 参考

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.cpp36 行定义.

类成员变量说明

◆ isIncomplete

bool DotDirProperty::isIncomplete = false

true if not all successors of a cluster are drawn

在文件 dotdirdeps.cpp38 行定义.

被这些函数引用 getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makeIncomplete().

◆ isOriginal

bool DotDirProperty::isOriginal = false

true if is the directory for which the graph is drawn

在文件 dotdirdeps.cpp41 行定义.

被这些函数引用 getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makeOriginal().

◆ isOrphaned

bool DotDirProperty::isOrphaned = false

true if parent is not drawn

在文件 dotdirdeps.cpp39 行定义.

被这些函数引用 getDirectoryBorderColor(), getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makeOrphaned().

◆ isPeripheral

bool DotDirProperty::isPeripheral = false

true if no successor of parent of original directory

在文件 dotdirdeps.cpp42 行定义.

被这些函数引用 getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makePeripheral().

◆ isTruncated

bool DotDirProperty::isTruncated = false

true has successors, none is drawn

在文件 dotdirdeps.cpp40 行定义.

被这些函数引用 getDirectoryBorderColor(), getDirectoryBorderStyle() , 以及 DotDirPropertyBuilder::makeTruncated().


该结构体的文档由以下文件生成: