MatchFileReader Class Reference

#include <MatchFileReader.h>

List of all members.


Detailed Description

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


Constructor & Destructor Documentation

MatchFileReader::MatchFileReader ( QString  path  ) 

Definition at line 66 of file MatchFileReader.cpp.

References m_error, and m_file.

MatchFileReader::~MatchFileReader (  )  [virtual]

Definition at line 86 of file MatchFileReader.cpp.

References m_file.


Member Function Documentation

bool MatchFileReader::isOK (  )  const [virtual]

Definition at line 96 of file MatchFileReader.cpp.

References m_file.

QString MatchFileReader::getError (  )  const [virtual]

Definition at line 102 of file MatchFileReader.cpp.

References m_error.

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.


Member Data Documentation

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]

Definition at line 63 of file MatchFileReader.h.

Referenced by getError(), and MatchFileReader().


The documentation for this class was generated from the following files:
Generated on Wed Feb 20 15:45:33 2008 for SonicVisualiser by  doxygen 1.5.1