MCPcopy Create free account
hub / github.com/aseprite/laf / isVisible

Method isVisible

examples/floating_window.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 void focus() { m_nativeWindow->activate(); }
43
44 bool isVisible() const { return (m_nativeWindow && m_nativeWindow->isVisible()); }
45
46 void redraw()
47 {

Callers 10

redraw_windowFunction · 0.45
check_show_all_windowsFunction · 0.45
app_mainFunction · 0.45
app_mainFunction · 0.45
redrawMethod · 0.45
onEnterKeyMethod · 0.45
scrollAndDrawLogMethod · 0.45
draw_windowFunction · 0.45
draw_windowFunction · 0.45
draw_windowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected