lemAutoRun
1.0
|
#include <QObject>
#include <QStringList>
#include <QMap>
#include <QVector>
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/sax2/DefaultHandler.hpp>
#include "lemAutoRun.h"
Go to the source code of this file.
Classes | |
struct | XMLParseError |
struct | XMLLoopInfo |
class | PSAX2AutoRunParseHandler |
class | PAutoRunParser |
Typedefs | |
typedef QVector< XMLParseError > | PXMLParseErrorVector |
typedef QVector< double > | PXMLLoopListVector |
typedef QVector< XMLLoopInfo > | PXMLLoopInfoVector |
typedef QVector<XMLLoopInfo> PXMLLoopInfoVector |
Vector object holding nested loop information, needed to expand all the loops to a single sequence.
Definition at line 79 of file PAutoRunParser.h.
typedef QVector<double> PXMLLoopListVector |
Vector holding the loop list elements.
Definition at line 60 of file PAutoRunParser.h.
typedef QVector<XMLParseError> PXMLParseErrorVector |
Vector holding all the errors occuring during parsing.
Definition at line 54 of file PAutoRunParser.h.