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

Method setPosition

src/backend/datapicker/DatapickerPoint.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void ErrorBarItem::setPosition(QPointF position) {
56 setPos(position);
57 barLineItem->setLine(0, 0, position.x(), position.y());
58}
59
60void ErrorBarItem::setRectSize(qreal size) {
61 QTransform matrix;

Callers 7

loadWorksheetMethod · 0.45
loadGraphLayerMethod · 0.45
loadAxesMethod · 0.45
loadBackgroundMethod · 0.45
addNewPointMethod · 0.45
initErrorBarMethod · 0.45
mouseReleaseEventMethod · 0.45

Calls 2

xMethod · 0.80
yMethod · 0.45

Tested by

no test coverage detected