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

Method isValid

src/backend/worksheet/InfoElement.cpp:871–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871bool InfoElement::isValid() const {
872 Q_D(const InfoElement);
873 return d->valid;
874}
875
876void InfoElement::updateValid() {
877 Q_D(InfoElement);

Callers 10

updatePositionMethod · 0.45
keyPressEventMethod · 0.45
itemChangeMethod · 0.45
mouseMoveEventMethod · 0.45
dataMethod · 0.45
flagsMethod · 0.45
getItemMethod · 0.45
indexMethod · 0.45
parentMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected