ClassPropDlg Class Reference
#include <classpropdlg.h>
Public Types | |
| enum | Page { page_gen = 0, page_att, page_op, page_template, page_assoc, page_options, page_color, page_font } |
Public Member Functions | |
| ClassPropDlg (QWidget *parent, UMLObject *c, int pageNum=0, bool assoc=false) | |
| Sets up a ClassPropDlg. | |
| ClassPropDlg (QWidget *parent, ObjectWidget *o) | |
| Sets up a ClassPropDlg. | |
| ClassPropDlg (QWidget *parent, UMLWidget *o) | |
| Sets up a ClassPropDlg. | |
| ~ClassPropDlg () | |
| Standard deconstructor. | |
Protected Slots | |
| void | slotOk () |
| Calls slotApply() and accepts (closes) the dialog. | |
| void | slotApply () |
| Applies the settings in the dialog to the widget and object. | |
Protected Member Functions | |
| void | setupPages (UMLObject *c, bool assoc=false) |
| Sets up the general, attribute, operations, template and association pages as appropriate. | |
| void | setupInstancePages (UMLWidget *widget) |
| Sets up the general page for the component. | |
| void | setupFontPage () |
| Sets up the font page. | |
Detailed Description
- Author:
- Paul Hensgen <phensgen@techie.com>
- Version:
- 1.0 Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 41 of file classpropdlg.h.
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
Sets up a ClassPropDlg.
Definition at line 36 of file classpropdlg.cpp. References UMLApp::getDocument(), and setupPages(). |
|
||||||||||||
|
Sets up a ClassPropDlg.
Definition at line 55 of file classpropdlg.cpp. References UMLApp::getDocument(), WidgetBase::getUMLObject(), and setupFontPage(). |
|
||||||||||||
|
Sets up a ClassPropDlg.
Definition at line 85 of file classpropdlg.cpp. References setupFontPage(), setupInstancePages(), and setupPages(). |
|
|
Standard deconstructor.
Definition at line 132 of file classpropdlg.cpp. |
Member Function Documentation
|
|
Calls slotApply() and accepts (closes) the dialog.
Definition at line 134 of file classpropdlg.cpp. References slotApply(). |
|
|
Applies the settings in the dialog to the widget and object.
Definition at line 139 of file classpropdlg.cpp. References UMLWidget::setFont(), ClassifierListPage::updateObject(), ClassGenPage::updateObject(), UMLWidgetColorPage::updateUMLWidget(), and ClassOptionsPage::updateUMLWidget(). Referenced by slotOk(). |
|
||||||||||||
|
Sets up the general, attribute, operations, template and association pages as appropriate.
Definition at line 169 of file classpropdlg.cpp. Referenced by ClassPropDlg(). |
|
|
Sets up the general page for the component.
Definition at line 231 of file classpropdlg.cpp. Referenced by ClassPropDlg(). |
|
|
Sets up the font page.
Definition at line 240 of file classpropdlg.cpp. Referenced by ClassPropDlg(). |
The documentation for this class was generated from the following files:
