#include </home/clem/local/src/opie/core/launcher/shutdownimpl.h>
Collaboration diagram for ShutdownImpl:

Public Types | |
| enum | Type { ShutdownSystem, RebootSystem, RestartDesktop, TerminateDesktop } |
Signals | |
| void | shutdown (ShutdownImpl::Type) |
Public Member Functions | |
| ShutdownImpl (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| virtual void | hide () |
Private Slots | |
| void | buttonClicked (int) |
| void | cancelClicked () |
| void | timeout () |
Private Attributes | |
| QTimer * | m_timer |
| int | m_counter |
| Type | m_operation |
| QLabel * | m_info |
| QProgressBar * | m_progress |
|
|
Definition at line 35 of file shutdownimpl.h. |
|
||||||||||||||||
|
Definition at line 46 of file shutdownimpl.cpp. References Qt::AlignTop, buttonClicked(), cancelClicked(), changeButtonColor(), hide(), Global::hideInputMethod(), m_info, m_progress, m_timer, shutdown(), timeout(), tr, and Qt::Vertical. |
|
|
Definition at line 117 of file shutdownimpl.cpp. References hide(), m_counter, m_info, m_operation, m_progress, m_timer, RebootSystem, RestartDesktop, ShutdownSystem, start, TerminateDesktop, and timeout(). Referenced by ShutdownImpl(). |
|
|
Definition at line 141 of file shutdownimpl.cpp. References hide(), m_info, m_progress, and m_timer. Referenced by ShutdownImpl(). |
|
|
Definition at line 162 of file shutdownimpl.cpp. Referenced by buttonClicked(), cancelClicked(), ShutdownImpl(), and timeout(). |
|
|
Referenced by ShutdownImpl(), and timeout(). |
|
|
Definition at line 151 of file shutdownimpl.cpp. References hide(), m_counter, m_operation, m_progress, m_timer, and shutdown(). Referenced by buttonClicked(), and ShutdownImpl(). |
|
|
Definition at line 49 of file shutdownimpl.h. Referenced by buttonClicked(), and timeout(). |
|
|
Definition at line 52 of file shutdownimpl.h. Referenced by buttonClicked(), cancelClicked(), and ShutdownImpl(). |
|
|
Definition at line 50 of file shutdownimpl.h. Referenced by buttonClicked(), and timeout(). |
|
|
Definition at line 53 of file shutdownimpl.h. Referenced by buttonClicked(), cancelClicked(), ShutdownImpl(), and timeout(). |
|
|
Definition at line 48 of file shutdownimpl.h. Referenced by buttonClicked(), cancelClicked(), ShutdownImpl(), and timeout(). |
1.4.2