kpimutils
20 #ifndef PROGRESSINDICATORWIDGET_H 21 #define PROGRESSINDICATORWIDGET_H 23 #include "kpimutils_export.h" 25 #include <KPixmapSequence> 31 class ProgressIndicatorWidgetPrivate;
32 class ProgressIndicatorWidget;
33 class IndicatorProgress :
public QObject
37 explicit IndicatorProgress(ProgressIndicatorWidget *widget, QObject *parent = 0);
40 bool isActive()
const;
42 void startAnimation();
51 KPixmapSequence mProgressPix;
52 QTimer *mProgressTimer;
53 ProgressIndicatorWidget *mIndicator;
57 class KPIMUTILS_EXPORT ProgressIndicatorWidget :
public QLabel
61 explicit ProgressIndicatorWidget(QWidget *parent = 0);
62 ~ProgressIndicatorWidget();
68 bool isActive()
const;
75 friend class ProgressIndicatorWidgetPrivate;
76 ProgressIndicatorWidgetPrivate *
const d;
81 #endif // PROGRESSINDICATORWIDGET_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Sat Feb 11 2017 00:11:14 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.