#include </home/clem/local/src/opie/libopie2/opieui/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 49 of file owait.h.
|
||||||||||||||||
|
This will construct a modal dialog. The default timer length is 10.
Definition at line 56 of file owait.cpp. References hide(), Opie::Core::OResource::loadPixmap(), m_aniSize, m_lb, m_pix, m_timerLength, and m_waitTimer. |
|
|
|
|
|
reimplemented for control reasons Definition at line 101 of file owait.cpp. References frame, and m_waitTimer. Referenced by BackupAndRestore::backupRootFs(), BackupAndRestore::backupUserData(), Interface::callProcess(), OWait(), SearchGroup::realSearch(), BackupAndRestore::restore(), InterfaceSetupImp::saveChanges(), Wait::setWaiting(), SearchBar::slotFind(), and Wait::Wait(). |
|
|
|
|
|
Set the time before the icon will be automaticly hidden The timer will be started once the widget will be shown.
Definition at line 109 of file owait.cpp. References m_timerLength. |
|
|
reimplemented for control reasons Definition at line 92 of file owait.cpp. References m_aniSize, m_timerLength, m_waitTimer, and qApp. Referenced by BackupAndRestore::backupRootFs(), BackupAndRestore::backupUserData(), Interface::callProcess(), SearchGroup::realSearch(), BackupAndRestore::restore(), InterfaceSetupImp::saveChanges(), Wait::setWaiting(), and SearchBar::slotFind(). |
|
|
Definition at line 80 of file owait.cpp. References frame. |
|
|
|
|
|
Definition at line 83 of file owait.h. Referenced by OWait(), paintEvent(), and show(). |
|
|
Definition at line 80 of file owait.h. Referenced by OWait(), and paintEvent(). |
|
|
Definition at line 79 of file owait.h. Referenced by OWait(), and paintEvent(). |
|
|
Definition at line 82 of file owait.h. Referenced by OWait(), setTimerLength(), and show(). |
|
|
|
1.4.2