ParaView
Public Member Functions
pqXMLEventSource Class Reference

Concrete implementation of pqEventSource that retrieves events recorded by pqXMLEventObserver. More...

#include <pqXMLEventSource.h>

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

List of all members.

Public Member Functions

 pqXMLEventSource (QObject *p=0)
 ~pqXMLEventSource ()
virtual void setContent (const QString &path)
 Set the filename for contents.
virtual int getNextEvent (QString &object, QString &command, QString &arguments)
 Retrieves the next available event.

Detailed Description

Concrete implementation of pqEventSource that retrieves events recorded by pqXMLEventObserver.

Definition at line 43 of file pqXMLEventSource.h.


Constructor & Destructor Documentation

pqXMLEventSource::pqXMLEventSource ( QObject *  p = 0)
pqXMLEventSource::~pqXMLEventSource ( )

Member Function Documentation

virtual void pqXMLEventSource::setContent ( const QString &  filename) [virtual]

Set the filename for contents.

Returns true for valid file, false for invalid file

Implements pqEventSource.

virtual int pqXMLEventSource::getNextEvent ( QString &  object,
QString &  command,
QString &  arguments 
) [virtual]

Retrieves the next available event.

Returns SUCCESS if an event was returned and can be processed, FAILURE if there was a problem, DONE, if there are no more events.

Implements pqEventSource.


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