Home
last modified time | relevance | path

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

/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dnote.cpp95 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 …]
H A Dnote.h287 State m_computedState; variable