Skip to main content

The DotDirPropertyBuilder Class Reference

Builder helper to create instances of the DotDirProperty struct. More...

Declaration

class DotDirPropertyBuilder { ... }

Public Operators Index

operator DotDirProperty ()

Public Member Functions Index

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)

Private Member Attributes Index

DotDirPropertym_property

Description

Builder helper to create instances of the DotDirProperty struct.

Definition at line 47 of file dotdirdeps.cpp.

Public Operators

operator DotDirProperty()

DotDirPropertyBuilder::operator DotDirProperty ()
inline

Definition at line 55 of file dotdirdeps.cpp.

55 operator DotDirProperty() { return std::move(m_property); }

Reference m_property.

Public Member Functions

makeIncomplete()

DotDirPropertyBuilder & DotDirPropertyBuilder::makeIncomplete (bool b=true)
inline

Definition at line 50 of file dotdirdeps.cpp.

50 DotDirPropertyBuilder &makeIncomplete(bool b=true) { m_property.isIncomplete=b; return *this; }

Reference m_property.

makeOriginal()

DotDirPropertyBuilder & DotDirPropertyBuilder::makeOriginal (bool b=true)
inline

Definition at line 53 of file dotdirdeps.cpp.

53 DotDirPropertyBuilder &makeOriginal (bool b=true) { m_property.isOriginal =b; return *this; }

Reference m_property.

Referenced by drawTree.

makeOrphaned()

DotDirPropertyBuilder & DotDirPropertyBuilder::makeOrphaned (bool b=true)
inline

Definition at line 51 of file dotdirdeps.cpp.

51 DotDirPropertyBuilder &makeOrphaned (bool b=true) { m_property.isOrphaned =b; return *this; }

Reference m_property.

makePeripheral()

DotDirPropertyBuilder & DotDirPropertyBuilder::makePeripheral (bool b=true)
inline

Definition at line 54 of file dotdirdeps.cpp.

54 DotDirPropertyBuilder &makePeripheral(bool b=true) { m_property.isPeripheral=b; return *this; }

Reference m_property.

makeTruncated()

DotDirPropertyBuilder & DotDirPropertyBuilder::makeTruncated (bool b=true)
inline

Definition at line 52 of file dotdirdeps.cpp.

52 DotDirPropertyBuilder &makeTruncated (bool b=true) { m_property.isTruncated =b; return *this; }

Reference m_property.

Private Member Attributes

m_property

DotDirProperty DotDirPropertyBuilder::m_property

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.