Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ backgroundColor
Method
backgroundColor
src/backend/worksheet/TreeModel.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
QVariant TreeItem::backgroundColor() const {
50
return m_backgroundColor;
51
}
52
53
bool TreeItem::insertChildren(int position, int count, int columns) {
54
if (position < 0 || position > childItems.size())
Callers
11
setNotesList
Method · 0.80
loadConfigFromTemplate
Method · 0.80
textChanged
Method · 0.80
charFormatChanged
Method · 0.80
load
Method · 0.80
updateMode
Method · 0.80
loadConfig
Method · 0.80
NoteView
Method · 0.80
data
Method · 0.80
labelsBackgroundColor
Method · 0.80
addPlot
Method · 0.80
Calls
no outgoing calls
Tested by
1
addPlot
Method · 0.64