ParaView
Public Member Functions | Protected Attributes
pqBasicWidgetEventTranslator Class Reference

Translates low-level Qt events into high-level ParaView events that can be recorded as test cases. More...

#include <pqBasicWidgetEventTranslator.h>

Inheritance diagram for pqBasicWidgetEventTranslator:
Inheritance graph
[legend]
Collaboration diagram for pqBasicWidgetEventTranslator:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Translates low-level Qt events into high-level ParaView events that can be recorded as test cases.

See also:
pqEventTranslator

Definition at line 46 of file pqBasicWidgetEventTranslator.h.


Constructor & Destructor Documentation

pqBasicWidgetEventTranslator::pqBasicWidgetEventTranslator ( QObject *  p = 0)
pqBasicWidgetEventTranslator::~pqBasicWidgetEventTranslator ( )

Member Function Documentation

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.


Member Data Documentation

Definition at line 58 of file pqBasicWidgetEventTranslator.h.


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