<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qimagewriter.cpp --> <title>List of All Members for QImageWriter | Qt GUI 5.11</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css"); // loading style sheet breaks anchors that were jumped to before // so force jumping to anchor again setTimeout(function() { var anchor = location.hash; // need to jump to different anchor first (e.g. none) location.hash = "#"; setTimeout(function() { location.hash = anchor; }, 0); }, 0); </script> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <table><tr> <td ><a href="../qtdoc/index.html">Qt 5.11</a></td><td ><a href="qtgui-index.html">Qt GUI</a></td><td ><a href="qtgui-module.html">C++ Classes</a></td><td >QImageWriter</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.11.2 Reference Documentation</td> </tr></table> </div> </div> <div class="content"> <div class="line"> <div class="content mainContent"> <div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div> <h1 class="title">List of All Members for QImageWriter</h1> <p>This is the complete list of members for <a href="qimagewriter.html">QImageWriter</a>, including inherited members.</p> <div class="table"><table class="propsummary"> <tr><td class="topAlign"><ul> <li class="fn">enum <span class="name"><b><a href="qimagewriter.html#ImageWriterError-enum">ImageWriterError</a></b></span></li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#QImageWriter">QImageWriter</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#QImageWriter-1">QImageWriter</a></b></span>(QIODevice *, const QByteArray &)</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#QImageWriter-2">QImageWriter</a></b></span>(const QString &, const QByteArray &)</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#dtor.QImageWriter">~QImageWriter</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#canWrite">canWrite</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#compression">compression</a></b></span>() const : int</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#device">device</a></b></span>() const : QIODevice *</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#error">error</a></b></span>() const : QImageWriter::ImageWriterError</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#errorString">errorString</a></b></span>() const : QString</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#fileName">fileName</a></b></span>() const : QString</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#format">format</a></b></span>() const : QByteArray</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#gamma">gamma</a></b></span>() const : float</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#optimizedWrite">optimizedWrite</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#progressiveScanWrite">progressiveScanWrite</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#quality">quality</a></b></span>() const : int</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setCompression">setCompression</a></b></span>(int )</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setDevice">setDevice</a></b></span>(QIODevice *)</li> </ul></td><td class="topAlign"><ul> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setFileName">setFileName</a></b></span>(const QString &)</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setFormat">setFormat</a></b></span>(const QByteArray &)</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setGamma">setGamma</a></b></span>(float )</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setOptimizedWrite">setOptimizedWrite</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setProgressiveScanWrite">setProgressiveScanWrite</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setQuality">setQuality</a></b></span>(int )</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setSubType">setSubType</a></b></span>(const QByteArray &)</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setText">setText</a></b></span>(const QString &, const QString &)</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#setTransformation">setTransformation</a></b></span>(QImageIOHandler::Transformations )</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#subType">subType</a></b></span>() const : QByteArray</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#supportedImageFormats">supportedImageFormats</a></b></span>() : QList<QByteArray></li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#supportedMimeTypes">supportedMimeTypes</a></b></span>() : QList<QByteArray></li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#supportedSubTypes">supportedSubTypes</a></b></span>() const : QList<QByteArray></li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#supportsOption">supportsOption</a></b></span>(QImageIOHandler::ImageOption ) const : bool</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#tr">tr</a></b></span>(const char *, const char *, int ) : QString</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#trUtf8">trUtf8</a></b></span>(const char *, const char *, int ) : QString</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#transformation">transformation</a></b></span>() const : QImageIOHandler::Transformations</li> <li class="fn"><span class="name"><b><a href="qimagewriter.html#write">write</a></b></span>(const QImage &) : bool</li> </ul> </td></tr> </table></div> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">©</acronym> 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.<br/> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br/> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. </p> </div> </body> </html>