umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umlmessagebox.h File Reference
#include <KGuiItem>
#include <KLocalizedString>
#include <KMessageBox>
#include <KStandardGuiItem>
#include <QString>
#include <QWidget>
Include dependency graph for umlmessagebox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  UmlMessageBox

Functions

KGuiItem UmlMessageBox::yes ()
KGuiItem UmlMessageBox::no ()
KGuiItem UmlMessageBox::cancel ()
int UmlMessageBox::questionYesNo (QWidget *parent, const QString &text, const QString &caption=QString(), const KGuiItem &yes=UmlMessageBox::yes(), const KGuiItem &no=UmlMessageBox::no())
int UmlMessageBox::warningYesNo (QWidget *parent, const QString &text, const QString &caption=QString(), const KGuiItem &yes=UmlMessageBox::yes(), const KGuiItem &no=UmlMessageBox::no())
int UmlMessageBox::warningYesNoCancel (QWidget *parent, const QString &text, const QString &caption=QString(), const KGuiItem &yes=UmlMessageBox::yes(), const KGuiItem &no=UmlMessageBox::no(), const KGuiItem &cancel=UmlMessageBox::cancel())

Variables

const int UmlMessageBox::Yes = KMessageBox::PrimaryAction
const int UmlMessageBox::No = KMessageBox::SecondaryAction
const int UmlMessageBox::Cancel = KMessageBox::Cancel