ParmPropDlg Class Reference
Displays a dialog box that displays properties of a paramater. A properties dialog box for a parameter. More...
#include <parmpropdlg.h>
Public Slots | |
| void | slotOk () |
Public Member Functions | |
| ParmPropDlg (QWidget *parent, UMLDoc *doc, UMLAttribute *a) | |
| Constructs a ParmPropDlg. | |
| ~ParmPropDlg () | |
| Standard deconstructor. | |
| QString | getDoc () |
| Returns the documentation. | |
| QString | getName () |
| Return the name of the parameter. | |
| QString | getInitialValue () |
| Return the initial value of the parameter. | |
| QString | getTypeName () |
| Return the type name of the parameter. | |
| Uml::Parameter_Direction | getParmKind () |
| Return the kind of the parameter (in, out, or inout). | |
Protected Member Functions | |
| void | insertType (const QString &type, int index=-1) |
Inserts type into the type-combobox as well as its completion object. | |
| void | insertStereotype (const QString &type, int index=-1) |
Inserts type into the stereotype-combobox as well as its completion object. | |
Detailed Description
Displays a dialog box that displays properties of a paramater. A properties dialog box for a parameter.You need to make sure that UMLDoc is made to be the parent.
- Author:
- Paul Hensgen <phensgen@techie.com> Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 38 of file parmpropdlg.h.
Constructor & Destructor Documentation
|
||||||||||||||||
|
Constructs a ParmPropDlg.
Definition at line 34 of file parmpropdlg.cpp. References UMLDoc::getConcepts(), getDoc(), UMLObject::getFullyQualifiedName(), getInitialValue(), UMLObject::getName(), getName(), UMLAttribute::getParmKind(), UMLObject::getStereotype(), UMLDoc::getStereotypes(), UMLClassifier::getTemplateList(), getTypeName(), insertStereotype(), insertType(), and Dialog_Utils::makeLabeledEditField(). |
|
|
Standard deconstructor.
Definition at line 256 of file parmpropdlg.cpp. |
Member Function Documentation
|
|
Returns the documentation.
Definition at line 59 of file parmpropdlg.h. Referenced by ParmPropDlg(). |
|
|
Return the name of the parameter.
Definition at line 68 of file parmpropdlg.h. Referenced by ParmPropDlg(). |
|
|
Return the initial value of the parameter.
Definition at line 77 of file parmpropdlg.h. Referenced by ParmPropDlg(). |
|
|
Return the type name of the parameter.
Definition at line 86 of file parmpropdlg.h. Referenced by ParmPropDlg(). |
|
|
Return the kind of the parameter (in, out, or inout).
Definition at line 208 of file parmpropdlg.cpp. |
|
||||||||||||
|
Inserts
Definition at line 196 of file parmpropdlg.cpp. Referenced by ParmPropDlg(). |
|
||||||||||||
|
Inserts
Definition at line 202 of file parmpropdlg.cpp. Referenced by ParmPropDlg(). |
The documentation for this class was generated from the following files:
