MCPcopy Create free account
hub / github.com/MyGUI/mygui / commandRenameData

Method commandRenameData

Tools/EditorFramework/DataListBaseControl.cpp:108–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void DataListBaseControl::commandRenameData(const MyGUI::UString& _commandName, bool& _result)
109 {
110 if (!checkCommand(_result))
111 return;
112
113 if (mListBoxControl != nullptr)
114 mListBoxControl->OnRenameData();
115
116 _result = true;
117 }
118
119 void DataListBaseControl::setDataInfo(
120 std::string_view _parentType,

Callers

nothing calls this directly

Calls 1

OnRenameDataMethod · 0.80

Tested by

no test coverage detected