|
|
RTD documentation |
#include <rtd_DItem.h>
Public Methods | |
| Crtd_Cfg (CString szCfgName = _T("Default")) | |
| Constructor. More... | |
| Crtd_Cfg (const Crtd_Cfg& other, CString szCfgName = _T("")) | |
| Constructor. More... | |
| void | operator= (const Crtd_Cfg& other) |
| Copy operator. More... | |
| void | operator= (const Crtd_Cfg* other) |
| Copy operator. More... | |
| BOOL | operator== (const Crtd_Cfg& other) |
| Equals operator. More... | |
| BOOL | operator!= (const Crtd_Cfg& other) |
| Equals operator. More... | |
| void | Serialize (CArchive& ar) |
| Serialization method. More... | |
| Crtd_DItem* | GetDItem (UINT nID) |
| Gets Crtd_DItem for a control. More... | |
| CString | GetCfgName () |
| Returns the display name of the configuration. | |
| void | SetCfgName (const CString& szCfgName) |
| Sets the display name of the configuration. | |
| CDItems* | GetItems () |
| Returns an array of Crtd_DItems. | |
Crtd_Cfg class holds an array of Crtd_DItem instances. It is responsible for copying, edition and serialization of the array. Each Crtd_BaseDlg holds a reference to its Crtd_Cfg structure.
|
|
Constructor. Constructs an instance of the Crtd_Cfg class.
|
|
|
Constructor. Constructs an instance of the Crtd_Cfg class.
|
|
|
Gets Crtd_DItem for a control. Obtains a pointer to Crtd_DItem for the specified control ID.
|
|
|
Serialization method. Stores or loads contents of a Crtd_DItem elements to an archive. CArchive has to be created and connected to a file before this method can be used.
|
|
|
Equals operator. Compares THIS instance to the specified instance of Crtd_Cfg.
|
|
|
Copy operator. Copies values from the specified Crtd_Cfg instance pointed to by other.
|
|
|
Copy operator. Copies values from the specified Crtd_Cfg instance.
|
|
|
Equals operator. Compares THIS instance to the specified instance of Crtd_Cfg.
|
Last reviewed on Saturday February 07, 2004. Latest version is available at hamradio.idealog.net