Home
last modified time | relevance | path

Searched refs:m_cursorRow (Results 1 – 4 of 4) sorted by relevance

/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dframelist.cpp45 m_cursorRow(-1), m_cursorColumn(-1), m_tagNr(tagNr), m_addingFrame(false) in FrameList()
322 m_cursorRow = m_selectionModel->currentIndex().row(); in saveCursor()
332 if (m_cursorRow >= 0 && m_cursorColumn >= 0 && lastRow >= 0) { in restoreCursor()
333 if (m_cursorRow > lastRow) { in restoreCursor()
334 m_cursorRow = lastRow; in restoreCursor()
337 m_frameTableModel->index(m_cursorRow, m_cursorColumn), in restoreCursor()
H A Dframelist.h245 int m_cursorRow; variable
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dframelist.cpp45 m_cursorRow(-1), m_cursorColumn(-1), m_tagNr(tagNr), m_addingFrame(false) in FrameList()
322 m_cursorRow = m_selectionModel->currentIndex().row(); in saveCursor()
332 if (m_cursorRow >= 0 && m_cursorColumn >= 0 && lastRow >= 0) { in restoreCursor()
333 if (m_cursorRow > lastRow) { in restoreCursor()
334 m_cursorRow = lastRow; in restoreCursor()
337 m_frameTableModel->index(m_cursorRow, m_cursorColumn), in restoreCursor()
H A Dframelist.h245 int m_cursorRow; variable