All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Threaded parser for reading ASCII signal formats. More...
#include <AsciiSignalFormatReader.h>
Signals | |
void | dataChanged () |
Public Member Functions | |
AsciiSignalFormatReader (QObject *parent=0) | |
const QString & | errors () const |
const AsciiSignalFormat & | format () const |
const QString & | header () const |
void | setFileName (const QString &f) |
void | setFormat (const AsciiSignalFormat &f) |
~AsciiSignalFormatReader () |
Threaded parser for reading ASCII signal formats.
This class is used mainly for viewing an ASCII file while editing the parser parameters.
GeopsyCore::AsciiSignalFormatReader::AsciiSignalFormatReader | ( | QObject * | parent = 0 | ) |
Description of constructor still missing
References TRACE.
: Thread(parent) { TRACE; App::setStream(new StringStream(&_errors), this); }
void GeopsyCore::AsciiSignalFormatReader::dataChanged | ( | ) | [signal] |
const QString& GeopsyCore::AsciiSignalFormatReader::errors | ( | ) | const [inline] |
{return _errors;}
const AsciiSignalFormat& GeopsyCore::AsciiSignalFormatReader::format | ( | ) | const [inline] |
{return _format;}
const QString& GeopsyCore::AsciiSignalFormatReader::header | ( | ) | const [inline] |
{return _header;}
void GeopsyCore::AsciiSignalFormatReader::setFileName | ( | const QString & | f | ) |
References QGpCoreTools::Thread::start(), and TRACE.
Referenced by GeopsyGui::AsciiSignalFormatEditor::setFormat().
void GeopsyCore::AsciiSignalFormatReader::setFormat | ( | const AsciiSignalFormat & | f | ) |
References QGpCoreTools::Thread::start(), and TRACE.
Referenced by GeopsyGui::AsciiSignalFormatEditor::setFormat().