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


Public Member Functions | |
| pqBasicWidgetEventTranslator (QObject *p=0) | |
| ~pqBasicWidgetEventTranslator () | |
| 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 | |
| QPoint | LastPos |
Translates low-level Qt events into high-level ParaView events that can be recorded as test cases.
Definition at line 46 of file pqBasicWidgetEventTranslator.h.
| pqBasicWidgetEventTranslator::pqBasicWidgetEventTranslator | ( | QObject * | p = 0 | ) |
| pqBasicWidgetEventTranslator::~pqBasicWidgetEventTranslator | ( | ) |
| virtual bool pqBasicWidgetEventTranslator::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.
QPoint pqBasicWidgetEventTranslator::LastPos [protected] |
Definition at line 58 of file pqBasicWidgetEventTranslator.h.
1.7.5.1