Engauge Digitizer 2
|
Dialog for saving error report for later transmission to the developers. More...
#include <DlgErrorReportLocal.h>
Public Member Functions | |
DlgErrorReportLocal (const QString &xmlWithImage, QWidget *parent=0) | |
Single constructor. With the original data, the extra context improves debugging. With anonymization, user privacy is maintained. | |
~DlgErrorReportLocal () | |
QString | xmlToUpload () const |
Xml to be uploaded. Includes document if user has approved. | |
Public Member Functions inherited from DlgErrorReportAbstractBase | |
DlgErrorReportAbstractBase (QWidget *parent=0) | |
Single constructor. | |
~DlgErrorReportAbstractBase () |
Additional Inherited Members | |
Protected Member Functions inherited from DlgErrorReportAbstractBase | |
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. |
Dialog for saving error report for later transmission to the developers.
Definition at line 16 of file DlgErrorReportLocal.h.
DlgErrorReportLocal::DlgErrorReportLocal | ( | const QString & | xmlWithImage, |
QWidget * | parent = 0 ) |
Single constructor. With the original data, the extra context improves debugging. With anonymization, user privacy is maintained.
Definition at line 19 of file DlgErrorReportLocal.cpp.
DlgErrorReportLocal::~DlgErrorReportLocal | ( | ) |
Definition at line 65 of file DlgErrorReportLocal.cpp.
QString DlgErrorReportLocal::xmlToUpload | ( | ) | const |
Xml to be uploaded. Includes document if user has approved.
Definition at line 103 of file DlgErrorReportLocal.cpp.