MCPcopy Create free account
hub / github.com/clementgallet/libTAS / removeInputColumn

Method removeInputColumn

src/program/ui/InputEditorView.cpp:692–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void InputEditorView::removeInputColumn()
693{
694 if (contextSection < InputEditorModel::COLUMN_SPECIAL_SIZE)
695 return;
696
697 bool removed = inputEditorModel->removeUniqueInput(contextSection);
698
699 /* Show alert window if failed */
700 if (!removed)
701 QMessageBox::information(this, "Column not removed", tr("Column could not be removed, because the input is present in past frames."));
702}
703
704void InputEditorView::factorInputColumn()
705{

Callers

nothing calls this directly

Calls 1

removeUniqueInputMethod · 0.80

Tested by

no test coverage detected