Searched refs:m_computedState (Results 1 – 2 of 2) sorted by relevance
95 m_computedState(), in Note()1870 if (m_computedState.backgroundColor().isValid()) 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()[all …]
287 State m_computedState; variable