| 24 | virtual int count() { return _ref->getCount(); } |
| 25 | virtual const char * name( int index ) { return _ref->getName( index ); } |
| 26 | virtual QString value( int index ) { return cr2qt(_ref->getValue( index )); } |
| 27 | virtual bool hasProperty( const char * propName ) const { return _ref->hasProperty(propName); } |
| 28 | virtual bool getString( const char * prop, QString & result ) |
| 29 | { |
no test coverage detected