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

Method setIsReferencePoint

src/backend/datapicker/DatapickerPoint.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void DatapickerPoint::setIsReferencePoint(bool value) {
299 Q_D(DatapickerPoint);
300 d->isReferencePoint = value;
301}
302
303bool DatapickerPoint::isReferencePoint() const {
304 Q_D(const DatapickerPoint);

Callers 2

addNewPointMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected