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

Method retransform

src/backend/worksheet/Image.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void Image::retransform() {
98 Q_D(Image);
99 d->retransform();
100}
101
102void Image::handleResize(double /*horizontalRatio*/, double /*verticalRatio*/, bool /*pageResize*/) {
103 DEBUG(Q_FUNC_INFO);

Callers 14

generatePlotMethod · 0.45
removePlotRangeMethod · 0.45
addNewMethod · 0.45
showOverviewPlotMethod · 0.45
addCurvesToPlotsMethod · 0.45
runMethod · 0.45
retransformElementsMethod · 0.45
redoMethod · 0.45

Calls 7

isLoadingMethod · 0.80
heightMethod · 0.80
setXMethod · 0.80
setYMethod · 0.80
setHeightMethod · 0.80
widthMethod · 0.45
setWidthMethod · 0.45