ParaView
Public Member Functions | Protected Attributes
pq3DViewEventTranslator Class Reference

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

#include <pq3DViewEventTranslator.h>

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

List of all members.

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

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 45 of file pq3DViewEventTranslator.h.


Constructor & Destructor Documentation

pq3DViewEventTranslator::pq3DViewEventTranslator ( const QByteArray &  classname,
QObject *  p = 0 
)
pq3DViewEventTranslator::~pq3DViewEventTranslator ( )

Member Function Documentation

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.


Member Data Documentation

QByteArray pq3DViewEventTranslator::mClassType [protected]

Definition at line 57 of file pq3DViewEventTranslator.h.

QMouseEvent pq3DViewEventTranslator::lastMoveEvent [protected]

Definition at line 58 of file pq3DViewEventTranslator.h.


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