| 66 | static_cast<Button*>(this)->_getImageBox()->setImageIndex(_index); |
| 67 | } |
| 68 | size_t MemberObsolete<Button>::getImageIndex() const |
| 69 | { |
| 70 | if (static_cast<const Button*>(this)->_getImageBox()) |
| 71 | return static_cast<const Button*>(this)->_getImageBox()->getImageIndex(); |
| 72 | return ITEM_NONE; |
| 73 | } |
| 74 | |
| 75 | void MemberObsolete<ImageBox>::addItemFrameDublicate(size_t _index, size_t _indexSourceFrame) |
| 76 | { |
nothing calls this directly
no test coverage detected