kexi
KFormDesigner::EventEater Class Reference
#include <container.h>
Detailed Description
A class for redirecting events.
Definition at line 47 of file container.h.
Public Member Functions | |
EventEater (QWidget *widget, QObject *container) | |
~EventEater () | |
void | setContainer (QObject *container) |
bool | eventFilter (QObject *o, QEvent *ev) |
Constructor & Destructor Documentation
|
Constructs eater object. All events for widget and it's subwidgets will be redirected to container. container will be also parent of eater object, so you don't need to care about deleting it. Definition at line 47 of file container.cpp. |
Member Function Documentation
|
Sets the object which will receive the events.
Definition at line 59 of file container.h. |
The documentation for this class was generated from the following files: