Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ gluePointCount
Method
gluePointCount
src/backend/worksheet/TextLabel.cpp:436–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
}
435
436
int TextLabel::gluePointCount() {
437
Q_D(const TextLabel);
438
return d->m_gluePoints.length();
439
}
440
441
void TextLabel::updateTeXImage() {
442
Q_D(TextLabel);
Callers
1
gluePointsCount
Method · 0.80
Calls
1
length
Method · 0.80
Tested by
no test coverage detected