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

Method isDialog

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

-------------------------------------------------- DIALOG ------------------------------------------------- --------------------- IS DLG --------------------

Source from the content-addressed store, hash-verified

468// -------------------------------------------------- DIALOG -------------------------------------------------
469 // --------------------- IS DLG --------------------
470 bool dialog::isDialog() const
471 {
472 return this && this->wCtrlType == ctrls::cDLG;
473 }
474 // --------------------- CHILD ---------------------
475 dialog *dialog::child() const
476 {

Callers 7

findIndexMethod · 0.95
setFlagsMethod · 0.95
childMethod · 0.95
initializeMethod · 0.95
parentMethod · 0.95
findDialogMethod · 0.80
addControlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected