#include </home/clem/local/src/opie/libopie2/opiecore/okeyfilter.h>
Inheritance diagram for Opie::Core::OKeyFilter:

Public Member Functions | |
| virtual | ~OKeyFilter () |
| virtual void | addHandler (QWSServer::KeyboardFilter *aFilter)=0 |
| virtual void | remHandler (QWSServer::KeyboardFilter *aFilter)=0 |
Static Public Member Functions | |
| static OKeyFilter * | inst () |
Protected Member Functions | |
| OKeyFilter () | |
| OKeyFilter (const OKeyFilter &) | |
| virtual void | addPreHandler (QWSServer::KeyboardFilter *aFilter)=0 |
| virtual void | remPreHandler (QWSServer::KeyboardFilter *aFilter)=0 |
Friends | |
| class | Opie::Core::ODevice |
A singleton which will manage all possible keyboard filters inside opie. It makes sure that key handlers of odevice are checked first than the keyfilters of software.
Definition at line 47 of file okeyfilter.h.
|
|
Protected constructor - generate class via inst()
Definition at line 56 of file okeyfilter.cpp. |
|
|
Protected constructor - generate class via inst()
Definition at line 61 of file okeyfilter.h. |
|
|
Definition at line 60 of file okeyfilter.cpp. |
|
|
Append filter to the secondary list.
Implemented in Opie::Core::OKeyFilterPrivate. |
|
|
Append filter to the primary list. This is only allowed for friend classes from odevice
Implemented in Opie::Core::OKeyFilterPrivate. |
|
|
Returns a handler to an instance of OKeyFilter
Definition at line 64 of file okeyfilter.cpp. Referenced by Opie::Core::ODevice::addPreHandler(), Keyview::Keyview(), ZkbWidget::loadKeymap(), Opie::Core::ODevice::remPreHandler(), KeyHelper::set(), KeyHelper::unset(), KeyFilter::~KeyFilter(), and Keymap::~Keymap(). |
|
|
Remove the specified filter from list and give back ownership.
Implemented in Opie::Core::OKeyFilterPrivate. |
|
|
Remove the specified filter from list and give back ownership. This is only allowed for friend classes from odevice
Implemented in Opie::Core::OKeyFilterPrivate. |
|
|
Definition at line 49 of file okeyfilter.h. |
1.4.2