MCPcopy Create free account
hub / github.com/bwapi/bwapi / show

Method show

bwapi/BWAPI/Source/BW/Dialog.cpp:402–411  ·  view source on GitHub ↗

--------------------- SHOW ------------------------

Source from the content-addressed store, hash-verified

400 }
401// --------------------- SHOW ------------------------
402 bool dialog::show()
403 {
404 if ( this )
405 {
406 this->doEvent(BW_EVN_USER, BW_USER_SHOW);
407 this->setFlags(CTRL_VISIBLE);
408 return true;
409 }
410 return false;
411 }
412// --------------------- HIDE ------------------------
413 bool dialog::hide()
414 {

Callers 3

addListEntryMethod · 0.80
VaFunction · 0.80

Calls 2

doEventMethod · 0.95
setFlagsMethod · 0.95

Tested by

no test coverage detected