| 1071 | } |
| 1072 | |
| 1073 | bool ShapeBase::_setFieldSkin( void *object, const char *index, const char *data ) |
| 1074 | { |
| 1075 | ShapeBase* shape = static_cast<ShapeBase*>( object ); |
| 1076 | if ( shape ) |
| 1077 | shape->setSkinName( data ); |
| 1078 | return false; |
| 1079 | } |
| 1080 | |
| 1081 | const char *ShapeBase::_getFieldSkin( void *object, const char *data ) |
| 1082 | { |
nothing calls this directly
no test coverage detected