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

Public Member Functions | |
| ExtensionFactory () | |
| virtual | ~ExtensionFactory () |
| ExtensionInterface * | createInstance (const QString &kind) |
| ExtensionInterface * | createInstance (const QString &kind, int keycode, int keymask) |
| ExtensionList & | getList () |
| void | clear () |
| void | reset () |
| void | sweep () |
Private Member Functions | |
| ExtensionInterface * | loadInstance (const QString &kind, int keycode, int keymask) |
Private Attributes | |
| ExtensionList | m_oExtList |
| ExtensionList * | m_pLoadList |
|
|
Definition at line 3 of file ExtensionFactory.cpp. References m_pLoadList, NULL, and qDebug(). |
|
|
Definition at line 9 of file ExtensionFactory.cpp. References qDebug(). |
|
|
Definition at line 82 of file ExtensionFactory.cpp. References QValueList< T >::begin(), QValueList< T >::clear(), QValueList< T >::end(), and m_oExtList. Referenced by KeyExtensions::clear(). |
|
||||||||||||||||
|
Definition at line 34 of file ExtensionFactory.cpp. References QValueList< T >::append(), QString::find(), loadInstance(), m_oExtList, NULL, ExtensionInterface::setKeycode(), and ExtensionInterface::setKeymask(). |
|
|
Definition at line 14 of file ExtensionFactory.cpp. References QValueList< T >::append(), QString::find(), QString::lower(), m_oExtList, and NULL. Referenced by KeyExtensions::assign(). |
|
|
Definition at line 19 of file ExtensionFactory.h. References m_oExtList. Referenced by KeyExtensions::doKey(), and KeyExtensions::statistics(). |
|
||||||||||||||||
|
Definition at line 63 of file ExtensionFactory.cpp. References QValueList< T >::append(), QValueList< T >::begin(), QValueList< T >::end(), m_oExtList, m_pLoadList, and NULL. Referenced by createInstance(). |
|
|
Definition at line 91 of file ExtensionFactory.cpp. References QValueList< T >::clear(), m_oExtList, and m_pLoadList. Referenced by KeyExtensions::reset(). |
|
|
Definition at line 97 of file ExtensionFactory.cpp. References QValueList< T >::begin(), QValueList< T >::contains(), QValueList< T >::end(), m_oExtList, m_pLoadList, and NULL. Referenced by KeyExtensions::init(). |
|
|
Definition at line 27 of file ExtensionFactory.h. Referenced by clear(), createInstance(), getList(), loadInstance(), reset(), and sweep(). |
|
|
Definition at line 28 of file ExtensionFactory.h. Referenced by ExtensionFactory(), loadInstance(), reset(), and sweep(). |
1.4.2