Home
last modified time | relevance | path

Searched refs:MID_MERGE_ONE (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dupdate_viewer_window.hpp85 MID_MERGE_ONE, enumerator
145 menuBar->Check(MID_MERGE_ONE, false); in MergeSingleOff()
175 bool DoMergeSingle(void) const { return menuBar->IsChecked(MID_MERGE_ONE); } in DoMergeSingle()
189 if (id != MID_MERGE_ONE && DoMergeSingle()) MergeSingleOff(); in CancelDerivedSpecialModesExcept()
H A Dupdate_viewer_window.cpp68 EVT_MENU_RANGE(MID_MERGE_ONE, MID_MERGE_ALL, UpdateViewerWindow::OnMerge) in BEGIN_EVENT_TABLE()
121 menu->Append(MID_MERGE_ONE, "&Merge Single", "", true); in BEGIN_EVENT_TABLE()
211 case MID_MERGE_ONE: in OnMerge()
212 CancelAllSpecialModesExcept(MID_MERGE_ONE); in OnMerge()