MCPcopy Create free account
hub / github.com/chrxh/alien / scheduleAddTab

Method scheduleAddTab

source/Gui/GenomeEditorWindow.cpp:1007–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005}
1006
1007void GenomeEditorWindow::scheduleAddTab(GenomeDescription const& genome)
1008{
1009 TabData newTab;
1010 newTab.id = ++_tabSequenceNumber;
1011 newTab.genome = genome;
1012 _tabToAdd = newTab;
1013}
1014
1015void GenomeEditorWindow::updateGeometry(GenomeDescription& genome, ConstructionShape shape)
1016{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected