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 Types | Public Member Functions | Protected Attributes | List of all members
ctkXMLEventSource Class Reference

#include <Libs/QtTesting/ctkXMLEventSource.h>

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

Public Types

typedef pqEventSource Superclass
 

Public Member Functions

 ctkXMLEventSource (QObject *testUtility)
 
int getNextEvent (QString &widget, QString &command, QString &arguments, int &eventType)
 
QMap< QString, QString > recoverSettingsFromXML ()
 
bool restoreApplicationSettings ()
 
bool restoreSettingsAuto () const
 
virtual void setContent (const QString &xmlfilename)
 
void setRestoreSettingsAuto (bool value)
 
bool settingsRecorded ()
 
bool settingsUpToData ()
 
 ~ctkXMLEventSource ()
 

Protected Attributes

bool Automatic
 
QMap< QString, QString > OldSettings
 
pqTestUtility * TestUtility
 
QXmlStreamReader * XMLStream
 

Detailed Description

Definition at line 40 of file ctkXMLEventSource.h.

Member Typedef Documentation

◆ Superclass

typedef pqEventSource ctkXMLEventSource::Superclass

Definition at line 45 of file ctkXMLEventSource.h.

Constructor & Destructor Documentation

◆ ctkXMLEventSource()

ctkXMLEventSource::ctkXMLEventSource ( QObject *  testUtility)

◆ ~ctkXMLEventSource()

ctkXMLEventSource::~ctkXMLEventSource ( )

Member Function Documentation

◆ getNextEvent()

int ctkXMLEventSource::getNextEvent ( QString &  widget,
QString &  command,
QString &  arguments,
int &  eventType 
)

◆ recoverSettingsFromXML()

QMap<QString, QString> ctkXMLEventSource::recoverSettingsFromXML ( )

◆ restoreApplicationSettings()

bool ctkXMLEventSource::restoreApplicationSettings ( )

◆ restoreSettingsAuto()

bool ctkXMLEventSource::restoreSettingsAuto ( ) const

◆ setContent()

virtual void ctkXMLEventSource::setContent ( const QString &  xmlfilename)
virtual

◆ setRestoreSettingsAuto()

void ctkXMLEventSource::setRestoreSettingsAuto ( bool  value)

◆ settingsRecorded()

bool ctkXMLEventSource::settingsRecorded ( )

◆ settingsUpToData()

bool ctkXMLEventSource::settingsUpToData ( )

Member Data Documentation

◆ Automatic

bool ctkXMLEventSource::Automatic
protected

Definition at line 65 of file ctkXMLEventSource.h.

◆ OldSettings

QMap<QString, QString> ctkXMLEventSource::OldSettings
protected

Definition at line 68 of file ctkXMLEventSource.h.

◆ TestUtility

pqTestUtility* ctkXMLEventSource::TestUtility
protected

Definition at line 67 of file ctkXMLEventSource.h.

◆ XMLStream

QXmlStreamReader* ctkXMLEventSource::XMLStream
protected

Definition at line 66 of file ctkXMLEventSource.h.


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