Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ title
Method
title
src/backend/worksheet/InfoElement.cpp:510–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
TextLabel* InfoElement::title() {
511
return m_title;
512
}
513
514
bool InfoElement::isTextLabel() const {
515
return m_title != nullptr;
Callers
15
setInfoElements
Method · 0.45
updateAxisColor
Method · 0.45
setPlots
Method · 0.45
load
Method · 0.45
setAxes
Method · 0.45
showOverviewPlot
Method · 0.45
showHistogram
Method · 0.45
showKDEPlot
Method · 0.45
showQQPlot
Method · 0.45
showBoxPlot
Method · 0.45
showBarPlot
Method · 0.45
showParetoPlot
Method · 0.45
Calls
no outgoing calls
Tested by
1
testImportOriginStrings
Method · 0.36