Searched refs:_nItemIndex (Results 1 – 2 of 2) sorted by relevance
545 RoadmapItem* ORoadmap::GetByIndex( ItemIndex _nItemIndex) in GetByIndex() argument548 if ( ( _nItemIndex > -1 ) && ( _nItemIndex < (ItemIndex)rItems.size() ) ) in GetByIndex()550 return rItems.at( _nItemIndex ); in GetByIndex()556 const RoadmapItem* ORoadmap::GetByIndex( ItemIndex _nItemIndex ) const in GetByIndex()558 return const_cast< ORoadmap* >( this )->GetByIndex( _nItemIndex ); in GetByIndex()
112 RoadmapItem* GetByIndex( ItemIndex _nItemIndex );113 const RoadmapItem* GetByIndex( ItemIndex _nItemIndex ) const;
Completed in 71 milliseconds