 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
21 #ifndef __ctkXMLEventSource_h
22 #define __ctkXMLEventSource_h
25 #include <QMainWindow>
26 #include <QXmlStreamReader>
29 #include <pqEventSource.h>
30 #include <pqTestUtility.h>
33 #if !defined(NO_SYMBOL_EXPORT)
34 # include "ctkQtTestingExport.h"
36 # define CTK_QTTESTING_EXPORT
51 int getNextEvent(QString& widget, QString& command, QString&arguments,
int& eventType);
62 QMainWindow* mainWindow();
71 #endif // __ctkXMLEventSource_h
int getNextEvent(QString &widget, QString &command, QString &arguments, int &eventType)
pqTestUtility * TestUtility
ctkXMLEventSource(QObject *testUtility)
QMap< QString, QString > recoverSettingsFromXML()
bool restoreSettingsAuto() const
void setRestoreSettingsAuto(bool value)
bool restoreApplicationSettings()
virtual void setContent(const QString &xmlfilename)
QMap< QString, QString > OldSettings
QXmlStreamReader * XMLStream