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

Public Member Functions | |
| KeyExtensions () | |
| ~KeyExtensions () | |
| void | setKeyModifiers (KeyModifiers *mod) |
| void | assign (const QString &kind, int keycode, int keymask, const QValueList< int > &modcodes) |
| void | assign (const QString &kind, int keycode, int keymask, int modcode) |
| bool | doKey (int keycode, int keymask, bool isPress) |
| void | statistics () |
| void | reset () |
| void | init () |
Private Member Functions | |
| void | clear () |
Private Attributes | |
| KeyModifiers * | m_pModifiers |
| ExtensionFactory | m_oExtFactory |
| int | m_cancelcode |
|
|
Definition at line 3 of file KeyExtensions.cpp. References m_cancelcode, and qDebug(). |
|
|
Definition at line 9 of file KeyExtensions.cpp. |
|
||||||||||||||||||||
|
Definition at line 34 of file KeyExtensions.cpp. References QValueList< T >::append(), and assign(). |
|
||||||||||||||||||||
|
Definition at line 15 of file KeyExtensions.cpp. References ExtensionFactory::createInstance(), m_oExtFactory, NULL, ExtensionInterface::setKeycode(), ExtensionInterface::setKeymask(), and ExtensionInterface::setModcodes(). Referenced by assign(), ExtensionsHandler::endElement(), and KeyHelper::setDefault(). |
|
|
Definition at line 83 of file KeyExtensions.cpp. References ExtensionFactory::clear(), and m_oExtFactory. Referenced by ~KeyExtensions(). |
|
||||||||||||||||
|
Definition at line 42 of file KeyExtensions.cpp. References QValueList< T >::begin(), code, QValueList< T >::contains(), QValueList< T >::end(), ExtensionFactory::getList(), list, m_cancelcode, m_oExtFactory, m_pModifiers, qWarning(), and KeyModifiers::resetToggles(). Referenced by KeyAction::doAction(). |
|
|
Definition at line 94 of file KeyExtensions.cpp. References m_oExtFactory, and ExtensionFactory::sweep(). Referenced by ExtensionsHandler::endElement(). |
|
|
Definition at line 88 of file KeyExtensions.cpp. References m_oExtFactory, and ExtensionFactory::reset(). Referenced by KeycfgReader::load(), and KeyHelper::reload(). |
|
|
Definition at line 16 of file KeyExtensions.h. References m_pModifiers. |
|
|
Definition at line 99 of file KeyExtensions.cpp. References QValueList< T >::begin(), QValueList< T >::end(), ExtensionFactory::getList(), list, m_oExtFactory, and qWarning(). Referenced by KeycfgReader::load(), and KeyHelper::statistics(). |
|
|
Definition at line 34 of file KeyExtensions.h. Referenced by doKey(), and KeyExtensions(). |
|
|
Definition at line 33 of file KeyExtensions.h. Referenced by assign(), clear(), doKey(), init(), reset(), and statistics(). |
|
|
Definition at line 32 of file KeyExtensions.h. Referenced by doKey(), and setKeyModifiers(). |
1.4.2