! @brief Declare the use of an E57 extension in an ImageFile being written. @param [in] prefix The shorthand name of the extension to use in element names. @param [in] uri The Uniform Resource Identifier string to associate with the prefix in the ImageFile. @details The (@a prefix, @a uri) pair is registered in the known extensions of the ImageFile. Both @a prefix and @a uri must be unique in th
| 506 | @see ImageFile::extensionsCount, ImageFile::extensionsLookupPrefix, ImageFile::extensionsLookupUri |
| 507 | */ |
| 508 | void ImageFile::extensionsAdd( const ustring &prefix, const ustring &uri ) |
| 509 | { |
| 510 | impl_->extensionsAdd( prefix, uri ); |
| 511 | } |
| 512 | |
| 513 | /*! |
| 514 | @brief Look up an E57 extension prefix in the ImageFile. |
no outgoing calls