ParaView
Public Member Functions | List of all members
pqXMLEventSource Class Reference

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

#include <pqXMLEventSource.h>

Inherits pqEventSource.

Public Member Functions

 pqXMLEventSource (QObject *p=0)
 
 ~pqXMLEventSource ()
 
virtual void setContent (const QString &path)
 
virtual int getNextEvent (QString &object, QString &command, QString &arguments, int &eventType)
 Get the next event from the event source. More...
 

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::pqXMLEventSource ( QObject *  p = 0)

§ ~pqXMLEventSource()

pqXMLEventSource::~pqXMLEventSource ( )

Member Function Documentation

§ setContent()

virtual void pqXMLEventSource::setContent ( const QString &  path)
virtual

§ getNextEvent()

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

Get the next event from the event source.


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