MCPcopy Create free account
hub / github.com/MyGUI/mygui / setVisible

Method setVisible

Demos/Demo_Console/Console.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 void Console::setVisible(bool _visible)
214 {
215 mMainWidget->setVisible(_visible);
216 }
217
218} // namespace demo

Callers 13

ExportWidget_SetVisibleFunction · 0.45
PointerManager.hFile · 0.45
setFunction · 0.45
createSceneMethod · 0.45
injectKeyPressMethod · 0.45
commandMethod · 0.45
ConsoleMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected