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

Method notifyEndDialog

Tools/EditorFramework/ListBoxDataControl.cpp:211–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 void ListBoxDataControl::notifyEndDialog(Dialog* _sender, bool _result)
212 {
213 _sender->endModal();
214
215 if (_result)
216 {
217 DataPtr data = *mTextFieldControl->getUserData<DataPtr>();
218 eventChangeName(data, mTextFieldControl->getTextField());
219 }
220 }
221
222 void ListBoxDataControl::setEnableChangePosition(bool _value)
223 {

Callers

nothing calls this directly

Calls 2

getTextFieldMethod · 0.80
endModalMethod · 0.45

Tested by

no test coverage detected