MCPcopy Create free account
hub / github.com/axmolengine/axmol / getContainer

Method getContainer

extensions/GUI/src/GUI/ScrollView/ScrollView.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345Node* ScrollView::getContainer()
346{
347 return this->_container;
348}
349
350void ScrollView::setContainer(Node* pContainer)
351{

Callers 10

setContentSizeMethod · 0.95
updateInsetMethod · 0.95
reloadDataMethod · 0.80
_addCellIfNecessaryMethod · 0.80
_offsetFromIndexMethod · 0.80
_indexFromOffsetMethod · 0.80
_moveCellOutOfSightMethod · 0.80
scrollViewDidScrollMethod · 0.80
onTouchBeganMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected