#include <MatchFileReader.h>
Definition at line 51 of file MatchFileReader.h.
Public Member Functions | |
| MatchFileReader (QString path) | |
| virtual | ~MatchFileReader () |
| virtual bool | isOK () const |
| virtual QString | getError () const |
| virtual Alignment | load () const |
Protected Attributes | |
| QFile * | m_file |
| QString | m_error |
| MatchFileReader::MatchFileReader | ( | QString | path | ) |
| MatchFileReader::~MatchFileReader | ( | ) | [virtual] |
| bool MatchFileReader::isOK | ( | ) | const [virtual] |
| QString MatchFileReader::getError | ( | ) | const [virtual] |
| Alignment MatchFileReader::load | ( | ) | const [virtual] |
Definition at line 108 of file MatchFileReader.cpp.
References m_file, Alignment::refHopTime, Alignment::refIndex, Alignment::thisHopTime, and Alignment::thisIndex.
QFile* MatchFileReader::m_file [protected] |
Definition at line 62 of file MatchFileReader.h.
Referenced by isOK(), load(), MatchFileReader(), and ~MatchFileReader().
QString MatchFileReader::m_error [protected] |
1.5.1