MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / onAdd

Method onAdd

src/gui/NetSchedulerDialog.cpp:589–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589void NetSchedulerDialog::onAdd()
590{
591 NetEntry e;
592 if (!editNetEntry(this, e, m_capture, /*isNew=*/true))
593 return;
594 e.id = NetScheduleStore::newId();
595 m_entries.append(e);
596 commit();
597 m_table->setCurrentCell(m_entries.size() - 1, 1);
598}
599
600void NetSchedulerDialog::onEdit()
601{

Callers

nothing calls this directly

Calls 2

editNetEntryFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected