|
ParaView
|
Translates low-level Qt events into high-level ParaView events that can be recorded as test cases. More...
#include <pq3DViewEventTranslator.h>


Public Member Functions | |
| pq3DViewEventTranslator (const QByteArray &classname, QObject *p=0) | |
| ~pq3DViewEventTranslator () | |
| virtual bool | translateEvent (QObject *Object, QEvent *Event, bool &Error) |
| Derivatives should implement this and translate events into commands, returning "true" if they handled the event, and setting Error to "true" if there were any problems. | |
Protected Attributes | |
| QByteArray | mClassType |
| QMouseEvent | lastMoveEvent |
Translates low-level Qt events into high-level ParaView events that can be recorded as test cases.
Definition at line 45 of file pq3DViewEventTranslator.h.
| pq3DViewEventTranslator::pq3DViewEventTranslator | ( | const QByteArray & | classname, |
| QObject * | p = 0 |
||
| ) |
| pq3DViewEventTranslator::~pq3DViewEventTranslator | ( | ) |
| virtual bool pq3DViewEventTranslator::translateEvent | ( | QObject * | Object, |
| QEvent * | Event, | ||
| bool & | Error | ||
| ) | [virtual] |
Derivatives should implement this and translate events into commands, returning "true" if they handled the event, and setting Error to "true" if there were any problems.
Implements pqWidgetEventTranslator.
QByteArray pq3DViewEventTranslator::mClassType [protected] |
Definition at line 57 of file pq3DViewEventTranslator.h.
QMouseEvent pq3DViewEventTranslator::lastMoveEvent [protected] |
Definition at line 58 of file pq3DViewEventTranslator.h.
1.7.5.1