MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / toString

Method toString

src/Mod/TechDraw/App/LineFormat.cpp:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87std::string LineFormat::toString() const
88{
89 std::stringstream ss;
90 ss << m_style << ", " <<
91 m_weight << ", " <<
92 m_color.asHexString() << ", " <<
93 m_visible;
94 return ss.str();
95}
96
97//static preference getters.
98double LineFormat::getDefEdgeWidth()

Callers

nothing calls this directly

Calls 2

asHexStringMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected