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

Method setPositionAvailable

src/backend/worksheet/Background.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void Background::setPositionAvailable(bool available) {
194 Q_D(Background);
195 d->positionAvailable = available;
196}
197
198STD_SETTER_CMD_IMPL_F_S(Background, SetEnabled, bool, enabled, update)
199void Background::setEnabled(bool enabled) {

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected