MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / on_pushButtonRemove_pressed

Method on_pushButtonRemove_pressed

bt_editor/custom_node_dialog.cpp:238–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void CustomNodeDialog::on_pushButtonRemove_pressed()
239{
240 auto selected = ui->tableWidget->selectionModel()->selectedRows();
241 for( const auto& index: selected)
242 {
243 ui->tableWidget->removeRow( index.row() );
244 }
245 checkValid();
246}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected