Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ IsLocallyVisible
Method
IsLocallyVisible
src/SFGUI/Widget.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
bool Widget::IsLocallyVisible() const {
80
return m_visible;
81
}
82
83
bool Widget::IsGloballyVisible() const {
84
// If not locally visible, also cannot be globally visible.
Callers
4
RecalculateAdjustments
Method · 0.80
IsChildInteresting
Method · 0.80
HandleEvent
Method · 0.80
OnHideWindowClicked
Method · 0.80
Calls
no outgoing calls
Tested by
1
OnHideWindowClicked
Method · 0.64