MCPcopy Create free account
hub / github.com/clemenssielaff/ZodiacGraph / decreaseBentCount

Method decreaseBentCount

zodiacgraph/edgegroup.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void EdgeGroup::decreaseBentCount()
91{
92 --m_bentEdgesCount;
93 Q_ASSERT(m_bentEdgesCount>=0);
94 updateVisibility();
95 m_pair->updateDoubleEdgeVisibility();
96}
97
98void EdgeGroup::updateVisibility()
99{

Callers 1

plugHasChangedMethod · 0.80

Calls 1

Tested by

no test coverage detected