CAboutDlg Class Reference

A class for the About Dialog. More...

List of all members.

Public Types

enum  { IDD = IDD_ABOUTBOX }

Public Member Functions

 CAboutDlg ()

Public Attributes

CString m_EditBox

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)


Detailed Description

A class for the About Dialog.

Definition at line 122 of file EvolveTraffic.cpp.


Member Enumeration Documentation

anonymous enum

Enumerator:
IDD 

Definition at line 129 of file EvolveTraffic.cpp.

00129 { IDD = IDD_ABOUTBOX };


Constructor & Destructor Documentation

CAboutDlg::CAboutDlg (  ) 

Definition at line 147 of file EvolveTraffic.cpp.

References m_EditBox.

00147                      : CDialog(CAboutDlg::IDD)
00148 {
00149         //{{AFX_DATA_INIT(CAboutDlg)
00150         CString str;
00151         str += "Copyright (C) 2008:";                                                   str += "\r\n";
00152         str += "- University College Dublin";                                   str += "\r\n";
00153         str += "- Laboratoire Central des Ponts et Chausées";   str += "\r\n";
00154         str += "- Dublin Institute of Technology";                              str += "\r\n";
00155                                                                                                                         str += "\r\n";
00156         str += "Written by:";                                                                   str += "\r\n";
00157         str += "Dr Colin Caprani (colin.caprani@ucd.ie)";               str += "\r\n";
00158         str += "Cillian Murphy";                                                                str += "\r\n";
00159                                                                                                                         str += "\r\n";
00160         str += "Supervised by:";                                                                str += "\r\n";
00161         str += "Prof. Eugene OBrien (eugene.obrien@ucd.ie)";
00162 
00163 
00164 /*      m_EditBox = _T("Copyright (C) 2008
00165                                         \r\n- University College Dublin                                 
00166                                         \r\n- Laboratoire Central des Ponts et Chausées                                 
00167                                         \r\n- Dublin Institute of Technology
00168                                         \r\n
00169                                         \r\nWritten by:
00170                                         \r\nDr Colin Caprani (colin.caprani@ucd.ie)
00171                                         \r\nCillian Murphy
00172                                         \r\n
00173                                         \r\nSupervised by:
00174                                         \r\nProf. Eugene OBrien (eugene.obrien@ucd.ie)");
00175 */      m_EditBox = str;
00176         //}}AFX_DATA_INIT
00177 }


Member Function Documentation

void CAboutDlg::DoDataExchange ( CDataExchange *  pDX  )  [protected, virtual]

Definition at line 179 of file EvolveTraffic.cpp.

References IDC_EDIT1, and m_EditBox.

00180 {
00181         CDialog::DoDataExchange(pDX);
00182         //{{AFX_DATA_MAP(CAboutDlg)
00183         DDX_Text(pDX, IDC_EDIT1, m_EditBox);
00184         //}}AFX_DATA_MAP
00185 }


Member Data Documentation

Definition at line 130 of file EvolveTraffic.cpp.

Referenced by CAboutDlg(), and DoDataExchange().


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

Generated on Wed Aug 20 00:48:41 2008 for EvolveTraffic by  doxygen 1.5.6