|
|
RTD documentation |
#include <rtd_AddCfgDlg.h>
Inheritance diagram for Crtd_AddCfgDlg:

Public Methods | |
| Crtd_AddCfgDlg (Crtd_Editor* pEDlg) | |
| Constructor. More... | |
| int | GetCopyFrom () |
| Retrieves ID of the configuration to copy data from. More... | |
| CString | GetName () |
| Retrieves the name of the new configuration. More... | |
Crtd_AddCfgDlg is a helper dialog for adding new configurations.
Usage:
Crtd_AddCfgDlg dlg(this);
if (dlg.DoModal()!=IDOK) return;
int iCopyCfgNr = dlg.GetCopyFrom();
CString szName = dlg.GetName();
...
|
|
Constructor. Dialogs constructor. A pointer to the dialog editor has to be provided.
|
|
|
Retrieves ID of the configuration to copy data from.
|
|
|
Retrieves the name of the new configuration.
|
Last reviewed on Saturday February 07, 2004. Latest version is available at hamradio.idealog.net