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

Method setScaleContent

src/backend/worksheet/Worksheet.cpp:700–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698
699STD_SETTER_CMD_IMPL_S(Worksheet, SetScaleContent, bool, scaleContent)
700void Worksheet::setScaleContent(bool scaleContent) {
701 Q_D(Worksheet);
702 if (scaleContent != d->scaleContent)
703 exec(new WorksheetSetScaleContentCmd(d, scaleContent, ki18n("%1: change \"rescale the content\" property")));
704}
705
706/* ============================ setter methods and undo commands for layout options ================= */
707STD_SETTER_CMD_IMPL_F_S(Worksheet, SetLayout, Worksheet::Layout, layout, updateLayout)

Callers 1

scaleContentChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected