| 217 | } |
| 218 | |
| 219 | void DisplayInsertMarker::OnButtonClicked(int idc) |
| 220 | { |
| 221 | switch (idc) |
| 222 | { |
| 223 | case IDC_CANCEL: |
| 224 | case IDC_OK: |
| 225 | _exitVK = idc; |
| 226 | if (_exitKey == idc) |
| 227 | { |
| 228 | Exit(idc); |
| 229 | } |
| 230 | break; |
| 231 | default: |
| 232 | Display::OnButtonClicked(idc); |
| 233 | break; |
| 234 | } |
| 235 | } |
| 236 | |
| 237 | // Control *DisplayInsertMarker::OnCreateCtrl(int type, int idc, const ParamEntry &cls); |
| 238 | void DisplayInsertMarker::Destroy() |
nothing calls this directly
no test coverage detected