MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / set_tab_to_close

Method set_tab_to_close

src/MainProgram.cpp:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void MainProgram::set_tab_to_close(World* world) {
359 tabsToClose.emplace(world);
360}
361
362void MainProgram::switch_to_tab(size_t wIndex) {
363 world = worlds[wIndex];

Callers 5

close_popup_guiMethod · 0.80
top_toolbarMethod · 0.80
connection_updateMethod · 0.80
top_toolbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected