class ParmPropDlg

A properties dialog box for a parameter. More...

Definition#include <./dialogs/parmpropdlg.h>
InheritsKDialogBase (unknown) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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:
parentThe parent of the dialog.
aThe 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.