#include <guilib.h>
Inherits QWidget.
|
void | mouseMoveEvent (QMouseEvent *me) |
|
void | mousePressEvent (QMouseEvent *me) |
|
void | paintEvent (QPaintEvent *pe) |
|
HPleaseWaitWindow is an animated work indicator window. You can easily start this animatid window, with calling an everywhere available static function. You don't need to care about the speed of animation, it handled automatically.
while(...)
{
do_the_job();
...
}
Definition at line 1237 of file guilib.h.
void HPleaseWaitWindow::end |
( |
void |
| ) |
|
|
static |
void HPleaseWaitWindow::paintEvent |
( |
QPaintEvent * |
pe | ) |
|
|
protected |
You can redefine this function if you would line to change my stupid animation...
Definition at line 4438 of file guilib.cpp.
void HPleaseWaitWindow::progress |
( |
void |
| ) |
|
|
slot |
void HPleaseWaitWindow::step |
( |
void |
| ) |
|
|
static |
Call this function to step the animation of the work indicator window. If you don't call this function regulary the animation stops. Put this funtion to a work cycle to indicate the work. You don't need to care about the speed of animation, it handled automatically.
- See Also
- start()
-
step()
-
end()
Definition at line 4471 of file guilib.cpp.
The documentation for this class was generated from the following files: