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

Method child

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

--------------------- CHILD ---------------------

Source from the content-addressed store, hash-verified

473 }
474 // --------------------- CHILD ---------------------
475 dialog *dialog::child() const
476 {
477 if ( this && this->isDialog() && this->u.dlg.pFirstChild )
478 return this->u.dlg.pFirstChild;
479 return nullptr;
480 }
481 // --------------------- ADD -----------------------
482 bool dialog::addControl(dialog *ctrl)
483 {

Callers 2

findIndexMethod · 0.80
addControlMethod · 0.80

Calls 1

isDialogMethod · 0.95

Tested by

no test coverage detected