umbrello
2.31.90
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the source code of this file.
Namespaces | |
Dialog_Utils | |
Functions | |
KLineEdit * | Dialog_Utils::makeLabeledEditField (QGridLayout *layout, int row, QLabel *&label, const QString &labelText, KLineEdit *&editField, const QString &editFieldText, int columnOffset) |
void | Dialog_Utils::askNameForWidget (UMLWidget *&targetWidget, const QString &dialogTitle, const QString &dialogPrompt, const QString &defaultName) |
bool | Dialog_Utils::askName (const QString &title, const QString &prompt, QString &name) |
bool | Dialog_Utils::askNewName (WidgetBase::WidgetType type, QString &name) |
bool | Dialog_Utils::askRenameName (WidgetBase::WidgetType type, QString &name) |
bool | Dialog_Utils::askDefaultNewName (WidgetBase::WidgetType type, QString &name) |
bool | Dialog_Utils::askNewName (UMLObject::ObjectType type, QString &name) |
bool | Dialog_Utils::askRenameName (UMLObject::ObjectType type, QString &name) |
bool | Dialog_Utils::askDefaultNewName (UMLObject::ObjectType type, QString &name) |
void | Dialog_Utils::insertStereotypesSorted (KComboBox *kcb, const QString &type) |
bool | Dialog_Utils::askDeleteAssociation () |
bool | Dialog_Utils::askDeleteDiagram (const QString &name) |