Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
871
bool InfoElement::isValid() const {
872
Q_D(const InfoElement);
873
return d->valid;
874
}
875
876
void InfoElement::updateValid() {
877
Q_D(InfoElement);
Callers
10
updatePosition
Method · 0.45
keyPressEvent
Method · 0.45
itemChange
Method · 0.45
mouseMoveEvent
Method · 0.45
data
Method · 0.45
flags
Method · 0.45
getItem
Method · 0.45
index
Method · 0.45
parent
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected