Searched refs:m_curVideoFileCount (Results 1 – 4 of 4) sorted by relevance
58 m_curVideoFileCount(-1), in VideoPlayer()350 if(m_curVideoFileCount -1 >= 0){ in on_preVideoButton_clicked()351 m_curVideoFileCount--; in on_preVideoButton_clicked()352 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_preVideoButton_clicked()353 m_curVideoFileName = m_playList.at(m_curVideoFileCount).completeBaseName(); in on_preVideoButton_clicked()369 if(m_curVideoFileCount + 1 < m_playList.count()){ in on_nextVideoButton_clicked()370 m_curVideoFileCount++; in on_nextVideoButton_clicked()371 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_nextVideoButton_clicked()372 m_curVideoFileName = m_playList.at(m_curVideoFileCount).completeBaseName(); in on_nextVideoButton_clicked()471 m_curVideoFileCount = row; in on_notifyVideoPlayerToPlay()
114 int m_curVideoFileCount; variable
60 m_curVideoFileCount(-1), in VideoPlayer()400 if(m_curVideoFileCount -1 >= 0){ in on_preVideoButton_clicked()401 m_curVideoFileCount--; in on_preVideoButton_clicked()402 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_preVideoButton_clicked()403 m_curVideoFileName = m_playList.at(m_curVideoFileCount).completeBaseName(); in on_preVideoButton_clicked()419 if(m_curVideoFileCount + 1 < m_playList.count()){ in on_nextVideoButton_clicked()420 m_curVideoFileCount++; in on_nextVideoButton_clicked()421 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_nextVideoButton_clicked()422 m_curVideoFileName = m_playList.at(m_curVideoFileCount).completeBaseName(); in on_nextVideoButton_clicked()521 m_curVideoFileCount = row; in on_notifyVideoPlayerToPlay()
119 int m_curVideoFileCount; variable