|
|
| ClassPropDlg (QWidget *parent, UMLObject *c, int pageNum = 0, bool assoc = false)
| ClassPropDlg |
Sets up a ClassPropDlg.
Parameters:
| parent | The parent of the ClassPropDlg |
| c | The UMLObject to display properties of. |
| pageNum | The page to show first. |
| assoc | Determines whether to display associations |
| ClassPropDlg (QWidget *parent, ObjectWidget * o)
| ClassPropDlg |
Sets up a ClassPropDlg.
Parameters:
| parent | The parent of the ClassPropDlg |
| o | The ObjectWidget to display properties of. |
| ClassPropDlg (QWidget *parent, UMLWidget * o)
| ClassPropDlg |
Sets up a ClassPropDlg.
Parameters:
| parent | The parent of the ClassPropDlg |
| o | The 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]