#include <QtQgarErrorHandlerAdaptor.H>
Definition at line 66 of file QtQgarErrorHandlerAdaptor.H.
Public Member Functions | |
| virtual bool | error (const QXmlParseException &exception) |
| virtual bool | fatalError (const QXmlParseException &exception) |
| virtual bool | warning (const QXmlParseException &exception) |
| virtual QString | errorString () |
Constructors | |
| QtQgarErrorHandlerAdaptor (ErrorHandler *handler) | |
| Default constructor. | |
Destructor | |
| virtual | ~QtQgarErrorHandlerAdaptor () |
| Destructor. | |
Protected Attributes | |
| ErrorHandler * | _impl |
| QString | _errorMsg |
| QtStringConverter | _sc |
|
|
Default constructor.
Definition at line 58 of file QtQgarErrorHandlerAdaptor.C. References _impl. |
|
|
Destructor.
Definition at line 68 of file QtQgarErrorHandlerAdaptor.C. |
|
|
Definition at line 76 of file QtQgarErrorHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ErrorHandler::error(). |
|
|
Definition at line 149 of file QtQgarErrorHandlerAdaptor.C. References _errorMsg. |
|
|
Definition at line 100 of file QtQgarErrorHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ErrorHandler::fatalError(). |
|
|
Definition at line 124 of file QtQgarErrorHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ErrorHandler::warning(). |
|
|
Definition at line 114 of file QtQgarErrorHandlerAdaptor.H. Referenced by error(), errorString(), fatalError(), and warning(). |
|
|
Definition at line 112 of file QtQgarErrorHandlerAdaptor.H. Referenced by error(), fatalError(), QtQgarErrorHandlerAdaptor(), and warning(). |
|
|
Definition at line 116 of file QtQgarErrorHandlerAdaptor.H. Referenced by error(), fatalError(), and warning(). |