7#ifndef FILE_CMD_FACTORY_H
8#define FILE_CMD_FACTORY_H
const int INNER_RADIUS_MIN
Base class for 'file commands' that are used specifically for regression testing of file import/open/...
Factory that creates FileCmds from a file cmd script file, in xml format.
FileCmdAbstract * createFileCmd(QXmlStreamReader &reader) const
Create one FileCmdAbstract from the specified xml subtree.
FileCmdFactory()
Single constructor.
virtual ~FileCmdFactory()