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

Method changeVisibility

src/backend/worksheet/WorksheetElement.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void WorksheetElement::changeVisibility() {
142 Q_D(const WorksheetElement);
143 this->setVisible(!d->isVisible());
144}
145
146void WorksheetElement::changeLocking() {
147 this->setLock(!isLocked());

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.95
isVisibleMethod · 0.45

Tested by

no test coverage detected