Home
last modified time | relevance | path

Searched refs:WATCH_LOW_COL (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Ddebugger.cpp219 watchLow.append(m_watchpoints->item(i, WATCH_LOW_COL)->text()); in debugExportFile()
1260 if (current->column() == WATCH_LOW_COL) { in watchSetPrev()
1431 if (m_watchpoints->item(i, WATCH_LOW_COL)->text() == lowStr && in watchAdd()
1481 m_watchpoints->setItem(row, WATCH_LOW_COL, itemLow); in watchAdd()
1549 } if (col == WATCH_LOW_COL) { in watchModified()
1577 if (m_watchpoints->item(i, WATCH_LOW_COL)->text() == lowStr && in watchModified()
1615 lowStr = m_watchpoints->item(row, WATCH_LOW_COL)->text(); in watchModified()
1629 m_watchpoints->item(i, WATCH_LOW_COL)->text() == lowStr && in watchModified()
1647 m_watchpoints->item(row, WATCH_LOW_COL)->setText(highStr); in watchModified()
1705 QString old = m_watchpoints->item(row, WATCH_LOW_COL)->text(); in updateLabels()
[all …]
H A Dmainwindow.h96 WATCH_LOW_COL, enumerator