MCPcopy 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
79bool Widget::IsLocallyVisible() const {
80 return m_visible;
81}
82
83bool Widget::IsGloballyVisible() const {
84 // If not locally visible, also cannot be globally visible.

Callers 4

IsChildInterestingMethod · 0.80
HandleEventMethod · 0.80
OnHideWindowClickedMethod · 0.80

Calls

no outgoing calls

Tested by 1

OnHideWindowClickedMethod · 0.64