Home
last modified time | relevance | path

Searched refs:m_bubbles (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.cpp89 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()
H A Dglwidget.h107 QList<Bubble *> m_bubbles; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.cpp89 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()
H A Dglwidget.h107 QList<Bubble *> m_bubbles; in QT_FORWARD_DECLARE_CLASS() local