#include <KGuiItem>
#include <KLocalizedString>
#include <KMessageBox>
#include <KStandardGuiItem>
#include <QString>
#include <QWidget>
Go to the source code of this file.
|
| 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()) |
| |