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

Method setEnableChangePosition

Tools/EditorFramework/ListBoxDataControl.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 void ListBoxDataControl::setEnableChangePosition(bool _value)
223 {
224 mEnableChangePosition = _value;
225 }
226
227 void ListBoxDataControl::setDataInfo(
228 std::string_view _parentType,

Callers 4

OnInitialiseMethod · 0.80
OnInitialiseMethod · 0.80
OnInitialiseMethod · 0.80
OnInitialiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected