Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void ErrorBarItem::setPosition(QPointF position) {
56
setPos(position);
57
barLineItem->setLine(0, 0, position.x(), position.y());
58
}
59
60
void ErrorBarItem::setRectSize(qreal size) {
61
QTransform matrix;
Callers
7
loadWorksheet
Method · 0.45
loadGraphLayer
Method · 0.45
loadAxes
Method · 0.45
loadBackground
Method · 0.45
addNewPoint
Method · 0.45
initErrorBar
Method · 0.45
mouseReleaseEvent
Method · 0.45
Calls
2
x
Method · 0.80
y
Method · 0.45
Tested by
no test coverage detected