|
kwave
18.07.70
|


Public Member Functions | |
| WorkerThread (Kwave::OverViewWidget *widget) | |
| virtual | ~WorkerThread () Q_DECL_OVERRIDE |
| virtual void | run () Q_DECL_OVERRIDE |
Private Attributes | |
| Kwave::OverViewWidget * | m_overview |
internal worker thread for updating the bitmap in background
Definition at line 177 of file OverViewWidget.h.
|
explicit |
constructor
Definition at line 55 of file OverViewWidget.cpp.
|
virtual |
|
virtual |
thread function that calls calculateBitmap()
Definition at line 68 of file OverViewWidget.cpp.
References Kwave::OverViewWidget::calculateBitmap(), and m_overview.

|
private |
pointer to the calling overview widget
Definition at line 192 of file OverViewWidget.h.
Referenced by run().