MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / onUpdateRange

Method onUpdateRange

src/forms/Bookmark/BookmarkView.cpp:1391–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389}
1390
1391void BookmarkView::onUpdateRange( wxCommandEvent& /* event */ ) {
1392
1393 TreeViewItem *curSel = itemToTVI(m_treeView->GetSelection());
1394
1395 if (curSel && curSel->type == TreeViewItem::Type::TREEVIEW_ITEM_TYPE_RANGE) {
1396 ActionDialog::showDialog(new ActionDialogUpdateRange(curSel->rangeEnt));
1397 }
1398}
1399
1400void BookmarkView::onTreeBeginDrag( wxTreeEvent& event ) {
1401

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected