| 112 | } |
| 113 | |
| 114 | void FrameListParameter::setFrameListValue( ConstFrameListPtr frameList ) |
| 115 | { |
| 116 | assert( frameList ); |
| 117 | setTypedValue( frameList->asString() ); |
| 118 | } |
| 119 | |
| 120 | FrameListPtr FrameListParameter::getFrameListValue( const StringData *value ) const |
| 121 | { |