#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 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 &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 QString &userMessage, const QSqlQuery &qry, 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 QString | getQueryStoredProcErrorMsg (const QSqlQuery &qry) |
|
◆ ErrorReporter()
ErrorReporter::ErrorReporter |
( |
QObject * |
parent = 0 | ) |
|
|
protected |
◆ ~ErrorReporter()
ErrorReporter::~ErrorReporter |
( |
| ) |
|
|
protected |
◆ error() [1/7]
bool ErrorReporter::error |
( |
const QString & |
err, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
◆ error() [2/7]
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QSqlError & |
err, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
◆ error() [3/7]
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QSqlQuery & |
qry, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
◆ error() [4/7]
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QString & |
err, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
◆ error() [5/7]
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QString & |
userMessage, |
|
|
const QSqlError & |
err, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
◆ error() [6/7]
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QString & |
userMessage, |
|
|
const QSqlQuery & |
qry, |
|
|
const QString |
file = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
static |
◆ error() [7/7]
bool ErrorReporter::error |
( |
QtMsgType |
type, |
|
|
QWidget * |
parent, |
|
|
const QString |
title, |
|
|
const QString & |
userMessage, |
|
|
const QString & |
err, |
|
|
const QString |
file, |
|
|
int |
line |
|
) |
| |
|
static |
◆ getQueryStoredProcErrorMsg()
QString ErrorReporter::getQueryStoredProcErrorMsg |
( |
const QSqlQuery & |
qry | ) |
|
|
static |
◆ reporter()
◆ _private
ErrorReporterPrivate* ErrorReporter::_private |
|
protected |
◆ _singleton
The documentation for this class was generated from the following files:
- errorReporter.h
- errorReporter.cpp