Searched refs:m_background (Results 1 – 8 of 8) sorted by relevance
17 m_background(background) in GLWidget()125 …glClearColor(m_background.redF(), m_background.greenF(), m_background.blueF(), m_transparent ? 0.0… in paintGL()
50 QColor m_background; in QT_FORWARD_DECLARE_CLASS() local
80 m_background(background) in GLWidget()356 …glClearColor(m_background.redF(), m_background.greenF(), m_background.blueF(), m_transparent ? 0.0… in paintGL()
130 QColor m_background; in QT_FORWARD_DECLARE_CLASS() local
7 m_background = Qt::black; in mySpeed()50 painter->setBrush(m_background); in drawBackground()
25 QColor m_background;