Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
644
UINode* UIMenu::getOwnerNode() const {
645
return mOwnerNode;
646
}
647
648
void UIMenu::setOwnerNode( UIWidget* ownerNode ) {
649
mOwnerNode = ownerNode;
Callers
1
findBestMenuPos
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected