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

Method hide

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

--------------------- HIDE ------------------------

Source from the content-addressed store, hash-verified

411 }
412// --------------------- HIDE ------------------------
413 bool dialog::hide()
414 {
415 if ( this )
416 {
417 this->doEvent(BW_EVN_USER, BW_USER_HIDE);
418 this->clearFlags(CTRL_VISIBLE);
419 return true;
420 }
421 return false;
422 }
423// ------------------ IS VISIBLE ---------------------
424 bool dialog::isVisible() const
425 {

Callers 4

removeListEntryMethod · 0.80
clearListMethod · 0.80
VaFunction · 0.80

Calls 2

doEventMethod · 0.95
clearFlagsMethod · 0.95

Tested by

no test coverage detected