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

Method setZoomFit

src/backend/worksheet/Worksheet.cpp:694–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694void Worksheet::setZoomFit(ZoomFit zoomFit) {
695 Q_D(Worksheet);
696 d->zoomFit = zoomFit; // No need to undo
697}
698
699STD_SETTER_CMD_IMPL_S(Worksheet, SetScaleContent, bool, scaleContent)
700void Worksheet::setScaleContent(bool scaleContent) {

Callers 3

wheelEventMethod · 0.80
changeZoomMethod · 0.80
fitChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected