class ClassPropDlg

More...

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

Public Types

Public Methods

Public Slots

Protected Methods


Detailed Description

 ClassPropDlg (QWidget *parent, UMLObject *c, int pageNum = 0, bool assoc = false)

ClassPropDlg

Sets up a ClassPropDlg.

Parameters:
parentThe parent of the ClassPropDlg
cThe UMLObject to display properties of.
pageNumThe page to show first.
assocDetermines whether to display associations

 ClassPropDlg (QWidget *parent, ObjectWidget * o)

ClassPropDlg

Sets up a ClassPropDlg.

Parameters:
parentThe parent of the ClassPropDlg
oThe ObjectWidget to display properties of.

 ClassPropDlg (QWidget *parent, UMLWidget * o)

ClassPropDlg

Sets up a ClassPropDlg.

Parameters:
parentThe parent of the ClassPropDlg
oThe UMLWidget to display properties of.

 ~ClassPropDlg ()

~ClassPropDlg

Standard deconstructor

enum Page {page_gen = 0, page_att, page_op, page_assoc, page_options, page_color, page_font}

Page

void  slotOk ()

slotOk

[protected]

void  slotApply ()

slotApply

[protected]

void  setupPages (UMLObject * c, bool assoc = false)

setupPages

[protected]

void  setupFontPage ()

setupFontPage

[protected]

void  slotUpdateChildObject (int id)

slotUpdateChildObject

[slot]