| 223 | } |
| 224 | public: |
| 225 | void SetImageRect( |
| 226 | Convert<const MyGUI::types::TRect < int > &>::Type _value ) |
| 227 | { |
| 228 | MMYGUI_CHECK_NATIVE(mNative); |
| 229 | static_cast<ThisType*>(mNative)->setImageRect( |
| 230 | Convert<const MyGUI::types::TRect < int > &>::From(_value) ); |
| 231 | } |
| 232 | public: |
| 233 | void SetImageTexture( |
| 234 | Convert<const std::string &>::Type _value ) |
nothing calls this directly
no test coverage detected