ParaView
Public Member Functions
pqAbstractIntEventPlayer Class Reference

Concrete implementation of pqWidgetEventPlayer that translates high-level ParaView events into low-level Qt events. More...

#include <pqAbstractIntEventPlayer.h>

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

List of all members.

Public Member Functions

 pqAbstractIntEventPlayer (QObject *p=0)
bool playEvent (QObject *Object, const QString &Command, const QString &Arguments, bool &Error)
 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

Concrete implementation of pqWidgetEventPlayer that translates high-level ParaView events into low-level Qt events.

See also:
pqEventPlayer

Definition at line 44 of file pqAbstractIntEventPlayer.h.


Constructor & Destructor Documentation

pqAbstractIntEventPlayer::pqAbstractIntEventPlayer ( QObject *  p = 0)

Member Function Documentation

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

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.

Implements pqWidgetEventPlayer.


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