MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getNextChildPane

Method getNextChildPane

libs/JSystem/J2DGraph/J2DPane.cpp:651–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651J2DPane* J2DPane::getNextChildPane()
652{
653 if (mTree.getNextChild() == nullptr) {
654 return nullptr;
655 }
656 return mTree.getNextChild()->getObject();
657}
658
659J2DPane* J2DPane::getParentPane() { return (mTree.getParent() == nullptr) ? nullptr : mTree.getParent()->getObject(); }
660

Callers 1

placeMethod · 0.80

Calls 2

getNextChildMethod · 0.80
getObjectMethod · 0.45

Tested by

no test coverage detected