umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
UMLAttributeDialog Class Reference

#include <umlattributedialog.h>

Inheritance diagram for UMLAttributeDialog:
Collaboration diagram for UMLAttributeDialog:

Public Slots

void slotNameChanged (const QString &)
 
void slotStereoTextChanged (const QString &)
 

Public Member Functions

 UMLAttributeDialog (QWidget *pParent, UMLAttribute *pAttribute)
 
 ~UMLAttributeDialog ()
 
- Public Member Functions inherited from SinglePageDialogBase
 SinglePageDialogBase (QWidget *parent, bool withApplyButton=false, bool withSearchButton=false)
 
virtual ~SinglePageDialogBase ()
 

Protected Member Functions

void setupDialog ()
 
bool apply ()
 
- Protected Member Functions inherited from SinglePageDialogBase
virtual bool validate ()
 

Protected Attributes

UMLAttributem_pAttribute
 
QGridLayout * m_pValuesLayout
 
QGroupBox * m_pValuesGB
 
QLabel * m_pNameL
 
QLabel * m_pInitialL
 
KLineEdit * m_pNameLE
 
KLineEdit * m_pInitialLE
 
QCheckBox * m_pStaticCB
 
UMLDatatypeWidgetm_datatypeWidget
 
UMLStereotypeWidgetm_stereotypeWidget
 
QLabel * m_pTagL [N_STEREOATTRS]
 
KLineEdit * m_pTagLE [N_STEREOATTRS]
 
VisibilityEnumWidgetm_visibilityEnumWidget
 
DocumentationWidgetm_docWidget
 

Additional Inherited Members

- Protected Slots inherited from SinglePageDialogBase
void slotApply ()
 
void slotOk ()
 

Detailed Description

Author
Paul Hensgen Bugs and comments to umbre.nosp@m.llo-.nosp@m.devel.nosp@m.@kde.nosp@m..org or https://bugs.kde.org

Constructor & Destructor Documentation

◆ UMLAttributeDialog()

UMLAttributeDialog::UMLAttributeDialog ( QWidget *  pParent,
UMLAttribute pAttribute 
)
Here is the call graph for this function:

◆ ~UMLAttributeDialog()

UMLAttributeDialog::~UMLAttributeDialog ( )

Member Function Documentation

◆ apply()

bool UMLAttributeDialog::apply ( )
protectedvirtual

Checks if changes are valid and applies them if they are, else returns false

Reimplemented from SinglePageDialogBase.

Here is the call graph for this function:

◆ setupDialog()

void UMLAttributeDialog::setupDialog ( )
protected

Sets up the dialog

Here is the call graph for this function:

◆ slotNameChanged

void UMLAttributeDialog::slotNameChanged ( const QString &  _text)
slot

◆ slotStereoTextChanged

void UMLAttributeDialog::slotStereoTextChanged ( const QString &  stereoText)
slot
Here is the call graph for this function:

Member Data Documentation

◆ m_datatypeWidget

UMLDatatypeWidget* UMLAttributeDialog::m_datatypeWidget
protected

◆ m_docWidget

DocumentationWidget* UMLAttributeDialog::m_docWidget
protected

◆ m_pAttribute

UMLAttribute* UMLAttributeDialog::m_pAttribute
protected

The Attribute to represent

◆ m_pInitialL

QLabel * UMLAttributeDialog::m_pInitialL
protected

◆ m_pInitialLE

KLineEdit * UMLAttributeDialog::m_pInitialLE
protected

◆ m_pNameL

QLabel* UMLAttributeDialog::m_pNameL
protected

◆ m_pNameLE

KLineEdit* UMLAttributeDialog::m_pNameLE
protected

◆ m_pStaticCB

QCheckBox* UMLAttributeDialog::m_pStaticCB
protected

◆ m_pTagL

QLabel* UMLAttributeDialog::m_pTagL[N_STEREOATTRS]
protected

◆ m_pTagLE

KLineEdit* UMLAttributeDialog::m_pTagLE[N_STEREOATTRS]
protected

◆ m_pValuesGB

QGroupBox* UMLAttributeDialog::m_pValuesGB
protected

◆ m_pValuesLayout

QGridLayout* UMLAttributeDialog::m_pValuesLayout
protected

◆ m_stereotypeWidget

UMLStereotypeWidget* UMLAttributeDialog::m_stereotypeWidget
protected

◆ m_visibilityEnumWidget

VisibilityEnumWidget* UMLAttributeDialog::m_visibilityEnumWidget
protected

The documentation for this class was generated from the following files: