ParaView
Public Member Functions
pqWidgetEventPlayer Class Reference

Abstract interface for an object that can playback high-level ParaView events by translating them into low-level Qt events, for test-cases, demos, tutorials, etc. More...

#include <pqWidgetEventPlayer.h>

Inheritance diagram for pqWidgetEventPlayer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 pqWidgetEventPlayer (QObject *p)
virtual ~pqWidgetEventPlayer ()
virtual bool playEvent (QObject *Object, const QString &Command, const QString &Arguments, bool &Error)=0
 Derivatives should implement this and play-back the given command, returning "true" if they handled the command, and setting Error to "true" if there were any problems.

Detailed Description

Abstract interface for an object that can playback high-level ParaView events by translating them into low-level Qt events, for test-cases, demos, tutorials, etc.

See also:
pqEventPlayer

Definition at line 49 of file pqWidgetEventPlayer.h.


Constructor & Destructor Documentation

pqWidgetEventPlayer::pqWidgetEventPlayer ( QObject *  p)
virtual pqWidgetEventPlayer::~pqWidgetEventPlayer ( ) [virtual]

Member Function Documentation

virtual bool pqWidgetEventPlayer::playEvent ( QObject *  Object,
const QString &  Command,
const QString &  Arguments,
bool &  Error 
) [pure virtual]

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