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

Method setVisible

src/backend/worksheet/InfoElement.cpp:865–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863
864STD_SWAP_METHOD_SETTER_CMD_IMPL(InfoElement, SetVisible, bool, changeVisibility)
865void InfoElement::setVisible(bool on) {
866 Q_D(InfoElement);
867 if (on != isVisible())
868 exec(new InfoElementSetVisibleCmd(d, on, on ? ki18n("%1: set visible") : ki18n("%1: set invisible")));
869}
870
871bool InfoElement::isValid() const {
872 Q_D(const InfoElement);

Callers 10

InfoElementMethod · 0.45
addCurveMethod · 0.45
addCurvePathMethod · 0.45
curveDeletedMethod · 0.45
removeCurveMethod · 0.45
updateValidMethod · 0.45
changeVisibilityMethod · 0.45
loadPointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected