ParaView
Public Member Functions | Protected Attributes
pq3DViewEventPlayer Class Reference

Concrete implementation of pqWidgetEventPlayer that handles playback of "activate" events for 3d views. More...

#include <pq3DViewEventPlayer.h>

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

List of all members.

Public Member Functions

 pq3DViewEventPlayer (const QByteArray &classname, 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.

Protected Attributes

QByteArray mClassType

Detailed Description

Concrete implementation of pqWidgetEventPlayer that handles playback of "activate" events for 3d views.

It is not registered by default, and user can register with their own 3d view type.

See also:
pqEventPlayer

Definition at line 44 of file pq3DViewEventPlayer.h.


Constructor & Destructor Documentation

pq3DViewEventPlayer::pq3DViewEventPlayer ( const QByteArray &  classname,
QObject *  p = 0 
)

Member Function Documentation

bool pq3DViewEventPlayer::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.


Member Data Documentation

QByteArray pq3DViewEventPlayer::mClassType [protected]

Definition at line 53 of file pq3DViewEventPlayer.h.


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