#include </home/clem/local/src/opie/noncore/unsupported/libopie/owait.h>
Public Slots | |
| void | hide () |
Public Member Functions | |
| OWait (QWidget *parent=0, const char *name=0, bool dispIcon=TRUE) | |
| ~OWait () | |
| void | show () |
| void | setTimerLength (int length) |
Private Member Functions | |
| void | timerEvent (QTimerEvent *) |
| void | paintEvent (QPaintEvent *) |
Private Attributes | |
| QPixmap | m_pix |
| QLabel * | m_lb |
| QTimer * | m_waitTimer |
| int | m_timerLength |
| int | m_aniSize |
| Private * | d |
This class displays a animated waiting icon in the middle of the screen.
Definition at line 37 of file owait.h.
|
||||||||||||||||
|
This will construct a modal dialog. The default timer length is 10.
Definition at line 39 of file owait.cpp. References hide(), Resource::loadPixmap(), m_aniSize, m_lb, m_pix, m_timerLength, and m_waitTimer. |
|
|
|
|
|
reimplemented for control reasons Definition at line 79 of file owait.cpp. References frame, and m_waitTimer. Referenced by OWait(). |
|
|
|
|
|
Set the time before the icon will be automaticly hidden The timer will be started once the widget will be shown.
Definition at line 86 of file owait.cpp. References m_timerLength. |
|
|
reimplemented for control reasons Definition at line 71 of file owait.cpp. References m_aniSize, m_timerLength, m_waitTimer, and qApp. |
|
|
Definition at line 61 of file owait.cpp. References frame. |
|
|
|
|
|
Definition at line 72 of file owait.h. Referenced by OWait(), paintEvent(), and show(). |
|
|
Definition at line 69 of file owait.h. Referenced by OWait(), and paintEvent(). |
|
|
Definition at line 68 of file owait.h. Referenced by OWait(), and paintEvent(). |
|
|
Definition at line 71 of file owait.h. Referenced by OWait(), setTimerLength(), and show(). |
|
|
|
1.4.2