MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / getRow

Method getRow

ElaWidgetTools/DeveloperComponents/ElaNavigationNode.cpp:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167int ElaNavigationNode::getRow() const
168{
169 if (_pParentNode)
170 {
171 return _pParentNode->getChildrenNodes().indexOf(const_cast<ElaNavigationNode*>(this));
172 }
173 return 0;
174}
175
176int ElaNavigationNode::getRowExceptCategoryNodes() const
177{

Callers 1

parentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected