class ClassOpsPage

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

Definition#include <./dialogs/classopspage.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 operation properties. This is not normally setup called by you. It is used by the ClassPropDlg.

See also: ClassPropDlg

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

ClassOpsPage

Sets up the ClassOpsPage.

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

 ~ClassOpsPage ()

~ClassOpsPage

Standard deconstructor.

void  updateObject ()

updateObject

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

void  sigUpdateChildObject (int id)

sigUpdateChildObject

[signal]

void  slotClicked (QListBoxItem *i)

slotClicked

[slot]

void  slotDoubleClick ( QListBoxItem * item )

slotDoubleClick

[slot]

void  slotOpPopupMenuSel (int id)

slotOpPopupMenuSel

[slot]

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

slotOpRightButtonPressed

[slot]

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

slotOpRightButtonClicked

[slot]

void  slotOperationCreated (UMLObject * object)

slotOperationCreated

[slot]

void  slotOperationRenamed (UMLObject * object)

slotOperationRenamed

[slot]

void  slotUpClicked ()

slotUpClicked

[slot]

void  slotDownClicked ()

slotDownClicked

[slot]