Engauge Digitizer 2
|
Base class for dialogs that handle the error report. More...
#include <DlgErrorReportAbstractBase.h>
Public Member Functions | |
DlgErrorReportAbstractBase (QWidget *parent=0) | |
Single constructor. | |
~DlgErrorReportAbstractBase () |
Protected Member Functions | |
QString | errorFile () const |
File name for output file containing error report. | |
void | saveFile (const QString &xml) const |
Save xml into output file named by errorFile. |
Base class for dialogs that handle the error report.
Definition at line 13 of file DlgErrorReportAbstractBase.h.
DlgErrorReportAbstractBase::DlgErrorReportAbstractBase | ( | QWidget * | parent = 0 | ) |
Single constructor.
Definition at line 14 of file DlgErrorReportAbstractBase.cpp.
DlgErrorReportAbstractBase::~DlgErrorReportAbstractBase | ( | ) |
Definition at line 19 of file DlgErrorReportAbstractBase.cpp.
|
protected |
File name for output file containing error report.
Definition at line 23 of file DlgErrorReportAbstractBase.cpp.
|
protected |
Save xml into output file named by errorFile.
Definition at line 28 of file DlgErrorReportAbstractBase.cpp.