Home
last modified time | relevance | path

Searched refs:labelBackgroundColorDirty (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/theme/
H A Dq3dtheme_p.h53 bool labelBackgroundColorDirty : 1; member
77 labelBackgroundColorDirty(false), in Q3DThemeDirtyBitField()
H A Dq3dtheme.cpp618 d_ptr->m_dirtyBits.labelBackgroundColorDirty = true; in setLabelBackgroundColor()
1092 m_dirtyBits.labelBackgroundColorDirty = true; in resetDirtyBits()
1150 if (m_dirtyBits.labelBackgroundColorDirty) { in sync()
1152 m_dirtyBits.labelBackgroundColorDirty = false; in sync()
H A Dthememanager.cpp504 … if (theme->d_ptr->isForcePredefinedType() || !theme->d_ptr->m_dirtyBits.labelBackgroundColorDirty) in setTextBackgroundColor()