#include <errorReporter.h>
|
static bool | error (const QString &err, const QString file=QString(), int line=-1) |
|
static bool | error (QtMsgType type, QWidget *parent, const QString title, const QString &err, const QString file=QString(), int line=-1) |
|
static bool | error (QtMsgType type, QWidget *parent, const QString title, const QString &userMessage, const QString &err, const QString file, int line) |
|
static bool | error (QtMsgType type, QWidget *parent, const QString title, const QSqlError &err, const QString file=QString(), int line=-1) |
|
static bool | error (QtMsgType type, QWidget *parent, const QString title, const QString &userMessage, const QSqlError &err, const QString file=QString(), int line=-1) |
|
static bool | error (QtMsgType type, QWidget *parent, const QString title, const QSqlQuery &qry, const QString file=QString(), int line=-1) |
|
static bool | error (QtMsgType type, QWidget *parent, const QString title, const QString &userMessage, const QSqlQuery &qry, const QString file=QString(), int line=-1) |
|
ErrorReporter::ErrorReporter |
( |
QObject * |
parent = 0 | ) |
|
|
protected |
ErrorReporter::~ErrorReporter |
( |
| ) |
|
|
protected |
bool ErrorReporter::error |
( |
const QString & |
err, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QString & |
err, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QString & |
userMessage, |
|
|
const QString & |
err, |
|
|
const QString |
file, |
|
|
int |
line |
|
) |
| |
|
static |
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QSqlError & |
err, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QString & |
userMessage, |
|
|
const QSqlError & |
err, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QSqlQuery & |
qry, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QString & |
userMessage, |
|
|
const QSqlQuery & |
qry, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
ErrorReporterPrivate* ErrorReporter::_private |
|
protected |
The documentation for this class was generated from the following files: