#include <errorReporter.h>
Static Public Member Functions | |
| 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) |
Protected Attributes | |
| ErrorReporterPrivate * | _private |
Protected Member Functions | |
| ErrorReporter (QObject *parent=0) | |
| ~ErrorReporter () | |
Static Protected Member Functions | |
| static ErrorReporter * | reporter () |
Static Protected Attributes | |
| static ErrorReporter * | _singleton = 0 |
| 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] |
| ErrorReporter * ErrorReporter::reporter | ( | ) | [static, protected] |
ErrorReporterPrivate* ErrorReporter::_private [protected] |
ErrorReporter * ErrorReporter::_singleton = 0 [static, protected] |
| Generated on Mon Jan 23 2012 12:22:33 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|