Skip to main content

The DotDirProperty Struct Reference

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

Declaration

struct DotDirProperty { ... }

Public Member Attributes Index

boolisIncomplete = false

true if not all successors of a cluster are drawn More...

boolisOrphaned = false

true if parent is not drawn More...

boolisTruncated = false

true has successors, none is drawn More...

boolisOriginal = false

true if is the directory for which the graph is drawn More...

boolisPeripheral = false

true if no successor of parent of original directory More...

Description

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

Definition at line 37 of file dotdirdeps.cpp.

Public Member Attributes

isIncomplete

bool DotDirProperty::isIncomplete = false

true if not all successors of a cluster are drawn

Definition at line 39 of file dotdirdeps.cpp.

39 bool isIncomplete = false; //!< true if not all successors of a cluster are drawn

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.

42 bool isOriginal = false; //!< true if is the directory for which the graph is drawn

Referenced by getDirectoryBorderStyle.

isOrphaned

bool DotDirProperty::isOrphaned = false

true if parent is not drawn

Definition at line 40 of file dotdirdeps.cpp.

40 bool isOrphaned = false; //!< true if parent is not drawn

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.

43 bool isPeripheral = false; //!< true if no successor of parent of original directory

isTruncated

bool DotDirProperty::isTruncated = false

true has successors, none is drawn

Definition at line 41 of file dotdirdeps.cpp.

41 bool isTruncated = false; //!< true has successors, none is drawn

Referenced by getDirectoryBorderColor and getDirectoryBorderStyle.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.