class ClassGenPage

Display properties on a UMLObject. More...

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

Public Methods

Public Slots


Detailed Description

Displays properties of a UMLObject in a dialog box. This is not usually directly called. The class ClassPropDlg will set this up for you.

 ClassGenPage (UMLDoc *d, QWidget *parent, UMLObject * o)

ClassGenPage

Sets up the ClassGenPage.

Parameters:
dThe UMLDoc which controls controls object creation.
parentThe parent to the ClassGenPage.
oThe UMLObject to display the properties of.

 ClassGenPage (UMLDoc *d, QWidget *parent, ObjectWidget * o)

ClassGenPage

Sets up the ClassGenPage.

Parameters:
dThe UMLDoc which controls controls object creation.
parentThe parent to the ClassGenPage.
oThe ObjectWidget to display the properties of.

 ~ClassGenPage ()

~ClassGenPage

Standard deconstructor.

void  updateObject ()

updateObject

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

void  slotActorToggled ( bool state )

slotActorToggled

[slot]

When the draw as actor check box is toggled, the draw as multi instance need to be enabled/disabled. They both can't be available at the same time.