|
umbrello
2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <umltemplatedialog.h>
Public Member Functions | |
| UMLTemplateDialog (QWidget *pParent, UMLTemplate *pAttribute) | |
| ~UMLTemplateDialog () | |
Public Member Functions inherited from SinglePageDialogBase | |
| SinglePageDialogBase (QWidget *parent, bool withApplyButton=false, bool withSearchButton=false) | |
| virtual | ~SinglePageDialogBase () |
| void | setCaption (const QString &caption) |
| QWidget * | mainWidget () |
| void | setMainWidget (QWidget *widget) |
| void | setButtonText (ButtonCode code, const QString &text) |
Protected Member Functions | |
| void | setupDialog () |
| virtual bool | apply () |
| void | insertTypesSorted (const QString &type=QString()) |
Protected Member Functions inherited from SinglePageDialogBase | |
| void | enableButtonOk (bool enable) |
| virtual bool | validate () |
Protected Attributes | |
| UMLTemplate * | m_pTemplate |
| QGroupBox * | m_pValuesGB |
| QLabel * | m_pNameL |
| QLineEdit * | m_pNameLE |
| UMLDatatypeWidget * | m_datatypeWidget |
| UMLStereotypeWidget * | m_stereotypeWidget |
| DocumentationWidget * | m_docWidget |
Protected Attributes inherited from SinglePageDialogBase | |
| QDialogButtonBox * | m_buttonBox |
| QWidget * | m_mainWidget |
Additional Inherited Members | |
Public Types inherited from SinglePageDialogBase | |
| enum | ButtonCode { Cancel = 0, Ok = 1, Apply = 2 } |
Protected Slots inherited from SinglePageDialogBase | |
| void | slotApply () |
| void | slotOk () |
| void | slotCancel () |
| void | slotClicked (QAbstractButton *) |
A dialog to edit the properties of a class template (paramaterised class)
| UMLTemplateDialog::UMLTemplateDialog | ( | QWidget * | pParent, |
| UMLTemplate * | pAttribute | ||
| ) |
| UMLTemplateDialog::~UMLTemplateDialog | ( | ) |
|
protectedvirtual |
Checks if changes are valid and applies them if they are, else returns false
Reimplemented from SinglePageDialogBase.
|
protected |
|
protected |
Sets up the dialog
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
The Attribute to represent
|
protected |
|
protected |
1.8.10