#include <umlentityattributedialog.h>
| UMLEntityAttributeDialog::UMLEntityAttributeDialog |
( |
QWidget * |
pParent, |
|
|
UMLEntityAttribute * |
pEntityAttribute |
|
) |
| |
| UMLEntityAttributeDialog::~UMLEntityAttributeDialog |
( |
| ) |
|
| bool UMLEntityAttributeDialog::apply |
( |
| ) |
|
|
protectedvirtual |
Checks if changes are valid and applies them if they are, else returns false
Reimplemented from SinglePageDialogBase.
| void UMLEntityAttributeDialog::insertAttribute |
( |
const QString & |
type, |
|
|
int |
index = -1 |
|
) |
| |
|
protected |
Inserts type into the type-combobox as well as its completion object.
| void UMLEntityAttributeDialog::setupDialog |
( |
| ) |
|
|
protected |
| void UMLEntityAttributeDialog::slotAutoIncrementStateChanged |
( |
bool |
checked | ) |
|
|
slot |
Is activated when the auto increment state is changed.
| void UMLEntityAttributeDialog::slotNameChanged |
( |
const QString & |
_text | ) |
|
|
slot |
| KComboBox* UMLEntityAttributeDialog::m_pAttributesCB |
|
protected |
| QLabel * UMLEntityAttributeDialog::m_pAttributesL |
|
protected |
| QGroupBox* UMLEntityAttributeDialog::m_pAttsGB |
|
protected |
| QCheckBox* UMLEntityAttributeDialog::m_pAutoIncrementCB |
|
protected |
The EntityAttribute to represent.
| QLabel * UMLEntityAttributeDialog::m_pInitialL |
|
protected |
| QLineEdit * UMLEntityAttributeDialog::m_pInitialLE |
|
protected |
| QLabel* UMLEntityAttributeDialog::m_pNameL |
|
protected |
| QLineEdit* UMLEntityAttributeDialog::m_pNameLE |
|
protected |
| QRadioButton * UMLEntityAttributeDialog::m_pNoneRB |
|
protected |
| QCheckBox* UMLEntityAttributeDialog::m_pNullCB |
|
protected |
| QRadioButton * UMLEntityAttributeDialog::m_pPrivateRB |
|
protected |
| QRadioButton * UMLEntityAttributeDialog::m_pProtectedRB |
|
protected |
| QRadioButton* UMLEntityAttributeDialog::m_pPublicRB |
|
protected |
| QGroupBox* UMLEntityAttributeDialog::m_pScopeGB |
|
protected |
| QGroupBox * UMLEntityAttributeDialog::m_pValuesGB |
|
protected |
| QLabel * UMLEntityAttributeDialog::m_pValuesL |
|
protected |
| QLineEdit * UMLEntityAttributeDialog::m_pValuesLE |
|
protected |
The documentation for this class was generated from the following files: