ParaView
Public Member Functions | Protected Attributes
pqFlatTreeViewEventTranslator Class Reference

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

#include <pqFlatTreeViewEventTranslator.h>

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

List of all members.

Public Member Functions

 pqFlatTreeViewEventTranslator (QObject *p=0)
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 pqFlatTreeViewEventTranslator.h.


Constructor & Destructor Documentation

pqFlatTreeViewEventTranslator::pqFlatTreeViewEventTranslator ( QObject *  p = 0)

Member Function Documentation

virtual bool pqFlatTreeViewEventTranslator::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 56 of file pqFlatTreeViewEventTranslator.h.


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