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

Method notifyChangeItemPosition

Tools/EditorFramework/TextureBrowseControl.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 void TextureBrowseControl::notifyChangeItemPosition(MyGUI::ItemBox* _sender, size_t _index)
107 {
108 if (_index != MyGUI::ITEM_NONE)
109 mCurrentTextureName = *_sender->getItemDataAt<std::string>(_index);
110 else
111 mCurrentTextureName.clear();
112 }
113
114 void TextureBrowseControl::notifySelectItemAccept(MyGUI::ItemBox* _sender, size_t _index)
115 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected