! @brief Test whether ImageFile was opened in write mode. @post No visible state is modified. @return true if ImageFile was opened in write mode. @throw No E57Exceptions. @see ImageFile::ImageFile, ImageFile::isOpen */
| 400 | @see ImageFile::ImageFile, ImageFile::isOpen |
| 401 | */ |
| 402 | bool ImageFile::isWritable() const |
| 403 | { |
| 404 | return impl_->isWriter(); |
| 405 | } |
| 406 | |
| 407 | /*! |
| 408 | @brief Get the file name the ImageFile was created with. |
no test coverage detected