ClassGenPage Class Reference
Displays properties of a UMLObject in a dialog box. Display properties on a UMLObject. More...
#include <classgenpage.h>
Public Slots | |
| void | slotActorToggled (bool state) |
| When the draw as actor check box is toggled, the draw as multi instance need to be enabled/disabled. | |
Public Member Functions | |
| ClassGenPage (UMLDoc *d, QWidget *parent, UMLObject *o) | |
| Sets up the ClassGenPage. | |
| ClassGenPage (UMLDoc *d, QWidget *parent, ObjectWidget *o) | |
| Sets up the ClassGenPage for an ObjectWidget. | |
| ClassGenPage (UMLDoc *d, QWidget *parent, UMLWidget *widget) | |
| Sets up the ClassGenPage for a UMLWidget instance (used for component instances on deployment diagrams). | |
| ~ClassGenPage () | |
| Standard deconstructor. | |
| void | updateObject () |
| Will move information from the dialog into the object. | |
Detailed Description
Displays properties of a UMLObject in a dialog box. Display properties on a UMLObject.This is not usually directly called. The class ClassPropDlg will set this up for you.
- Author:
- Paul Hensgen <phensgen@techie.com> Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 39 of file classgenpage.h.
Constructor & Destructor Documentation
|
||||||||||||||||
|
Sets up the ClassGenPage.
Definition at line 41 of file classgenpage.cpp. References UMLObject::getName(), UMLObject::getStereotype(), and UMLDoc::getStereotypes(). |
|
||||||||||||||||
|
Sets up the ClassGenPage for an ObjectWidget.
Definition at line 239 of file classgenpage.cpp. References UMLApp::getCurrentView(), and slotActorToggled(). |
|
||||||||||||||||
|
Sets up the ClassGenPage for a UMLWidget instance (used for component instances on deployment diagrams).
Definition at line 304 of file classgenpage.cpp. |
|
|
Standard deconstructor.
Definition at line 365 of file classgenpage.cpp. |
Member Function Documentation
|
|
Will move information from the dialog into the object. Call when the ok or apply button is pressed. Definition at line 373 of file classgenpage.cpp. References UMLDoc::findUMLObject(), UMLObject::getBaseType(), UMLDoc::getRootFolder(), WidgetBase::getUMLObject(), UMLObject::getUMLPackage(), WidgetBase::setDoc(), UMLWidget::setInstanceName(), UMLObject::setName(), UMLObject::setStereotype(), and UMLObject::setUMLPackage(). Referenced by ClassPropDlg::slotApply(). |
|
|
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. Definition at line 465 of file classgenpage.cpp. Referenced by ClassGenPage(). |
The documentation for this class was generated from the following files:
