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

Public Member Functions | |
GuiErrorHandler (QWidget *parent=0) | |
virtual | ~GuiErrorHandler () |
virtual void | error (const QString &msg) |
Detailed Description
This class shows messages boxes for every error message.
Definition at line 86 of file errorhandler.h.
Constructor & Destructor Documentation
GuiErrorHandler::GuiErrorHandler | ( | QWidget * | parent = 0 | ) |
Create error handler.
Uses KMessageBox::error() to display the error messages.
- Parameters:
-
parent Widget which is used as parent for the error dialogs.
Definition at line 63 of file errorhandler.cpp.
GuiErrorHandler::~GuiErrorHandler | ( | ) | [virtual] |
Destroys the handler instance.
Definition at line 68 of file errorhandler.cpp.
Member Function Documentation
void GuiErrorHandler::error | ( | const QString & | msg | ) | [virtual] |
Show error message.
- Parameters:
-
msg The error message to show
Implements KABC::ErrorHandler.
Definition at line 73 of file errorhandler.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue May 8 2012 00:05:49 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue May 8 2012 00:05:49 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.