| 370 | } |
| 371 | public: |
| 372 | void ClearItemDataAt( |
| 373 | Convert<size_t>::Type _index ) |
| 374 | { |
| 375 | MMYGUI_CHECK_NATIVE(mNative); |
| 376 | static_cast<ThisType*>(mNative)->clearItemDataAt( |
| 377 | Convert<size_t>::From(_index) ); |
| 378 | } |
| 379 | public: |
| 380 | void SetItemDataAt( |
| 381 | Convert<size_t>::Type _index , |
nothing calls this directly
no test coverage detected