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

Method getOwnerNode

src/eepp/ui/uimenu.cpp:644–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644UINode* UIMenu::getOwnerNode() const {
645 return mOwnerNode;
646}
647
648void UIMenu::setOwnerNode( UIWidget* ownerNode ) {
649 mOwnerNode = ownerNode;

Callers 1

findBestMenuPosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected