MCPcopy Create free account
hub / github.com/KDE/labplot / finalizeAdd

Method finalizeAdd

src/backend/datapicker/DatapickerPoint.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126DatapickerPoint::~DatapickerPoint() = default;
127
128void DatapickerPoint::finalizeAdd() {
129 // after the parent (image or curve) was set, update the properties (symbol, etc.) from the parent
130 Q_D(DatapickerPoint);
131 d->updateProperties();
132}
133
134void DatapickerPoint::init() {
135 Q_D(DatapickerPoint);

Callers

nothing calls this directly

Calls 1

updatePropertiesMethod · 0.45

Tested by

no test coverage detected