MCPcopy Create free account
hub / github.com/KDE/labplot / loadThemeConfig

Method loadThemeConfig

src/backend/worksheet/Line.cpp:221–225  ·  view source on GitHub ↗

############################################################################## ######################### Theme management ################################## ##############################################################################

Source from the content-addressed store, hash-verified

219// ######################### Theme management ##################################
220// ##############################################################################
221void Line::loadThemeConfig(const KConfigGroup& group) {
222 Q_D(const Line);
223 const auto& themeColor = group.readEntry(d->prefix + QStringLiteral("Color"), QColor(Qt::black));
224 loadThemeConfig(group, themeColor);
225}
226
227void Line::loadThemeConfig(const KConfigGroup& group, const QColor& themeColor) {
228 Q_D(const Line);

Callers 2

handleAspectAddedMethod · 0.45
loadThemeMethod · 0.45

Calls 1

QColorClass · 0.50

Tested by

no test coverage detected