ParaView
Public Member Functions
pqComboBoxEventTranslator Class Reference

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

#include <pqComboBoxEventTranslator.h>

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

List of all members.

Public Member Functions

 pqComboBoxEventTranslator (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.

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 44 of file pqComboBoxEventTranslator.h.


Constructor & Destructor Documentation

pqComboBoxEventTranslator::pqComboBoxEventTranslator ( QObject *  p = 0)

Member Function Documentation

virtual bool pqComboBoxEventTranslator::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.


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