MCPcopy Create free account
hub / github.com/SpartanJ/eepp / toBack

Method toBack

src/eepp/scene/node.cpp:479–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479Node* Node::toBack() {
480 if ( NULL != mParentNode && mParentNode->mChild != this ) {
481 mParentNode->childAddAt( this, 0 );
482 }
483 return this;
484}
485
486void Node::toPosition( const Uint32& Pos ) {
487 if ( NULL != mParentNode ) {

Callers 2

aboutEcodeMethod · 0.80
zorderTabsMethod · 0.80

Calls 1

childAddAtMethod · 0.80

Tested by

no test coverage detected