umbrello 25.12.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
UmlMessageBox Namespace Reference

Functions

KGuiItem yes ()
KGuiItem no ()
KGuiItem cancel ()
int questionYesNo (QWidget *parent, const QString &text, const QString &caption=QString(), const KGuiItem &yes=UmlMessageBox::yes(), const KGuiItem &no=UmlMessageBox::no())
int warningYesNo (QWidget *parent, const QString &text, const QString &caption=QString(), const KGuiItem &yes=UmlMessageBox::yes(), const KGuiItem &no=UmlMessageBox::no())
int 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 Yes = KMessageBox::PrimaryAction
const int No = KMessageBox::SecondaryAction
const int Cancel = KMessageBox::Cancel

Function Documentation

◆ cancel()

KGuiItem UmlMessageBox::cancel ( )
inline

◆ no()

KGuiItem UmlMessageBox::no ( )
inline

◆ questionYesNo()

int UmlMessageBox::questionYesNo ( QWidget * parent,
const QString & text,
const QString & caption = QString(),
const KGuiItem & yes = UmlMessageBox::yes(),
const KGuiItem & no = UmlMessageBox::no() )
inline
Here is the call graph for this function:

◆ warningYesNo()

int UmlMessageBox::warningYesNo ( QWidget * parent,
const QString & text,
const QString & caption = QString(),
const KGuiItem & yes = UmlMessageBox::yes(),
const KGuiItem & no = UmlMessageBox::no() )
inline
Here is the call graph for this function:

◆ warningYesNoCancel()

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() )
inline
Here is the call graph for this function:

◆ yes()

KGuiItem UmlMessageBox::yes ( )
inline

Variable Documentation

◆ Cancel

const int UmlMessageBox::Cancel = KMessageBox::Cancel

◆ No

const int UmlMessageBox::No = KMessageBox::SecondaryAction

◆ Yes

const int UmlMessageBox::Yes = KMessageBox::PrimaryAction