KDb
KDbMessageHandler.h
94 After leaving the current code block, myResultableObject's message title will be set back to the previous value.
120 inline QVariant property(const QByteArray& name, const QVariant& defaultValue = QVariant()) const
An abstract class used to specify GUI information such as button texts tooltips and icons.
Definition KDbMessageHandler.h:112
KDbMessageGuard(KDbResultable *resultable)
Builds a guard in the current code block using resultable Infromation from resultable will be used in...
Definition KDbMessageHandler.cpp:35
Definition KDbMessageHandler.h:135
@ Dangerous
The action to be confirmed by the dialog is a potentially destructive one.
Definition KDbMessageHandler.h:172
virtual void showErrorMessage(KDbMessageHandler::MessageType messageType, const QString &message, const QString &details=QString(), const QString &caption=QString())=0
virtual KDbMessageHandler::ButtonCode askQuestion(KDbMessageHandler::QuestionType messageType, const QString &message, const QString &caption=QString(), KDbMessageHandler::ButtonCode defaultResult=KDbMessageHandler::Yes, const KDbGuiItem &buttonYes=KDbGuiItem(), const KDbGuiItem &buttonNo=KDbGuiItem(), const QString &dontShowAskAgainName=QString(), KDbMessageHandler::Options options={}, KDbMessageHandler *msgHandler=nullptr)
Definition KDbMessageHandler.cpp:143
KDbMessageHandler(QWidget *parent=nullptr)
Definition KDbMessageHandler.cpp:122
virtual void showErrorMessage(const KDbResult &result, KDbMessageHandler::MessageType messageType=Error, const QString &message=QString(), const QString &caption=QString())=0
Definition KDbResult.shared.h:35
void clear()
bool contains(const Key &key) const const
iterator insert(const Key &key, const T &value)
bool isEmpty() const const
QList< Key > keys() const const
bool remove(const Key &key)
T value(const Key &key) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:51:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:51:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.