class AssocPropDlg

This dialog box will display the properties of an Association. More...

Definition#include <./dialogs/assocpropdlg.h>
InheritsKDialogBase (unknown) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots


Detailed Description

This dialog box will display the properties of an Association. Most fields are read-only and change depending on what type of association it is displaying.

See also: ClassPropDlg, ConceptWidget

 AssocPropDlg (QWidget * parent, AssociationWidget * a)

AssocPropDlg

Constructs an AssocPageDlg.

Parameters:
parentThe parent of this class.
aThe Association to show properties for.

 ~AssocPropDlg ()

~AssocPropDlg

Standard deconstructor.

QString  getRoleName ()

getRoleName

Return the text representing the role name.

Returns: Return the text representing the role name.

QString  getMultiA ()

getMultiA

Return the text that represents the multiplicity for Widget A.

Returns: Return the text that represents the multiplicity for Widget A

QString  getMultiB ()

getMultiB

Return the text that represents the multiplicity for Widget B.

Returns: Return the text that represents the multiplicity for Widget A

void  slotOk ()

slotOk

[slot]