Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ HasModal
Method
HasModal
src/SFGUI/Widget.cpp:906–908 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
904
}
905
906
bool Widget::HasModal() {
907
return !modal_widget.expired();
908
}
909
910
const std::vector<Widget*>& Widget::GetRootWidgets() {
911
return root_widgets;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected