CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | Protected Attributes | List of all members
ctkXMLEventObserver Class Reference

#include <Libs/QtTesting/ctkXMLEventObserver.h>

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

Public Member Functions

 ctkXMLEventObserver (QObject *testUtility)
 
virtual void onRecordEvent (const QString &widget, const QString &command, const QString &arguments, const int &eventType)
 
void recordApplicationSetting (const QString &startElement, const QString &attribute1, const QString &attribute2, const QString &attribute3)
 
void recordApplicationSettings ()
 
virtual void setStream (QTextStream *stream)
 
 ~ctkXMLEventObserver ()
 

Protected Attributes

pqTestUtility * TestUtility
 
QXmlStreamWriter * XMLStream
 
QString XMLString
 

Detailed Description

Definition at line 44 of file ctkXMLEventObserver.h.

Constructor & Destructor Documentation

◆ ctkXMLEventObserver()

ctkXMLEventObserver::ctkXMLEventObserver ( QObject *  testUtility)

◆ ~ctkXMLEventObserver()

ctkXMLEventObserver::~ctkXMLEventObserver ( )

Member Function Documentation

◆ onRecordEvent()

virtual void ctkXMLEventObserver::onRecordEvent ( const QString &  widget,
const QString &  command,
const QString &  arguments,
const int &  eventType 
)
virtual

◆ recordApplicationSetting()

void ctkXMLEventObserver::recordApplicationSetting ( const QString &  startElement,
const QString &  attribute1,
const QString &  attribute2,
const QString &  attribute3 
)

◆ recordApplicationSettings()

void ctkXMLEventObserver::recordApplicationSettings ( )

◆ setStream()

virtual void ctkXMLEventObserver::setStream ( QTextStream *  stream)
virtual

Member Data Documentation

◆ TestUtility

pqTestUtility* ctkXMLEventObserver::TestUtility
protected

Definition at line 67 of file ctkXMLEventObserver.h.

◆ XMLStream

QXmlStreamWriter* ctkXMLEventObserver::XMLStream
protected

Definition at line 65 of file ctkXMLEventObserver.h.

◆ XMLString

QString ctkXMLEventObserver::XMLString
protected

Definition at line 66 of file ctkXMLEventObserver.h.


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