Engauge Digitizer 2
|
Factory that creates FileCmds from a file cmd script file, in xml format. More...
#include <FileCmdFactory.h>
Public Member Functions | |
FileCmdFactory () | |
Single constructor. | |
virtual | ~FileCmdFactory () |
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.
Definition at line 15 of file FileCmdFactory.h.
FileCmdFactory::FileCmdFactory | ( | ) |
|
virtual |
Definition at line 21 of file FileCmdFactory.cpp.
FileCmdAbstract * FileCmdFactory::createFileCmd | ( | QXmlStreamReader & | reader | ) | const |
Create one FileCmdAbstract from the specified xml subtree.
Definition at line 25 of file FileCmdFactory.cpp.