32 #ifndef CXSONIXPROBEFILEREADER_H
33 #define CXSONIXPROBEFILEREADER_H
35 #include "cxGrabberExport.h"
37 #include <QDomDocument>
56 QDomNode getProbeNode(QString probeName);
57 QDomElement getProbes();
58 bool isProbeLinear(QDomNode probeNode);
59 long getProbeLenght(QDomNode probeNode);
60 long getProbeParam(QDomNode probeNode, QString param);
68 bool openDomDocument();
69 bool openDocumentElement();
70 QDomElement getChildWithTag(QDomNode parent, QString tagName);
78 #endif // CXSONIXPROBEFILEREADER_H