MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Enable

Method Enable

editor/OrphanRemoveDlg.cpp:296–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void COrphanRemoveDlg::Enable(bool enable) {
297 CWnd *wnd;
298
299 wnd = (CWnd *)GetDlgItem(IDOK);
300 wnd->EnableWindow(enable);
301
302 wnd = (CWnd *)GetDlgItem(IDCANCEL);
303 wnd->EnableWindow(enable);
304
305 wnd = (CWnd *)GetDlgItem(IDC_DIRECTORY);
306 wnd->EnableWindow(enable);
307}
308
309void COrphanRemoveDlg::SetStatus(char *status) {
310 CWnd *stat = (CWnd *)GetDlgItem(IDC_STATUS);

Callers 15

OnUpdateZbuttonMethod · 0.45
OnUpdateRoomUndoSnapMethod · 0.45
OnUpdateOsirisPasteMethod · 0.45
OnSegSidePaneMethod · 0.45
OnBMMemPaneMethod · 0.45
OnEnginePaneMethod · 0.45
OnViewerPaneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected