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=nullptr)
 
 ~pqXMLEventSource () override
 
void setContent (const QString &path) override
 
int getNextEvent (QString &object, QString &command, QString &arguments, int &eventType) override
 Get the next event from the event source. More...
 

Detailed Description

Concrete implementation of pqEventSource that retrieves events recorded by pqXMLEventObserver.

Definition at line 15 of file pqXMLEventSource.h.

Constructor & Destructor Documentation

◆ pqXMLEventSource()

pqXMLEventSource::pqXMLEventSource ( QObject *  p = nullptr)

◆ ~pqXMLEventSource()

pqXMLEventSource::~pqXMLEventSource ( )
override

Member Function Documentation

◆ setContent()

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

◆ getNextEvent()

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

Get the next event from the event source.


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