|
|
| UMLOperationDialog ( QWidget * parent, UMLOperation * pOperation )
| UMLOperationDialog |
Constructor
| ~UMLOperationDialog ()
| ~UMLOperationDialog |
Deconstructor
| void setupDialog ()
| setupDialog |
[protected]
Sets up the dialog
| bool apply ()
| apply |
[protected]
Checks if changes are valid and applies them if they are, else returns false
| UMLOperation * m_pOperation | m_pOperation |
[protected]
| ListPopupMenu * m_pMenu | m_pMenu |
[protected]
| QGroupBox * m_pParmsGB | m_pParmsGB |
[protected]
| QGroupBox * m_pGenGB | m_pGenGB |
[protected]
Menu used in paramater list box.
| QListBox * m_pParmsLB | m_pParmsLB |
[protected]
| QButtonGroup * m_pScopeBG | m_pScopeBG |
[protected]
| QRadioButton * m_pPublicRB | m_pPublicRB |
[protected]
| QRadioButton * m_pPrivateRB | m_pPrivateRB |
[protected]
Menu used in paramater list box.
| QRadioButton * m_pProtectedRB | m_pProtectedRB |
[protected]
Menu used in paramater list box.
| QLabel * m_pRtypeL | m_pRtypeL |
[protected]
| QLabel * m_pNameL | m_pNameL |
[protected]
Menu used in paramater list box.
| QComboBox * m_pRtypeCB | m_pRtypeCB |
[protected]
| QLineEdit * m_pNameLE | m_pNameLE |
[protected]
| QCheckBox * m_pAbstractCB | m_pAbstractCB |
[protected]
| void slotParmRightButtonPressed (QListBoxItem *item, const QPoint &p)
| slotParmRightButtonPressed |
[slot]
Menu used in paramater list box.
| void slotParmRightButtonClicked (QListBoxItem *item, const QPoint &p)
| slotParmRightButtonClicked |
[slot]
| void slotParmDoubleClick (QListBoxItem *item)
| slotParmDoubleClick |
[slot]
| void slotParmPopupMenuSel (int id)
| slotParmPopupMenuSel |
[slot]
| void slotApply ()
| slotApply |
[slot]
I don't think this is used, but if we had an apply button it would slot into here
| void slotOk ()
| slotOk |
[slot]
Used when the OK button is clicked. Calls apply()
| Generated by: jr on radge on Wed Sep 25 00:11:47 2002, using kdoc 2.0a54. |