svcore  1.9
MatchFileReader Class Reference

#include <MatchFileReader.h>

List of all members.

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

Detailed Description

Definition at line 52 of file MatchFileReader.h.


Constructor & Destructor Documentation

Definition at line 67 of file MatchFileReader.cpp.

References m_error, and m_file.

Definition at line 87 of file MatchFileReader.cpp.

References m_file, and SVDEBUG.


Member Function Documentation

bool MatchFileReader::isOK ( ) const [virtual]

Definition at line 97 of file MatchFileReader.cpp.

References m_file.

QString MatchFileReader::getError ( ) const [virtual]

Definition at line 103 of file MatchFileReader.cpp.

References m_error.


Member Data Documentation

QFile* MatchFileReader::m_file [protected]

Definition at line 63 of file MatchFileReader.h.

Referenced by isOK(), load(), MatchFileReader(), and ~MatchFileReader().

QString MatchFileReader::m_error [protected]

Definition at line 64 of file MatchFileReader.h.

Referenced by getError(), and MatchFileReader().


The documentation for this class was generated from the following files: