UMLRoleProperties Class Reference
Displays properties of a UMLRole in a widget which may be used as a properties page or a stand-alone dialog. More...
#include <umlroleproperties.h>
Public Member Functions | |
| UMLRoleProperties (QWidget *parent, UMLRole *role) | |
| Sets up the UMLRoleProperties. | |
| ~UMLRoleProperties () | |
| Standard deconstructor. | |
| void | updateObject () |
| Will move information from the dialog into the object. | |
Protected Attributes | |
| UMLRole * | m_pRole |
Detailed Description
Displays properties of a UMLRole in a widget which may be used as a properties page or a stand-alone dialog.
- Author:
- Brian Thomas <brian.thomas@gsfc.nasa.gov>
Definition at line 25 of file umlroleproperties.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Sets up the UMLRoleProperties.
Definition at line 24 of file umlroleproperties.cpp. |
|
|
Standard deconstructor.
Definition at line 33 of file umlroleproperties.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 72 of file umlroleproperties.cpp. References UMLObject::emitModified(), UMLRole::setChangeability(), UMLObject::setDoc(), UMLRole::setMultiplicity(), UMLObject::setName(), and UMLObject::setVisibility(). Referenced by UMLRoleDialog::apply(). |
The documentation for this class was generated from the following files:
