Home
last modified time | relevance | path

Searched refs:m_textBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/theme/
H A Dq3dtheme.cpp619 if (d_ptr->m_textBackgroundColor != color) { in setLabelBackgroundColor()
620 d_ptr->m_textBackgroundColor = color; in setLabelBackgroundColor()
628 return d_ptr->m_textBackgroundColor; in labelBackgroundColor()
1046 m_textBackgroundColor(Qt::gray), in Q3DThemePrivate()
1151 other.q_ptr->setLabelBackgroundColor(m_textBackgroundColor); in sync()
H A Dq3dtheme_p.h134 QColor m_textBackgroundColor; variable