umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <umlenumliteraldialog.h>
Public Slots | |
void | slotNameChanged (const QString &) |
Public Member Functions | |
UMLEnumLiteralDialog (QWidget *pParent, UMLEnumLiteral *pEnumLiteral) | |
~UMLEnumLiteralDialog () | |
![]() | |
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 () |
bool | apply () |
![]() | |
void | enableButtonOk (bool enable) |
virtual bool | validate () |
Protected Attributes | |
UMLEnumLiteral * | m_pEnumLiteral |
QGroupBox * | m_pValuesGB |
QLabel * | m_pNameL |
QLabel * | m_pValueL |
QLineEdit * | m_pNameLE |
QLineEdit * | m_pValueLE |
![]() | |
QDialogButtonBox * | m_buttonBox |
QWidget * | m_mainWidget |
Additional Inherited Members | |
![]() | |
enum | ButtonCode { Cancel = 0 , Ok = 1 , Apply = 2 } |
![]() | |
void | slotApply () |
void | slotOk () |
void | slotCancel () |
void | slotClicked (QAbstractButton *) |
UMLEnumLiteralDialog::UMLEnumLiteralDialog | ( | QWidget * | pParent, |
UMLEnumLiteral * | pEnumLiteral ) |
UMLEnumLiteralDialog::~UMLEnumLiteralDialog | ( | ) |
|
protectedvirtual |
Checks if changes are valid and applies them if they are, else returns false
Reimplemented from SinglePageDialogBase.
|
protected |
Sets up the dialog
|
protected |
The EnumLiteral to represent
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |