lemAutoRun  1.0
Classes | Typedefs
PAutoRunParser.h File Reference
#include <QObject>
#include <QStringList>
#include <QMap>
#include <QVector>
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/sax2/DefaultHandler.hpp>
#include "lemAutoRun.h"
Include dependency graph for PAutoRunParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  XMLParseError
 
struct  XMLLoopInfo
 
class  PSAX2AutoRunParseHandler
 
class  PAutoRunParser
 

Typedefs

typedef QVector< XMLParseErrorPXMLParseErrorVector
 
typedef QVector< double > PXMLLoopListVector
 
typedef QVector< XMLLoopInfoPXMLLoopInfoVector
 

Typedef Documentation

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.

Vector holding all the errors occuring during parsing.

Definition at line 54 of file PAutoRunParser.h.