#include <NameDialog.h>
Public Member Functions | |
| QString | getName () |
| NameDialog (QString name, QWidget *parent) | |
| ~NameDialog () | |
Private Slots | |
| void | okButtonPressed () |
Private Member Functions | |
| NameDialog (const NameDialog &) | |
| NameDialog | operator= (const NameDialog &) |
Private Attributes | |
| QLineEdit * | nameText |
Definition at line 35 of file NameDialog.h.
|
||||||||||||
|
Constructor. Definition at line 41 of file NameDialog.cpp. References nameText, and okButtonPressed(). |
|
|
Destructor. Definition at line 72 of file NameDialog.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Returns the name that has been entered Checks that archive name is sensible and it is the right length These are the same checks as are run in Simulation Widget where the name is first set. Any changes there should be matched here. Definition at line 87 of file NameDialog.cpp. References nameText. Referenced by LoadArchiveDialog::renameButtonPressed(). |
|
|
Slot for when ok button is pressed. Definition at line 106 of file NameDialog.cpp. Referenced by NameDialog(). |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
|
Definition at line 51 of file NameDialog.h. Referenced by getName(), and NameDialog(). |
1.4.4