14#include <QXmlStreamReader>
const int INNER_RADIUS_MIN
#define ENGAUGE_ASSERT(cond)
Drop in replacement for Q_ASSERT if defined(QT_NO_DEBUG) && !defined(QT_FORCE_ASSERTS) define ENGAUGE...
const QString FILE_CMD_SERIALIZE_CMD_FILE_CLOSE
const QString FILE_CMD_SERIALIZE_CMD_FILE_OPEN
const QString FILE_CMD_SERIALIZE_CMD_FILE_EXPORT
const QString FILE_CMD_SERIALIZE_CMD_TYPE
const QString FILE_CMD_SERIALIZE_CMD_FILE_IMPORT
void xmlExitWithError(QXmlStreamReader &reader, const QString &message)
Show specified message for an error while reading xml, then quit.
Base class for 'file commands' that are used specifically for regression testing of file import/open/...
Command for closing a file.
Command for exporting a file.
FileCmdAbstract * createFileCmd(QXmlStreamReader &reader) const
Create one FileCmdAbstract from the specified xml subtree.
FileCmdFactory()
Single constructor.
virtual ~FileCmdFactory()
Command for importing a file.
Command for opening a file.