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

Method graphicsItem

src/backend/datapicker/DatapickerPoint.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190QGraphicsItem* DatapickerPoint::graphicsItem() const {
191 return d_ptr;
192}
193
194void DatapickerPoint::setParentGraphicsItem(QGraphicsItem* item) {
195 Q_D(DatapickerPoint);

Callers 1

ErrorBarItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected