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