Searched refs:nActivePath (Results 1 – 1 of 1) sorted by relevance
66 PathId nActivePath; member74 ,nActivePath( -1 ) in RoadmapWizardImpl()163 Paths::const_iterator aCurrentPathPos = m_pImpl->aPaths.find( m_pImpl->nActivePath ); in checkInvariants()167 if ( -1 == m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ) ) in checkInvariants()318 … if ( ( _nPathId == m_pImpl->nActivePath ) && ( _bDecideForIt == m_pImpl->bActivePathIsDefinite ) ) in activatePath()330 if ( m_pImpl->nActivePath != -1 ) in activatePath()331 … nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in activatePath()342 Paths::const_iterator aActivePathPos = m_pImpl->aPaths.find( m_pImpl->nActivePath ); in activatePath()352 m_pImpl->nActivePath = _nPathId; in activatePath()363 DBG_ASSERT( m_pImpl->aPaths.find( m_pImpl->nActivePath ) != m_pImpl->aPaths.end(), in implUpdateRoadmap()[all …]