#include </home/clem/local/src/opie/noncore/applets/keyhelper/keyhelperapplet/extension/TaskSwitcher.h>
Inheritance diagram for TaskSwitcher:


Public Member Functions | |
| TaskSwitcher (const QString &kind="switch") | |
| virtual | ~TaskSwitcher () |
| virtual bool | onKeyPress (int keycode) |
| virtual bool | onModRelease (int modcode) |
| virtual int | getKeycode () |
| virtual int | getKeymask () |
| virtual const QValueList< int > & | getModcodes () |
| virtual void | setKeycode (int keycode) |
| virtual void | setKeymask (int keymask) |
| virtual void | setModcodes (const QValueList< int > &modcodes) |
| virtual const QString & | kind () |
Private Member Functions | |
| void | next () |
Private Attributes | |
| int | m_keycode |
| int | m_keymask |
| QString | m_kind |
| QValueList< int > | m_modcodes |
| QStringList | m_applist |
| QStringList::Iterator | m_appit |
|
|
Definition at line 3 of file TaskSwitcher.cpp. References qDebug(). |
|
|
Definition at line 8 of file TaskSwitcher.cpp. References qDebug(). |
|
|
Implements ExtensionInterface. Definition at line 21 of file TaskSwitcher.h. References m_keycode. |
|
|
Implements ExtensionInterface. Definition at line 25 of file TaskSwitcher.h. References m_keymask. |
|
|
Implements ExtensionInterface. Definition at line 29 of file TaskSwitcher.h. References m_modcodes. |
|
|
Implements ExtensionInterface. Definition at line 45 of file TaskSwitcher.h. References m_kind. |
|
|
Definition at line 52 of file TaskSwitcher.cpp. References QValueList< T >::begin(), QValueList< T >::end(), m_appit, and m_applist. Referenced by onKeyPress(). |
|
|
Implements ExtensionInterface. Definition at line 13 of file TaskSwitcher.cpp. References app, QValueList< T >::append(), QValueList< T >::begin(), QValueList< T >::contains(), QValueList< T >::count(), Global::execute(), QValueList< T >::isEmpty(), QString::latin1(), list, m_appit, m_applist, next(), NULL, and qDebug(). |
|
|
Implements ExtensionInterface. Definition at line 46 of file TaskSwitcher.cpp. References QValueList< T >::clear(), and m_applist. |
|
|
Implements ExtensionInterface. Definition at line 33 of file TaskSwitcher.h. References m_keycode. |
|
|
Implements ExtensionInterface. Definition at line 37 of file TaskSwitcher.h. References m_keymask. |
|
|
Implements ExtensionInterface. Definition at line 41 of file TaskSwitcher.h. References m_modcodes. |
|
|
Definition at line 56 of file TaskSwitcher.h. Referenced by next(), and onKeyPress(). |
|
|
Definition at line 55 of file TaskSwitcher.h. Referenced by next(), onKeyPress(), and onModRelease(). |
|
|
Definition at line 50 of file TaskSwitcher.h. Referenced by getKeycode(), and setKeycode(). |
|
|
Definition at line 51 of file TaskSwitcher.h. Referenced by getKeymask(), and setKeymask(). |
|
|
Definition at line 52 of file TaskSwitcher.h. Referenced by kind(). |
|
|
Definition at line 53 of file TaskSwitcher.h. Referenced by getModcodes(), and setModcodes(). |
1.4.2