MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / appendRow

Method appendRow

src/plugins/binarytools/mainframe/environmentview.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void EnvironmentView::appendRow()
137{
138 auto index = d->model.addItem();
139 d->tableView->setCurrentIndex(index);
140}
141
142void EnvironmentView::deleteRow()
143{

Callers 15

createRowsMethod · 0.45
updateItemMethod · 0.45
sortChildrenMethod · 0.45
addMacroExpanderMethod · 0.45
initDataMethod · 0.45
updateProcessMethod · 0.45
appendRootItemMethod · 0.45
setOpenedFilesMethod · 0.45
createRowsMethod · 0.45
createRowsMethod · 0.45
setupUIMethod · 0.45
appendItemMethod · 0.45

Calls 2

addItemMethod · 0.45
setCurrentIndexMethod · 0.45

Tested by

no test coverage detected