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