XQTSResult.xsd format, as a thread, allowing multiple parses to be done simultaneously.
More...
#include <ResultThreader.h>
Inheritance diagram for KXQTS::ResultThreader:


Public Types | |
| enum | Type { Baseline = 1, Result } |
Public Member Functions | |
| ResultThreader (QFile *file, const Type type, QObject *parent) | |
| virtual void | run () |
| Type | type () const |
XQTSResult.xsd format, as a thread, allowing multiple parses to be done simultaneously.
Definition at line 33 of file ResultThreader.h.
| ResultThreader::ResultThreader | ( | QFile * | file, | |
| const Type | type, | |||
| QObject * | parent | |||
| ) |
Creates a ResultThreader that will read file when run() is called.
Definition at line 21 of file ResultThreader.cpp.
| void ResultThreader::run | ( | ) | [virtual] |
Parses the file passed in this class's constructor with this ResultHandlerTH::Item::LisT as the QXmlContentHandler, and returns.
Definition at line 32 of file ResultThreader.cpp.
| ResultThreader::Type ResultThreader::type | ( | ) | const |
Definition at line 45 of file ResultThreader.cpp.
Referenced by KXQTS::Worker::threadFinished().
1.5.1