Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/
H A DWorkflowInvestigationWidgetsController.cpp202 const int rowInsertionStartPosition = investigationModel->loadedRowCount(); in sl_currentInvestigationUpdateResponse() local
215 for (int rowNumber = rowInsertionStartPosition; in sl_currentInvestigationUpdateResponse()
216 rowNumber < investigationInfo[key].size() + rowInsertionStartPosition; in sl_currentInvestigationUpdateResponse()
219 … investigationInfo[key][rowNumber - rowInsertionStartPosition]); in sl_currentInvestigationUpdateResponse()