class AssocPage

The page shows all the Associations that belong to a ConceptWidget. More...

Definition#include <./dialogs/assocpage.h>
InheritsQWidget [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots


Detailed Description

Displays a page on the tabbed dialog window of ClassPropDlg. The page shows all the Associations that belong to a ConceptWidget.

See also: ClassPropDlg, ConceptWidget

 AssocPage (QWidget *parent, UMLView * v, UMLObject * o)

AssocPage

Constructs an instance of AssocPage.

Parameters:
parentThe parent of the page
vThe view the UMLObject being represented.
oThe UMLObject being represented

 ~AssocPage ()

~AssocPage

Standard deconstructor.

void  slotDoubleClick (QListBoxItem * i)

slotDoubleClick

[slot]

void  slotRightButtonClicked (QListBoxItem *, const QPoint &)

slotRightButtonClicked

[slot]

void  slotRightButtonPressed (QListBoxItem * item, const QPoint & p)

slotRightButtonPressed

[slot]

void  slotPopupMenuSel (int id)

slotPopupMenuSel

[slot]