KABC::ErrorHandler Class Reference
#include <errorhandler.h>
Inheritance diagram for KABC::ErrorHandler:

Detailed Description
Abstract class that provides displaying of error messages.
We need this to make libkabc gui independent on the one side and provide user friendly error messages on the other side. Use ConsoleErrorHandler
or GuiErrorHandler
in your application or provide your own ErrorHandler.
Definition at line 40 of file errorhandler.h.
Public Member Functions | |
virtual void | error (const QString &msg)=0 |
Member Function Documentation
virtual void KABC::ErrorHandler::error | ( | const QString & | msg | ) | [pure virtual] |
Show error message.
Implemented in KABC::ConsoleErrorHandler, KABC::GUIErrorHandler, and KABC::GuiErrorHandler.
The documentation for this class was generated from the following file: