MCPcopy 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
49QVariant TreeItem::backgroundColor() const {
50 return m_backgroundColor;
51}
52
53bool TreeItem::insertChildren(int position, int count, int columns) {
54 if (position < 0 || position > childItems.size())

Callers 11

setNotesListMethod · 0.80
textChangedMethod · 0.80
charFormatChangedMethod · 0.80
loadMethod · 0.80
updateModeMethod · 0.80
loadConfigMethod · 0.80
NoteViewMethod · 0.80
dataMethod · 0.80
labelsBackgroundColorMethod · 0.80
addPlotMethod · 0.80

Calls

no outgoing calls

Tested by 1

addPlotMethod · 0.64