Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

qgxml::QtQgarErrorHandlerAdaptor Class Reference

#include <QtQgarErrorHandlerAdaptor.H>

List of all members.


Detailed Description

Todo:
Comment this class!
Author:
Jan Rendek
Date:
March 11, 2003 15:03
Since:
Qgar 2.1

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


Constructor & Destructor Documentation

qgxml::QtQgarErrorHandlerAdaptor::QtQgarErrorHandlerAdaptor ErrorHandler handler  ) 
 

Default constructor.

Definition at line 58 of file QtQgarErrorHandlerAdaptor.C.

References _impl.

qgxml::QtQgarErrorHandlerAdaptor::~QtQgarErrorHandlerAdaptor  )  [virtual]
 

Destructor.

Definition at line 68 of file QtQgarErrorHandlerAdaptor.C.


Member Function Documentation

bool qgxml::QtQgarErrorHandlerAdaptor::error const QXmlParseException &  exception  )  [virtual]
 

Definition at line 76 of file QtQgarErrorHandlerAdaptor.C.

References _errorMsg, _impl, _sc, and qgxml::ErrorHandler::error().

QString qgxml::QtQgarErrorHandlerAdaptor::errorString  )  [virtual]
 

Definition at line 149 of file QtQgarErrorHandlerAdaptor.C.

References _errorMsg.

bool qgxml::QtQgarErrorHandlerAdaptor::fatalError const QXmlParseException &  exception  )  [virtual]
 

Definition at line 100 of file QtQgarErrorHandlerAdaptor.C.

References _errorMsg, _impl, _sc, and qgxml::ErrorHandler::fatalError().

bool qgxml::QtQgarErrorHandlerAdaptor::warning const QXmlParseException &  exception  )  [virtual]
 

Definition at line 124 of file QtQgarErrorHandlerAdaptor.C.

References _errorMsg, _impl, _sc, and qgxml::ErrorHandler::warning().


Member Data Documentation

QString qgxml::QtQgarErrorHandlerAdaptor::_errorMsg [protected]
 

Definition at line 114 of file QtQgarErrorHandlerAdaptor.H.

Referenced by error(), errorString(), fatalError(), and warning().

ErrorHandler* qgxml::QtQgarErrorHandlerAdaptor::_impl [protected]
 

Definition at line 112 of file QtQgarErrorHandlerAdaptor.H.

Referenced by error(), fatalError(), QtQgarErrorHandlerAdaptor(), and warning().

QtStringConverter qgxml::QtQgarErrorHandlerAdaptor::_sc [protected]
 

Definition at line 116 of file QtQgarErrorHandlerAdaptor.H.

Referenced by error(), fatalError(), and warning().


The documentation for this class was generated from the following files: