#include </home/clem/local/src/opie/libopie2/opieui/okeyconfigwidget.h>
Collaboration diagram for Opie::Ui::OKeyChooserConfigDialog:

Signals | |
| void | keyCaptured () |
Public Member Functions | |
| OKeyChooserConfigDialog (QWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0) | |
| ~OKeyChooserConfigDialog () | |
| Opie::Core::OKeyPair | keyPair () const |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *) |
| void | keyReleaseEvent (QKeyEvent *) |
Private Slots | |
| void | slotTimeUp () |
Private Attributes | |
| QTimer * | m_timer |
| QLabel * | m_lbl |
| bool | m_virtKey: 1 |
| Opie::Core::OKeyPair | m_keyPair |
| int | m_key |
| int | m_mod |
| Private * | d |
OKeyChooserConfigDialog diag(0,0,true); connect(&diag,SIGNAL(keyCaptured()), this,SLOT(accept())); if( QPEApplication::execDialog(&diag) == QDialog::Accept ){ take_the_key_and_do_something }
Definition at line 110 of file okeyconfigwidget.h.
|
||||||||||||||||||||
|
Definition at line 409 of file okeyconfigwidget.cpp. References m_lbl, m_timer, slotTimeUp(), and tr. |
|
|
Definition at line 430 of file okeyconfigwidget.cpp. |
|
|
Referenced by slotTimeUp(). |
|
|
Definition at line 433 of file okeyconfigwidget.cpp. References m_keyPair. |
|
|
Definition at line 437 of file okeyconfigwidget.cpp. References Qt::AltButton, Qt::ControlButton, Opie::Core::Internal::fixupKeys(), Qt::Key_Alt, Qt::Key_Control, Qt::Key_Shift, Opie::Ui::Internal::keyToString(), m_key, m_keyPair, m_lbl, m_mod, m_timer, m_virtKey, mod, and Qt::ShiftButton. |
|
|
Definition at line 483 of file okeyconfigwidget.cpp. References Qt::AltButton, Qt::ControlButton, Qt::Key_Alt, Qt::Key_Control, Qt::Key_Shift, Opie::Ui::Internal::keyToString(), m_key, m_keyPair, m_lbl, m_mod, m_timer, m_virtKey, mod, Qt::ShiftButton, and slotTimeUp(). |
|
|
Definition at line 520 of file okeyconfigwidget.cpp. References keyCaptured(), m_key, and m_mod. Referenced by keyReleaseEvent(), and OKeyChooserConfigDialog(). |
|
|
Definition at line 134 of file okeyconfigwidget.h. |
|
|
Definition at line 133 of file okeyconfigwidget.h. Referenced by keyPressEvent(), keyReleaseEvent(), and slotTimeUp(). |
|
|
Definition at line 132 of file okeyconfigwidget.h. Referenced by keyPair(), keyPressEvent(), and keyReleaseEvent(). |
|
|
Definition at line 130 of file okeyconfigwidget.h. Referenced by keyPressEvent(), keyReleaseEvent(), and OKeyChooserConfigDialog(). |
|
|
Definition at line 133 of file okeyconfigwidget.h. Referenced by keyPressEvent(), keyReleaseEvent(), and slotTimeUp(). |
|
|
Definition at line 129 of file okeyconfigwidget.h. Referenced by keyPressEvent(), keyReleaseEvent(), and OKeyChooserConfigDialog(). |
|
|
Definition at line 131 of file okeyconfigwidget.h. Referenced by keyPressEvent(), and keyReleaseEvent(). |
1.4.2