#include <umloperationdialog.h>
| UMLOperationDialog::UMLOperationDialog |
( |
QWidget * |
parent, |
|
|
UMLOperation * |
pOperation |
|
) |
| |
| UMLOperationDialog::~UMLOperationDialog |
( |
| ) |
|
| bool UMLOperationDialog::apply |
( |
| ) |
|
|
protectedvirtual |
Checks if changes are valid and applies them if they are, else returns false.
Reimplemented from SinglePageDialogBase.
| void UMLOperationDialog::insertTypesSorted |
( |
const QString & |
type = QString() | ) |
|
|
protected |
| void UMLOperationDialog::setupDialog |
( |
| ) |
|
|
protected |
| void UMLOperationDialog::slotDeleteParameter |
( |
| ) |
|
|
slot |
| void UMLOperationDialog::slotMenuSelection |
( |
QAction * |
action | ) |
|
|
slot |
| void UMLOperationDialog::slotNameChanged |
( |
const QString & |
_text | ) |
|
|
slot |
| void UMLOperationDialog::slotNewParameter |
( |
| ) |
|
|
slot |
| void UMLOperationDialog::slotParameterDown |
( |
| ) |
|
|
slot |
| void UMLOperationDialog::slotParameterProperties |
( |
| ) |
|
|
slot |
| void UMLOperationDialog::slotParameterUp |
( |
| ) |
|
|
slot |
| void UMLOperationDialog::slotParamsBoxClicked |
( |
QListWidgetItem * |
parameterItem | ) |
|
|
slot |
Enables or disables buttons.
| void UMLOperationDialog::slotParmDoubleClick |
( |
QListWidgetItem * |
item | ) |
|
|
slot |
| void UMLOperationDialog::slotParmRightButtonPressed |
( |
const QPoint & |
p | ) |
|
|
slot |
| void UMLOperationDialog::slotStereoTextChanged |
( |
const QString & |
stereoText | ) |
|
|
slot |
| UMLDoc* UMLOperationDialog::m_doc |
|
protected |
The UMLDocument where all objects live.
| QCheckBox* UMLOperationDialog::m_inlineCB |
|
protected |
Menu used in parameter list box.
The operation to represent.
| QCheckBox* UMLOperationDialog::m_pAbstractCB |
|
protected |
| QPushButton* UMLOperationDialog::m_pDeleteButton |
|
protected |
| QToolButton* UMLOperationDialog::m_pDownButton |
|
protected |
| QGroupBox* UMLOperationDialog::m_pGenGB |
|
protected |
| QGridLayout* UMLOperationDialog::m_pGenLayout |
|
protected |
| QRadioButton* UMLOperationDialog::m_pImplementationRB |
|
protected |
| QLabel* UMLOperationDialog::m_pNameL |
|
protected |
| KLineEdit* UMLOperationDialog::m_pNameLE |
|
protected |
| QCheckBox* UMLOperationDialog::m_pOverrideCB |
|
protected |
| QGroupBox* UMLOperationDialog::m_pParmsGB |
|
protected |
| QListWidget* UMLOperationDialog::m_pParmsLW |
|
protected |
| QRadioButton* UMLOperationDialog::m_pPrivateRB |
|
protected |
| QPushButton* UMLOperationDialog::m_pPropertiesButton |
|
protected |
| QRadioButton* UMLOperationDialog::m_pProtectedRB |
|
protected |
| QRadioButton* UMLOperationDialog::m_pPublicRB |
|
protected |
| QCheckBox* UMLOperationDialog::m_pQueryCB |
|
protected |
| QGroupBox* UMLOperationDialog::m_pScopeGB |
|
protected |
| QCheckBox* UMLOperationDialog::m_pStaticCB |
|
protected |
| QToolButton* UMLOperationDialog::m_pUpButton |
|
protected |
| QCheckBox* UMLOperationDialog::m_virtualCB |
|
protected |
The documentation for this class was generated from the following files: