SelectOpDlg Class Reference
A dialog used to select an operation. A dialog to select an operation. More...
#include <selectopdlg.h>
Public Slots | |
| void | slotSelected (int id) |
Public Member Functions | |
| SelectOpDlg (UMLView *parent, UMLClassifier *c) | |
| Constructs a SelectOpDlg instance. | |
| ~SelectOpDlg () | |
| Standard deconstructor. | |
| QString | getOpText () |
| Returns the operation to display. | |
| bool | isClassOp () const |
| Return whether the user selected a class operation or a custom operation. | |
| QString | getSeqNumber () |
| Returns the sequence number for the operation. | |
| void | setSeqNumber (const QString &num) |
| Set the sequence number text. | |
| void | setCustomOp (const QString &op) |
| Set the custom operation text. | |
| bool | setClassOp (const QString &op) |
| Set the class operation text. | |
Protected Member Functions | |
| void | insertOperation (const QString &type, int index=-1) |
Inserts type into the type-combobox as well as its completion object. | |
Detailed Description
A dialog used to select an operation. A dialog to select an operation.
- Author:
- Paul Hensgen <phensgen@techie.com> Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 39 of file selectopdlg.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Constructs a SelectOpDlg instance.
Definition at line 29 of file selectopdlg.cpp. References insertOperation(), and Dialog_Utils::makeLabeledEditField(). |
|
|
Standard deconstructor.
Definition at line 76 of file selectopdlg.cpp. |
Member Function Documentation
|
|
Returns the operation to display.
Definition at line 87 of file selectopdlg.cpp. Referenced by FloatingTextWidget::showOpDlg(). |
|
|
Return whether the user selected a class operation or a custom operation.
Definition at line 94 of file selectopdlg.cpp. Referenced by FloatingTextWidget::showOpDlg(). |
|
|
Returns the sequence number for the operation.
Definition at line 131 of file selectopdlg.cpp. Referenced by FloatingTextWidget::showOpDlg(). |
|
|
Set the sequence number text.
Definition at line 135 of file selectopdlg.cpp. Referenced by FloatingTextWidget::showOpDlg(). |
|
|
Set the custom operation text.
Definition at line 110 of file selectopdlg.cpp. Referenced by FloatingTextWidget::showOpDlg(). |
|
|
Set the class operation text.
Definition at line 118 of file selectopdlg.cpp. Referenced by FloatingTextWidget::showOpDlg(). |
|
||||||||||||
|
Inserts
Definition at line 81 of file selectopdlg.cpp. Referenced by SelectOpDlg(). |
The documentation for this class was generated from the following files:
