Isle
Loading...
Searching...
No Matches
CAboutDialog Class Reference

[AI] Dialog for the application's About box. More...

#include <AboutDlg.h>

Inheritance diagram for CAboutDialog:
Collaboration diagram for CAboutDialog:

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

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.

Constructor & Destructor Documentation

◆ CAboutDialog()

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.

Member Function Documentation

◆ DoDataExchange()

void CAboutDialog::DoDataExchange ( CDataExchange *  pDX)
overrideprotected

[AI] Data exchange method for MFC dialog controls.

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


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