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

Method setEnabledAvailable

src/backend/worksheet/Background.cpp:188–191  ·  view source on GitHub ↗

############################################################################## ################# setter methods and undo commands ########################## ##############################################################################

Source from the content-addressed store, hash-verified

186// ################# setter methods and undo commands ##########################
187// ##############################################################################
188void Background::setEnabledAvailable(bool available) {
189 Q_D(Background);
190 d->enabledAvailable = available;
191}
192
193void Background::setPositionAvailable(bool available) {
194 Q_D(Background);

Callers 4

initMethod · 0.80
addBackgroundMethod · 0.80
addBackgroundMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected