ParaView
Public Member Functions
pqDoubleSpinBoxEventTranslator Class Reference

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

#include <pqDoubleSpinBoxEventTranslator.h>

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

List of all members.

Public Member Functions

 pqDoubleSpinBoxEventTranslator (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 pqDoubleSpinBoxEventTranslator.h.


Constructor & Destructor Documentation

pqDoubleSpinBoxEventTranslator::pqDoubleSpinBoxEventTranslator ( QObject *  p = 0)

Member Function Documentation

virtual bool pqDoubleSpinBoxEventTranslator::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: