svcore  1.9
MatchFileReader Class Reference

#include <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
 

Detailed Description

Definition at line 52 of file MatchFileReader.h.

Constructor & Destructor Documentation

◆ MatchFileReader()

MatchFileReader::MatchFileReader ( QString  path)

Definition at line 67 of file MatchFileReader.cpp.

References m_error, and m_file.

◆ ~MatchFileReader()

MatchFileReader::~MatchFileReader ( )
virtual

Definition at line 87 of file MatchFileReader.cpp.

References m_file, and SVDEBUG.

Member Function Documentation

◆ isOK()

bool MatchFileReader::isOK ( ) const
virtual

Definition at line 97 of file MatchFileReader.cpp.

References m_file.

◆ getError()

QString MatchFileReader::getError ( ) const
virtual

Definition at line 103 of file MatchFileReader.cpp.

References m_error.

◆ load()

Alignment MatchFileReader::load ( ) const
virtual

Member Data Documentation

◆ m_file

QFile* MatchFileReader::m_file
protected

Definition at line 63 of file MatchFileReader.h.

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

◆ m_error

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: