Isle
|
[AI] Dialog for the application's About box. More...
#include <AboutDlg.h>
Public Types | |
enum | { IDD = IDD_ABOUT } |
[AI] Dialog resource identifier. More... | |
Public Member Functions | |
CAboutDialog () | |
[AI] Constructor. More... | |
Protected Member Functions | |
void | DoDataExchange (CDataExchange *pDX) override |
[AI] Data exchange method for MFC dialog controls. More... | |
[AI] Dialog for the application's About box.
Inherits from CDialog.
[AI] This dialog provides information about the application, typically version and credits, accessed from the Help->About menu. It corresponds to the resource dialog IDD_ABOUT and has its own message map (though no custom messages are handled here). [AI]
Definition at line 15 of file AboutDlg.h.
anonymous enum |
[AI] Dialog resource identifier.
[AI] This enum value defines the ID used to identify the about dialog resource within the application. [AI]
Enumerator | |
---|---|
IDD | [AI] Dialog resource ID (IDD_ABOUT) for the about dialog. |
Definition at line 27 of file AboutDlg.h.
CAboutDialog::CAboutDialog | ( | ) |
[AI] Constructor.
Initializes the about dialog using the dialog resource IDD_ABOUT.
[AI] This sets up the CDialog base class with the ID for the about dialog resource template. [AI]
Definition at line 9 of file AboutDlg.cpp.
|
overrideprotected |
[AI] Data exchange method for MFC dialog controls.
pDX | Pointer to the data exchange context. [AI] |
[AI] Handles data exchange and validation between UI controls and data members. Overridden from CDialog. [AI]
Definition at line 14 of file AboutDlg.cpp.