KLayout Manual: Main Index » Class Index » API reference - Class QImageReaderAPI reference - Class QImageReaderNotation used in Ruby API documentation Description: Binding of QImageReader Public constructors
Public methods
Public static methods and constants
Detailed description[static] QImageReader_ImageReaderError DeviceErrorDescription: Enum constant enum QImageReader::DeviceError [static] QImageReader_ImageReaderError FileNotFoundErrorDescription: Enum constant enum QImageReader::FileNotFoundError [static] QImageReader_ImageReaderError InvalidDataErrorDescription: Enum constant enum QImageReader::InvalidDataError [static] QImageReader_ImageReaderError UnknownErrorDescription: Enum constant enum QImageReader::UnknownError [static] QImageReader_ImageReaderError UnsupportedFormatErrorDescription: Enum constant enum QImageReader::UnsupportedFormatError [const] bool autoDetectImageFormatDescription: Method bool QImageReader::autoDetectImageFormat() void autoDetectImageFormat=(bool enabled)Description: Method void QImageReader::setAutoDetectImageFormat(bool enabled) [const] QColor backgroundColorDescription: Method QColor QImageReader::backgroundColor() void backgroundColor=(const QColor color)Description: Method void QImageReader::setBackgroundColor(const QColor &color) [const] bool canReadDescription: Method bool QImageReader::canRead() [const] QRect clipRectDescription: Method QRect QImageReader::clipRect() void clipRect=(const QRect rect)Description: Method void QImageReader::setClipRect(const QRect &rect) void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. [const] int currentImageNumberDescription: Method int QImageReader::currentImageNumber() [const] QRect currentImageRectDescription: Method QRect QImageReader::currentImageRect() [const] bool decideFormatFromContentDescription: Method bool QImageReader::decideFormatFromContent() void decideFormatFromContent=(bool ignored)Description: Method void QImageReader::setDecideFormatFromContent(bool ignored) void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] QIODevice ptr deviceDescription: Method QIODevice * QImageReader::device() void device=(QIODevice ptr device)Description: Method void QImageReader::setDevice(QIODevice *device) [const] QImageReader_ImageReaderError errorDescription: Method QImageReader::ImageReaderError QImageReader::error() [const] string errorStringDescription: Method QString QImageReader::errorString() [const] string fileNameDescription: Method QString QImageReader::fileName() void fileName=(string fileName)Description: Method void QImageReader::setFileName(const QString &fileName) [const] string formatDescription: Method QByteArray QImageReader::format() void format=(string format)Description: Method void QImageReader::setFormat(const QByteArray &format) [const] int imageCountDescription: Method int QImageReader::imageCount() [const] QImage_Format imageFormatDescription: Method QImage::Format QImageReader::imageFormat() [static] string imageFormat(QIODevice ptr device)Description: Static method QByteArray QImageReader::imageFormat(QIODevice *device) This method is static and can be called without an instance. [static] string imageFormat(string fileName)Description: Static method QByteArray QImageReader::imageFormat(const QString &fileName) This method is static and can be called without an instance. [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. bool jumpToImage(int imageNumber)Description: Method bool QImageReader::jumpToImage(int imageNumber) bool jumpToNextImageDescription: Method bool QImageReader::jumpToNextImage() [const] int loopCountDescription: Method int QImageReader::loopCount() [static] new QImageReader newDescription: Constructor QImageReader::QImageReader() This method creates an object of class QImageReader. [static] new QImageReader new(QIODevice ptr device)Description: Constructor QImageReader::QImageReader(QIODevice *device, const QByteArray &format) This method creates an object of class QImageReader. [static] new QImageReader new(QIODevice ptr device,string format)Description: Constructor QImageReader::QImageReader(QIODevice *device, const QByteArray &format) This method creates an object of class QImageReader. [static] new QImageReader new(string fileName)Description: Constructor QImageReader::QImageReader(const QString &fileName, const QByteArray &format) This method creates an object of class QImageReader. [static] new QImageReader new(string fileName,string format)Description: Constructor QImageReader::QImageReader(const QString &fileName, const QByteArray &format) This method creates an object of class QImageReader. [const] int nextImageDelayDescription: Method int QImageReader::nextImageDelay() [const] int qualityDescription: Method int QImageReader::quality() void quality=(int quality)Description: Method void QImageReader::setQuality(int quality) QImage readDescription: Method QImage QImageReader::read() bool read(QImage ptr image)Description: Method bool QImageReader::read(QImage *image) [const] QRect scaledClipRectDescription: Method QRect QImageReader::scaledClipRect() void scaledClipRect=(const QRect rect)Description: Method void QImageReader::setScaledClipRect(const QRect &rect) [const] QSize scaledSizeDescription: Method QSize QImageReader::scaledSize() void scaledSize=(const QSize size)Description: Method void QImageReader::setScaledSize(const QSize &size) void setAutoDetectImageFormat(bool enabled)Description: Method void QImageReader::setAutoDetectImageFormat(bool enabled) void setBackgroundColor(const QColor color)Description: Method void QImageReader::setBackgroundColor(const QColor &color) void setClipRect(const QRect rect)Description: Method void QImageReader::setClipRect(const QRect &rect) void setDecideFormatFromContent(bool ignored)Description: Method void QImageReader::setDecideFormatFromContent(bool ignored) void setDevice(QIODevice ptr device)Description: Method void QImageReader::setDevice(QIODevice *device) void setFileName(string fileName)Description: Method void QImageReader::setFileName(const QString &fileName) void setFormat(string format)Description: Method void QImageReader::setFormat(const QByteArray &format) void setQuality(int quality)Description: Method void QImageReader::setQuality(int quality) void setScaledClipRect(const QRect rect)Description: Method void QImageReader::setScaledClipRect(const QRect &rect) void setScaledSize(const QSize size)Description: Method void QImageReader::setScaledSize(const QSize &size) [const] QSize sizeDescription: Method QSize QImageReader::size() [static] string[] supportedImageFormatsDescription: Static method QList<class QByteArray> QImageReader::supportedImageFormats() This method is static and can be called without an instance. [const] bool supportsAnimationDescription: Method bool QImageReader::supportsAnimation() [const] bool supportsOption(const QImageIOHandler_ImageOption option)Description: Method bool QImageReader::supportsOption(QImageIOHandler::ImageOption option) [const] string text(string key)Description: Method QString QImageReader::text(const QString &key) [const] string[] textKeysDescription: Method QStringList QImageReader::textKeys() |