kexi
KexiGUIMessageHandler Class Reference
Inheritance diagram for KexiGUIMessageHandler:

Detailed Description
Definition at line 26 of file kexiguimsghandler.h.
Public Member Functions | |
| KexiGUIMessageHandler (QWidget *parent=0) | |
| virtual | ~KexiGUIMessageHandler () |
| virtual void | showErrorMessage (const QString &title, const QString &details=QString::null) |
| virtual void | showErrorMessage (KexiDB::Object *obj, const QString &msg=QString::null) |
| void | showErrorMessage (const QString &, const QString &, KexiDB::Object *obj) |
| void | showErrorMessage (Kexi::ObjectStatus *status) |
| void | showErrorMessage (const QString &message, Kexi::ObjectStatus *status) |
| void | showSorryMessage (const QString &title, const QString &details=QString::null) |
| virtual void | showMessage (MessageType type, const QString &title, const QString &details) |
| virtual int | askQuestion (const QString &message, KMessageBox::DialogType dlgType, KMessageBox::ButtonCode defaultResult, const KGuiItem &buttonYes=KStdGuiItem::yes(), const KGuiItem &buttonNo=KStdGuiItem::no(), const QString &dontShowAskAgainName=QString::null, int options=KMessageBox::Notify) |
Member Function Documentation
| int KexiGUIMessageHandler::askQuestion | ( | const QString & | message, | |
| KMessageBox::DialogType | dlgType, | |||
| KMessageBox::ButtonCode | defaultResult, | |||
| const KGuiItem & | buttonYes = KStdGuiItem::yes(), |
|||
| const KGuiItem & | buttonNo = KStdGuiItem::no(), |
|||
| const QString & | dontShowAskAgainName = QString::null, |
|||
| int | options = KMessageBox::Notify | |||
| ) | [virtual] |
Interactively asks a question using KMessageBox. See KexiDB::MessageHandler::askQuestion() for details.
Reimplemented from KexiDB::MessageHandler.
Definition at line 140 of file kexiguimsghandler.cpp.
| void KexiGUIMessageHandler::showErrorMessage | ( | KexiDB::Object * | obj, | |
| const QString & | msg = QString::null | |||
| ) | [virtual] |
Shows error message with msg text. Existing error message from obj object is also copied, if present.
Implements KexiDB::MessageHandler.
Definition at line 39 of file kexiguimsghandler.cpp.
| void KexiGUIMessageHandler::showErrorMessage | ( | const QString & | title, | |
| const QString & | details = QString::null | |||
| ) | [virtual] |
Shows error message with title (it is not caption) and details.
Implements KexiDB::MessageHandler.
Definition at line 54 of file kexiguimsghandler.cpp.
The documentation for this class was generated from the following files:

