class ClassAttPage

A dialog page to display class attribute properties. More...

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

Public Methods

Public Slots

Signals


Detailed Description

A dialog page to display class attribute properties. This is not normally setup called by you. It is used by the ClassPropDlg.

See also: ClassPropDlg

 ClassAttPage (QWidget *parent, UMLConcept *c, UMLDoc * doc)

ClassAttPage

Sets up the ClassAttPage.

Parameters:
parentThe parent to the ClassAttPage.
cThe Concept to display the properties of.

 ~ClassAttPage ()

~ClassAttPage

Standard deconstructor.

void  updateObject ()

updateObject

Will move information from the dialog into the object. Call when the ok or apply button is pressed.

void  slotClicked (QListBoxItem *item)

slotClicked

[slot]

void  slotPopupMenuSel (int id)

slotPopupMenuSel

[slot]

void  slotAttributeCreated (UMLObject * object)

slotAttributeCreated

[slot]

void  slotAttributeRenamed (UMLObject * object)

slotAttributeRenamed

[slot]

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

slotRightButtonClicked

[slot]

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

slotRightButtonPressed

[slot]

void  slotDoubleClick ( QListBoxItem * item )

slotDoubleClick

[slot]

void  slotUpClicked ()

slotUpClicked

[slot]

void  slotDownClicked ()

slotDownClicked

[slot]

void  sigUpdateChildObject (int id)

sigUpdateChildObject

[signal]