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

Method inputLabel

src/program/ui/InputEditorModel.cpp:741–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741std::string InputEditorModel::inputLabel(int column)
742{
743 if (column < COLUMN_SPECIAL_SIZE)
744 return "";
745
746 if (column == columnCount() - 1)
747 return "";
748
749 return movie->editor->input_set[column-COLUMN_SPECIAL_SIZE].description;
750}
751
752void InputEditorModel::renameLabel(int column, std::string label)
753{

Callers 1

renameLabelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected