ParaView
Public Member Functions | Protected Slots | Protected Attributes
pqNativeFileDialogEventPlayer Class Reference

Records usage of native file dialogs in test cases. More...

#include <pqNativeFileDialogEventPlayer.h>

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

List of all members.

Public Member Functions

 pqNativeFileDialogEventPlayer (pqTestUtility *util, QObject *p=0)
 ~pqNativeFileDialogEventPlayer ()
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 Slots

void start ()
void stop ()

Protected Attributes

pqTestUtilitymUtil

Detailed Description

Records usage of native file dialogs in test cases.

See also:
pqEventPlayer

Definition at line 47 of file pqNativeFileDialogEventPlayer.h.


Constructor & Destructor Documentation

pqNativeFileDialogEventPlayer::pqNativeFileDialogEventPlayer ( pqTestUtility util,
QObject *  p = 0 
)
pqNativeFileDialogEventPlayer::~pqNativeFileDialogEventPlayer ( )

Member Function Documentation

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

void pqNativeFileDialogEventPlayer::start ( ) [protected, slot]
void pqNativeFileDialogEventPlayer::stop ( ) [protected, slot]

Member Data Documentation

Definition at line 63 of file pqNativeFileDialogEventPlayer.h.


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