MCPcopy Create free account
hub / github.com/KDE/krita / removeControlPoint2

Method removeControlPoint2

libs/flake/KoPathPoint.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void KoPathPoint::removeControlPoint2()
147{
148 d->activeControlPoint2 = false;
149 d->properties &= ~IsSmooth;
150 d->properties &= ~IsSymmetric;
151 if (d->shape)
152 d->shape->notifyChanged();
153}
154
155void KoPathPoint::setProperties(PointProperties properties)
156{

Callers 9

redoMethod · 0.80
undoChangesMethod · 0.80
redoMethod · 0.80
undoMethod · 0.80
restoreControlPointMethod · 0.80
appendPointToPathMethod · 0.80
updatePathMethod · 0.80
updatePathMethod · 0.80
updatePathMethod · 0.80

Calls 1

notifyChangedMethod · 0.80

Tested by

no test coverage detected