#include <eventfilter.h>
Inheritance diagram for AreaFilter:
Public Member Functions | |
AreaFilter (BaseSceneNode *, double, double, double, double) | |
bool | handle_event (Event *) |
Protected Member Functions | |
virtual bool | filter (Event *) |
Protected Attributes | |
double | x1 |
double | y1 |
double | x2 |
double | y2 |
|
|
|
Reimplemented in AllowAreaFilter, and DenyAreaFilter. |
Here is the call graph for this function:
|
call the base event handler in all nodes because it provides checks for node visibility and mouse event fitting into bounding rectangle. Reimplemented from SceneNode. |
Here is the call graph for this function:
|
|
|
|
|
|
|
|