UMLRoleDialog Class Reference
#include <umlroledialog.h>
Public Slots | |
| void | slotApply () |
| I don't think this is used, but if we had an apply button it would slot into here. | |
| void | slotOk () |
| Used when the OK button is clicked. | |
Public Member Functions | |
| UMLRoleDialog (QWidget *parent, UMLRole *pRole) | |
| Constructor. | |
| ~UMLRoleDialog () | |
| Deconstructor. | |
Protected Member Functions | |
| void | setupDialog () |
| Sets up the dialog. | |
| bool | apply () |
| Checks if changes are valid and applies them if they are, else returns false. | |
Protected Attributes | |
| UMLRole * | m_pRole |
| The role to represent. | |
Detailed Description
- Author:
- Paul Hensgen
Definition at line 26 of file umlroledialog.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Constructor.
Definition at line 24 of file umlroledialog.cpp. References m_pRole, and setupDialog(). |
|
|
Deconstructor.
Definition at line 31 of file umlroledialog.cpp. |
Member Function Documentation
|
|
Sets up the dialog.
Definition at line 33 of file umlroledialog.cpp. References m_pRole. Referenced by UMLRoleDialog(). |
|
|
Checks if changes are valid and applies them if they are, else returns false.
Definition at line 44 of file umlroledialog.cpp. References UMLRoleProperties::updateObject(). Referenced by slotApply(), and slotOk(). |
|
|
I don't think this is used, but if we had an apply button it would slot into here.
Definition at line 52 of file umlroledialog.cpp. References apply(). |
|
|
Used when the OK button is clicked. Calls apply() Definition at line 56 of file umlroledialog.cpp. References apply(). |
Member Data Documentation
|
|
The role to represent.
Definition at line 55 of file umlroledialog.h. Referenced by setupDialog(), and UMLRoleDialog(). |
The documentation for this class was generated from the following files:
