Doxygen
Loading...
Searching...
No Matches
DotDirProperty Struct Reference

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
 

Detailed Description

Properties are used to format the directories in the graph distinctively.

Definition at line 37 of file dotdirdeps.cpp.

Member Data Documentation

◆ isIncomplete

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().

◆ isOriginal

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().

◆ isOrphaned

bool DotDirProperty::isOrphaned = false

true if parent is not drawn

Definition at line 40 of file dotdirdeps.cpp.

Referenced by getDirectoryBorderColor(), and getDirectoryBorderStyle().

◆ isPeripheral

bool DotDirProperty::isPeripheral = false

true if no successor of parent of original directory

Definition at line 43 of file dotdirdeps.cpp.

◆ isTruncated

bool DotDirProperty::isTruncated = false

true has successors, none is drawn

Definition at line 41 of file dotdirdeps.cpp.

Referenced by getDirectoryBorderColor(), and getDirectoryBorderStyle().


The documentation for this struct was generated from the following file: