MCPcopy 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

207TextLabel::~TextLabel() = default;
208
209void TextLabel::setZoomFactor(double factor) {
210 Q_D(TextLabel);
211 d->setZoomFactor(factor);
212}
213
214void TextLabel::retransform() {
215 Q_D(TextLabel);

Callers 1

updateLabelsZoomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected