|
Doxygen
|
Builder helper to create instances of the DotDirProperty struct. More...
Public Member Functions | |
| DotDirPropertyBuilder & | makeIncomplete (bool b=true) |
| DotDirPropertyBuilder & | makeOrphaned (bool b=true) |
| DotDirPropertyBuilder & | makeTruncated (bool b=true) |
| DotDirPropertyBuilder & | makeOriginal (bool b=true) |
| DotDirPropertyBuilder & | makePeripheral (bool b=true) |
| operator DotDirProperty () | |
Private Attributes | |
| DotDirProperty | m_property |
Builder helper to create instances of the DotDirProperty struct.
Definition at line 47 of file dotdirdeps.cpp.
|
inline |
Definition at line 50 of file dotdirdeps.cpp.
References DotDirProperty::isIncomplete, and m_property.
|
inline |
Definition at line 53 of file dotdirdeps.cpp.
References DotDirProperty::isOriginal, and m_property.
Referenced by drawTree().
|
inline |
Definition at line 51 of file dotdirdeps.cpp.
References DotDirProperty::isOrphaned, and m_property.
|
inline |
Definition at line 54 of file dotdirdeps.cpp.
References DotDirProperty::isPeripheral, and m_property.
|
inline |
Definition at line 52 of file dotdirdeps.cpp.
References DotDirProperty::isTruncated, and m_property.
|
inline |
|
private |
Definition at line 57 of file dotdirdeps.cpp.
Referenced by makeIncomplete(), makeOriginal(), makeOrphaned(), makePeripheral(), makeTruncated(), and operator DotDirProperty().