Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
358
void MainProgram::set_tab_to_close(World* world) {
359
tabsToClose.emplace(world);
360
}
361
362
void MainProgram::switch_to_tab(size_t wIndex) {
363
world = worlds[wIndex];
Callers
5
close_popup_gui
Method · 0.80
top_toolbar
Method · 0.80
connection_update
Method · 0.80
top_toolbar
Method · 0.80
input_global_back_button_callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected