Isle
Loading...
Searching...
No Matches
AboutDlg.h
Go to the documentation of this file.
1#if !defined(AFX_ABOUTDLG_H)
2#define AFX_ABOUTDLG_H
3
4#include "StdAfx.h"
5#include "compat.h"
6#include "res/resource.h"
7
8// VTABLE: CONFIG 0x00406308
9// SIZE 0x60
10
15class CAboutDialog : public CDialog {
16public:
22
27 enum {
28 IDD = IDD_ABOUT
29 };
30
31protected:
37 void DoDataExchange(CDataExchange* pDX) override;
38
39protected:
44 DECLARE_MESSAGE_MAP()
45};
46
47// SYNTHETIC: CONFIG 0x00403cb0
48// CAboutDialog::`scalar deleting destructor'
49// @brief [AI] Scalar deleting destructor generated by the compiler for proper deletion of the dialog object. [AI]
50
51// FUNCTION: CONFIG 0x00403d30
52// CAboutDialog::_GetBaseMessageMap
53// @brief [AI] Returns a pointer to the base message map structure for CAboutDialog, used internally by the MFC framework. [AI]
54
55// FUNCTION: CONFIG 0x00403d40
56// CAboutDialog::GetMessageMap
57// @brief [AI] Returns the message map for this dialog; required for proper MFC message routing. [AI]
58
59// GLOBAL: CONFIG 0x00406100
60// CAboutDialog::messageMap
61// @brief [AI] Static message map instance associated with CAboutDialog. [AI]
62
63// GLOBAL: CONFIG 0x00406108
64// CAboutDialog::_messageEntries
65// @brief [AI] Static array of message map entries for CAboutDialog. [AI]
66
67#endif // !defined(AFX_ABOUTDLG_H)
#define IDD_ABOUT
[AI] Dialog resource identifier for the "About" box. [AI]
[AI] Dialog for the application's About box.
Definition: AboutDlg.h:15
void DoDataExchange(CDataExchange *pDX) override
[AI] Data exchange method for MFC dialog controls.
Definition: AboutDlg.cpp:14
CAboutDialog()
[AI] Constructor.
Definition: AboutDlg.cpp:9
@ IDD
[AI] Dialog resource ID (IDD_ABOUT) for the about dialog.
Definition: AboutDlg.h:28