#include <ViewModelDialog.h>
Public Member Functions | |
| void | reloadText () |
| ViewModelDialog (QWidget *parent, QString *nwModelStr) | |
| ~ViewModelDialog () | |
Private Slots | |
| void | cancelButtonClicked () |
| void | okButtonClicked () |
Private Member Functions | |
| ViewModelDialog | operator= (const ViewModelDialog &) |
| ViewModelDialog (const ViewModelDialog &) | |
Private Attributes | |
| QTextEdit * | modelTextEdit |
| QString * | networkModelString |
Definition at line 36 of file ViewModelDialog.h.
|
||||||||||||
|
Constructor. Definition at line 33 of file ViewModelDialog.cpp. References cancelButtonClicked(), modelTextEdit, networkModelString, and okButtonClicked(). |
|
|
Destructor. Definition at line 66 of file ViewModelDialog.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Hides the dialog when the cancel button is pressed. Definition at line 88 of file ViewModelDialog.cpp. Referenced by ViewModelDialog(). |
|
|
Hides the dialog when the ok button is pressed. Definition at line 94 of file ViewModelDialog.cpp. Referenced by ViewModelDialog(). |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
|
Reloads the network model. Definition at line 78 of file ViewModelDialog.cpp. References modelTextEdit, and networkModelString. Referenced by ArchiveWidget::loadArchive(), and ArchiveWidget::unloadArchive(). |
|
|
The display area. Definition at line 56 of file ViewModelDialog.h. Referenced by reloadText(), and ViewModelDialog(). |
|
|
The string that is to be displayed. Definition at line 53 of file ViewModelDialog.h. Referenced by reloadText(), and ViewModelDialog(). |
1.4.4