ParaView
Public Member Functions
pqAbstractActivateEventPlayer Class Reference

Concrete implementation of pqWidgetEventPlayer that handles playback of "activate" events for buttons and menus. More...

#include <pqAbstractActivateEventPlayer.h>

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

List of all members.

Public Member Functions

 pqAbstractActivateEventPlayer (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 handles playback of "activate" events for buttons and menus.

See also:
pqEventPlayer

Definition at line 46 of file pqAbstractActivateEventPlayer.h.


Constructor & Destructor Documentation

pqAbstractActivateEventPlayer::pqAbstractActivateEventPlayer ( QObject *  p = 0)

Member Function Documentation

bool pqAbstractActivateEventPlayer::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: