Plasma
Plasma::BusyWidget Class Reference
A widget that provides a waiting spinner. More...
#include <busywidget.h>
Inheritance diagram for Plasma::BusyWidget:

Public Member Functions | |
| BusyWidget (QGraphicsWidget *parent=0) | |
| ~BusyWidget () | |
Protected Slots | |
| void | timerEvent (QTimerEvent *event) |
Protected Member Functions | |
| void | hideEvent (QHideEvent *event) |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
| void | resizeEvent (QGraphicsSceneResizeEvent *event) |
| void | showEvent (QShowEvent *event) |
Detailed Description
A widget that provides a waiting spinner.A simple spinner widget that can be used to represent a wait of unknown length
Definition at line 41 of file busywidget.h.
Constructor & Destructor Documentation
| Plasma::BusyWidget::BusyWidget | ( | QGraphicsWidget * | parent = 0 |
) | [explicit] |
Constructs a new BusyWidget.
- parent the parent of this widget
Definition at line 66 of file busywidget.cpp.
| Plasma::BusyWidget::~BusyWidget | ( | ) |
Definition at line 78 of file busywidget.cpp.
Member Function Documentation
| void Plasma::BusyWidget::hideEvent | ( | QHideEvent * | event | ) | [protected] |
| void Plasma::BusyWidget::paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget = 0 | |||
| ) | [protected] |
Definition at line 96 of file busywidget.cpp.
| void Plasma::BusyWidget::resizeEvent | ( | QGraphicsSceneResizeEvent * | event | ) | [protected] |
| void Plasma::BusyWidget::showEvent | ( | QShowEvent * | event | ) | [protected] |
| void Plasma::BusyWidget::timerEvent | ( | QTimerEvent * | event | ) | [protected, slot] |
Definition at line 83 of file busywidget.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference