MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / stateGet

Method stateGet

gui/qt/mainwindow.cpp:2803–2813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2801}
2802
2803int MainWindow::stateGet(QObject *obj, int col) {
2804 int row;
2805
2806 for (row = 0; row < ui->slotView->rowCount(); row++){
2807 if (obj == ui->slotView->cellWidget(row, col)) {
2808 break;
2809 }
2810 }
2811
2812 return row;
2813}
2814
2815void MainWindow::stateEdit() {
2816 bool ok;

Callers

nothing calls this directly

Calls 1

rowCountMethod · 0.80

Tested by

no test coverage detected