11 #ifndef CXSONIXPROBEFILEREADER_H
12 #define CXSONIXPROBEFILEREADER_H
14 #include "cxGrabberExport.h"
16 #include <QDomDocument>
35 QDomNode getProbeNode(QString probeName);
36 QDomElement getProbes();
37 bool isProbeLinear(QDomNode probeNode);
38 long getProbeLenght(QDomNode probeNode);
39 long getProbeParam(QDomNode probeNode, QString param);
47 bool openDomDocument();
48 bool openDocumentElement();
49 QDomElement getChildWithTag(QDomNode parent, QString tagName);
57 #endif // CXSONIXPROBEFILEREADER_H