|
ParaView
|
Concrete implementation of pqEventSource that retrieves events recorded by pqXMLEventObserver. More...
#include <pqXMLEventSource.h>


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. | |
Concrete implementation of pqEventSource that retrieves events recorded by pqXMLEventObserver.
Definition at line 43 of file pqXMLEventSource.h.
| pqXMLEventSource::pqXMLEventSource | ( | QObject * | p = 0 | ) |
| pqXMLEventSource::~pqXMLEventSource | ( | ) |
| 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.
1.7.5.1