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

Method getParentPane

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

Source from the content-addressed store, hash-verified

657}
658
659J2DPane* J2DPane::getParentPane() { return (mTree.getParent() == nullptr) ? nullptr : mTree.getParent()->getObject(); }
660
661void J2DPane::makePaneExStream(J2DPane* parent, JSURandomInputStream* input)
662{

Callers 4

appendChildMethod · 0.80
prependChildMethod · 0.80
insertChildMethod · 0.80
setInfluencedAlphaMethod · 0.80

Calls 2

getParentMethod · 0.45
getObjectMethod · 0.45

Tested by

no test coverage detected