QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
REventFilter Class Reference

#include <REventFilter.h>

List of all members.

Public Member Functions

 REventFilter (QEvent::Type type=QEvent::None, bool forward=true)
 Event filter.

Protected Member Functions

bool eventFilter (QObject *obj, QEvent *event)

Private Attributes

bool forward
QEvent::Type type

Detailed Description

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

REventFilter::REventFilter ( QEvent::Type  type = QEvent::None,
bool  forward = true 
)

Event filter.

If type is QEvent::None, all events are filtered.


Member Function Documentation

bool REventFilter::eventFilter ( QObject *  obj,
QEvent *  event 
)
protected

Member Data Documentation

bool REventFilter::forward
private
QEvent::Type REventFilter::type
private

The documentation for this class was generated from the following files: