Searched refs:isAtLastPartTick (Results 1 – 3 of 3) sorted by relevance
551 bool EquidistantTickIter::isAtLastPartTick() in isAtLastPartTick() function in chart::EquidistantTickIter595 if( m_nCurrentDepth==m_nMaxDepth && isAtLastPartTick() ) in gotoNext()602 while( m_nCurrentDepth && isAtLastPartTick() ); in gotoNext()
220 bool EquidistantTickIter::isAtLastPartTick() in isAtLastPartTick() function in chart::EquidistantTickIter264 if( m_nCurrentDepth==m_nMaxDepth && isAtLastPartTick() ) in gotoNext()271 while( m_nCurrentDepth && isAtLastPartTick() ); in gotoNext()
65 bool isAtLastPartTick();
Completed in 13 milliseconds