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

Method backgroundColorChanged

src/frontend/dockwidgets/NoteDock.cpp:58–63  ·  view source on GitHub ↗

SLOTs for changes triggered in NoteDock

Source from the content-addressed store, hash-verified

56//********** SLOTs for changes triggered in NoteDock **********
57//*************************************************************
58void NoteDock::backgroundColorChanged(const QColor& color) {
59 CONDITIONAL_LOCK_RETURN;
60
61 for (auto* note : m_notesList)
62 note->setBackgroundColor(color);
63}
64
65void NoteDock::textColorChanged(const QColor& color) {
66 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setBackgroundColorMethod · 0.45

Tested by

no test coverage detected