MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / DoDataExchange

Method DoDataExchange

ColorCop/ColorCopDlg.cpp:131–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void CColorCopDlg::DoDataExchange(CDataExchange* pDX) {
132 CDialog::DoDataExchange(pDX);
133 //{{AFX_DATA_MAP(CColorCopDlg) // NOLINT(whitespace/comments)
134 DDX_Control(pDX, IDC_ColorPick, m_ColorPick);
135 DDX_Control(pDX, IDC_LBL4, m_Lbl4);
136 DDX_Control(pDX, IDC_LBL3, m_Lbl3);
137 DDX_Control(pDX, IDC_LBL2, m_Lbl2);
138 DDX_Control(pDX, IDC_LBL1, m_Lbl1);
139 DDX_Control(pDX, IDC_MAG_PLUS, m_MagPlus);
140 DDX_Control(pDX, IDC_MAG_MINUS, m_MagMinus);
141 DDX_Control(pDX, IDC_COLORPAL, m_ColorPalette);
142 DDX_Control(pDX, IDC_MagWindow, m_MagWindow);
143 DDX_Control(pDX, IDC_Q7, m_Q7);
144 DDX_Control(pDX, IDC_Q6, m_Q6);
145 DDX_Control(pDX, IDC_Q5, m_Q5);
146 DDX_Control(pDX, IDC_Q4, m_Q4);
147 DDX_Control(pDX, IDC_Q3, m_Q3);
148 DDX_Control(pDX, IDC_Q2, m_Q2);
149 DDX_Control(pDX, IDC_Q1, m_Q1);
150 DDX_Control(pDX, IDC_CPreview, m_ColorPreview);
151 DDX_Control(pDX, IDC_EXPAND_DIALOG, m_ExpandDialog);
152 DDX_Control(pDX, IDC_MAGE, m_Magnifier);
153 DDX_Control(pDX, IDC_EYELOC, m_EyeLoc);
154 DDX_Text(pDX, IDC_GREEN, m_Greendec);
155 DDX_Text(pDX, IDC_BLUE, m_Bluedec);
156 DDX_Text(pDX, IDC_RED, m_Reddec);
157 DDX_Text(pDX, IDC_HEXCOLOR, m_Hexcolor);
158 DDX_Text(pDX, IDC_BLACK, m_Black);
159 DDX_Text(pDX, IDC_CYAN, m_Cyan);
160 DDX_Text(pDX, IDC_MAGENTA, m_Magenta);
161 DDX_Text(pDX, IDC_YELLOW, m_Yellow);
162 //}}AFX_DATA_MAP // NOLINT(whitespace/comments)
163}
164
165BEGIN_MESSAGE_MAP(CColorCopDlg, CDialog)
166

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected