Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dchasewidget.cpp44 ChaseWidget::ChaseWidget(QWidget *parent, QPixmap pixmap, bool pixmapEnabled) in ChaseWidget() function in ChaseWidget
56 void ChaseWidget::setAnimated(bool value) in setAnimated()
72 void ChaseWidget::paintEvent(QPaintEvent *event) in paintEvent()
104 QSize ChaseWidget::sizeHint() const in sizeHint()
109 void ChaseWidget::timerEvent(QTimerEvent *event) in timerEvent()
118 QColor ChaseWidget::colorForSegment(int seg) const in colorForSegment()
125 int ChaseWidget::segmentCount() const in segmentCount()
130 void ChaseWidget::setPixmapEnabled(bool enable) in setPixmapEnabled()
H A Dchasewidget.h50 class ChaseWidget : public QWidget
54 ChaseWidget(QWidget *parent = 0, QPixmap pixmap = QPixmap(), bool pixmapEnabled = false);
H A Dbrowsermainwindow.h43 class ChaseWidget; variable
134 ChaseWidget *m_chaseWidget;
H A Dbrowsermainwindow.cpp473 m_chaseWidget = new ChaseWidget(this); in setupToolBar()