ParaView
Public Member Functions
pqTreeViewEventPlayer Class Reference

pqTreeViewEventPlayer is a player for QTreeWidget. More...

#include <pqTreeViewEventPlayer.h>

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

List of all members.

Public Member Functions

 pqTreeViewEventPlayer (QObject *parent=0)
 ~pqTreeViewEventPlayer ()
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

pqTreeViewEventPlayer is a player for QTreeWidget.

Plays back the state recorded using pqTreeViewEventTranslator.

Definition at line 39 of file pqTreeViewEventPlayer.h.


Constructor & Destructor Documentation

pqTreeViewEventPlayer::pqTreeViewEventPlayer ( QObject *  parent = 0)
pqTreeViewEventPlayer::~pqTreeViewEventPlayer ( )

Member Function Documentation

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