RTD documentation


Main Page   Class Hierarchy   Compound List   Compound Members  

Crtd_AddCfgDlg Class Reference

"Add configuration" dialog. More...

#include <rtd_AddCfgDlg.h>

Inheritance diagram for Crtd_AddCfgDlg:

CDialog CWnd List of all members.

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...


Detailed Description

"Add configuration" dialog.

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();
...

See also:
Crtd_Dlg , Crtd_LabDlg
Version:
1.3
Date:
01.01.2000


Constructor & Destructor Documentation

Crtd_AddCfgDlg::Crtd_AddCfgDlg ( Crtd_Editor * pEDlg )
 

Constructor.

Dialogs constructor. A pointer to the dialog editor has to be provided.

Parameters:
pEDlg   pointer to dialog editor.


Member Function Documentation

int Crtd_AddCfgDlg::GetCopyFrom ( ) [inline]
 

Retrieves ID of the configuration to copy data from.

Returns:
int configuration ID.

CString Crtd_AddCfgDlg::GetName ( ) [inline]
 

Retrieves the name of the new configuration.

Returns:
CString configuration name.


The documentation for this class was generated from the following files:

Last reviewed on Saturday February 07, 2004. Latest version is available at hamradio.idealog.net