Doxygen
|
Properties are used to format the directories in the graph distinctively. More...
Public Attributes | |
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.
Definition at line 37 of file dotdirdeps.cpp.
bool DotDirProperty::isIncomplete = false |
true if not all successors of a cluster are drawn
Definition at line 39 of file dotdirdeps.cpp.
Referenced by getDirectoryBorderStyle().
bool DotDirProperty::isOriginal = false |
true if is the directory for which the graph is drawn
Definition at line 42 of file dotdirdeps.cpp.
Referenced by getDirectoryBorderStyle().
bool DotDirProperty::isOrphaned = false |
true if parent is not drawn
Definition at line 40 of file dotdirdeps.cpp.
Referenced by getDirectoryBorderColor(), and getDirectoryBorderStyle().
bool DotDirProperty::isPeripheral = false |
true if no successor of parent of original directory
Definition at line 43 of file dotdirdeps.cpp.
bool DotDirProperty::isTruncated = false |
true has successors, none is drawn
Definition at line 41 of file dotdirdeps.cpp.
Referenced by getDirectoryBorderColor(), and getDirectoryBorderStyle().