Definition at line 1287 of file layout.cpp.
LayoutErrorHandler::LayoutErrorHandler |
( |
const char * |
fn | ) |
|
|
inline |
bool LayoutErrorHandler::error |
( |
const QXmlParseException & |
exception | ) |
|
|
inline |
Definition at line 1298 of file layout.cpp.
References err(), and fileName.
{
err(
"at line %d column %d of %s: %s\n",
exception.lineNumber(),exception.columnNumber(),
fileName.data(),
exception.message().data());
return FALSE;
}
QString LayoutErrorHandler::errorString |
( |
| ) |
|
|
inline |
bool LayoutErrorHandler::fatalError |
( |
const QXmlParseException & |
exception | ) |
|
|
inline |
Definition at line 1305 of file layout.cpp.
References err(), and fileName.
{
err(
"fatal: at line %d column %d of %s: %s\n",
exception.lineNumber(),exception.columnNumber(),
fileName.data(),
exception.message().data());
return FALSE;
}
bool LayoutErrorHandler::warning |
( |
const QXmlParseException & |
exception | ) |
|
|
inline |
QString LayoutErrorHandler::errorMsg |
|
private |
QString LayoutErrorHandler::fileName |
|
private |
The documentation for this class was generated from the following file: