TDEABC::ErrorHandler Class Referenceabstract
#include <errorhandler.h>
Inheritance diagram for TDEABC::ErrorHandler:
Public Member Functions | |
virtual void | error (const TQString &msg)=0 |
Detailed Description
Abstract class that provides displaying of error messages.
We need this to make libtdeabc 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.
Member Function Documentation
◆ error()
|
pure virtual |
Show error message.
Implemented in TDEABC::GuiErrorHandler, TDEABC::GUIErrorHandler, and TDEABC::ConsoleErrorHandler.
The documentation for this class was generated from the following file: