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

Method textColorChanged

src/frontend/dockwidgets/NoteDock.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void NoteDock::textColorChanged(const QColor& color) {
66 CONDITIONAL_LOCK_RETURN;
67
68 for (auto* note : m_notesList)
69 note->setTextColor(color);
70}
71
72void NoteDock::textFontChanged(const QFont& font) {
73 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setTextColorMethod · 0.80

Tested by

no test coverage detected