Lines Matching refs:m_computedState
95 m_computedState(), in Note()
1870 if (m_computedState.backgroundColor().isValid()) in draw()
1872 …background = Tools::mixColor(Tools::mixColor(m_computedState.backgroundColor(), palette().color(QP… in draw()
1879 else if (m_computedState.backgroundColor().isValid()) in draw()
1881 background = m_computedState.backgroundColor(); in draw()
1956 …notePalette.setColor(QPalette::Text, (m_computedState.textColor().isValid() ? m_computedState.text… in draw()
2098 return m_computedState.font(basket()->QGraphicsScene::font()); in font()
2103 if (m_computedState.backgroundColor().isValid()) in backgroundColor()
2104 return m_computedState.backgroundColor(); in backgroundColor()
2111 if (m_computedState.textColor().isValid()) in textColor()
2112 return m_computedState.textColor(); in textColor()
2119 …State::merge(m_states, &m_computedState, &m_emblemsCount, &m_haveInvisibleTags, basket()->backgrou… in recomputeStyle()