umbrello
2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <umlinstanceattributedialog.h>
Public Member Functions | |
UMLInstanceAttributeDialog (QWidget *parent, UMLInstanceAttribute *pInstanceAttr) | |
~UMLInstanceAttributeDialog () | |
![]() | |
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 | |
bool | apply () |
![]() | |
void | enableButtonOk (bool enable) |
virtual bool | validate () |
Private Attributes | |
Ui::UMLInstanceAttributeDialog * | ui |
UMLInstanceAttribute * | m_pInstanceAttr |
Additional Inherited Members | |
![]() | |
enum | ButtonCode { Cancel = 0, Ok = 1, Apply = 2 } |
![]() | |
void | slotApply () |
void | slotOk () |
void | slotCancel () |
void | slotClicked (QAbstractButton *) |
![]() | |
QDialogButtonBox * | m_buttonBox |
QWidget * | m_mainWidget |
|
explicit |
UMLInstanceAttributeDialog::~UMLInstanceAttributeDialog | ( | ) |
|
protectedvirtual |
Apply dialog changes to the related object.
This method could be overridden in derived dialogs to suppport post dialog applying.
Reimplemented from SinglePageDialogBase.
|
private |
|
private |