| 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 | { |