Searched refs:m_bubbles (Results 1 – 4 of 4) sorted by relevance
89 qDeleteAll(m_bubbles); in ~GLWidget()344 createBubbles(bubbleNum - m_bubbles.count()); in initializeGL()349 createBubbles(bubbleNum - m_bubbles.count()); in paintGL()389 foreach (Bubble *bubble, m_bubbles) { in paintGL()402 QMutableListIterator<Bubble*> iter(m_bubbles); in paintGL()430 m_bubbles.append(new Bubble(position, radius, velocity)); in createBubbles()
107 QList<Bubble *> m_bubbles; in QT_FORWARD_DECLARE_CLASS() local