krita/ui
KisProgressWidget Class Reference
KisProgressWidget combines a KoProgressBar with a button that can be pressed to cancel the current action. More...
#include <kis_progress_widget.h>

Public Slots | |
| void | cancel () |
Public Member Functions | |
| KisProgressWidget (QWidget *parent) | |
| virtual | ~KisProgressWidget () |
| void | attachUpdater (KoProgressUpdater *updater) |
| KoProgressUpdater * | createUpdater (KoProgressUpdater::Mode mode=KoProgressUpdater::Threaded) |
| void | detachUpdater (KoProgressUpdater *updater) |
Detailed Description
KisProgressWidget combines a KoProgressBar with a button that can be pressed to cancel the current action.
Definition at line 39 of file kis_progress_widget.h.
Constructor & Destructor Documentation
| KisProgressWidget::KisProgressWidget | ( | QWidget * | parent | ) |
Definition at line 51 of file kis_progress_widget.cpp.
| KisProgressWidget::~KisProgressWidget | ( | ) | [virtual] |
Definition at line 65 of file kis_progress_widget.cpp.
Member Function Documentation
| void KisProgressWidget::attachUpdater | ( | KoProgressUpdater * | updater | ) |
Definition at line 89 of file kis_progress_widget.cpp.
| void KisProgressWidget::cancel | ( | ) | [slot] |
Definition at line 77 of file kis_progress_widget.cpp.
| KoProgressUpdater * KisProgressWidget::createUpdater | ( | KoProgressUpdater::Mode | mode = KoProgressUpdater::Threaded |
) |
create a new KoProgressUpdater instance that is linked to this progress bar.
Note: it is _your_ duty to call deleteLater on the koprogressupdater when you are done!
Definition at line 70 of file kis_progress_widget.cpp.
| void KisProgressWidget::detachUpdater | ( | KoProgressUpdater * | updater | ) |
Definition at line 84 of file kis_progress_widget.cpp.
The documentation for this class was generated from the following files:
