|
|
Displays a dialog box that displays properties of a paramater. You need to make sure that UMLDoc is made to be the parent.
| ParmPropDlg (QWidget * parent, UMLDoc * doc, UMLAttribute * a)
| ParmPropDlg |
Constructs a ParmPropDlg.
Parameters:
| parent | The parent of the dialog. |
| a | The parameter to represent. |
| ~ParmPropDlg ()
| ~ParmPropDlg |
Standard deconstructor.
| QString getDoc ()
| getDoc |
Returns the documentation.
Returns: Returns the documentation.
| QString getName ()
| getName |
Return the name of the parameter.
Returns: Return the name of the parameter.
| QString getInitialValue ()
| getInitialValue |
Return the initial value of the parameter.
Returns: Return the initial value of the parameter.
| QString getTypeName ()
| getTypeName |
Return the type name of the parameter.
Returns: Return the type name of the parameter.