Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setZoomFactor
Method
setZoomFactor
src/backend/worksheet/TextLabel.cpp:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
TextLabel::~TextLabel() = default;
208
209
void TextLabel::setZoomFactor(double factor) {
210
Q_D(TextLabel);
211
d->setZoomFactor(factor);
212
}
213
214
void TextLabel::retransform() {
215
Q_D(TextLabel);
Callers
1
updateLabelsZoom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected