This is the complete list of members for ImageObject, including inherited members.
- asynchronous : bool
- autoTransform : bool
- availableReadFormats : QStringList
- availableWriteFormats : QStringList
- bitPlaneCount : int
- byteCount : int
- canPasteFromClipboard : bool
- depth : int
- empty : bool
- exifInfo : ExifInfo
- format : ImageFormat
- hasAlphaChannel : bool
- height : int
- image : QImage
- size : size
- textKeys : QStringList
- textValues : object
- url : url
- width : int
- clear()
- clear(int width)
- clear(int width, int height)
- clear(int width, int height, imageformat format)
- clip(rect rect)
- clip(int x, int y, int width, int height)
- convertToFormat(imageformat format)
- convertToFormat(imageformat format, imageconversionflags flags)
- ImageObject convertedToFormat(imageformat format)
- ImageObject convertedToFormat(imageformat format, imageconversionflags flags)
- ImageObject copy(rect rect)
- ImageObject copy(int x, int y, int width, int height)
- bool copyToClipboard()
- ImageObject create(int width, int height)
- ImageObject create(int width, int height, imageformat format)
- fill(color color)
- imageContentChanged()
- invertPixels()
- invertPixels(invertmode invertMode)
- bool load(url url)
- bool load(url url, string format)
- bool load(string path)
- bool load(string path, string format)
- bool loadFromData(var data)
- bool loadFromData(var data, string format)
- loaded()
- mirror(bool horizontal, bool vertical)
- ImageObject mirrored(bool horizontal, bool vertical)
- bool pasteFromClipboard()
- color pixel(int x, int y)
- rotate(double angle)
- rotate(double angle, int x)
- rotate(double angle, int x, int y)
- rotate(double angle, int x, int y, transformationmode transformationMode)
- ImageObject rotated(double angle)
- ImageObject rotated(double angle, int x)
- ImageObject rotated(double angle, int x, int y)
- ImageObject rotated(double angle, int x, int y, transformationmode transformationMode)
- bool save(url url)
- bool save(url url, string format)
- bool save(url url, string format, int quality)
- bool save(string path)
- bool save(string path, string format)
- bool save(string path, string format, int quality)
- scale(int width, int height)
- scale(int width, int height, aspectratiomode aspectRatioMode)
- scale(int width, int height, aspectratiomode aspectRatioMode, transformationmode transformationMode)
- scaleToHeight(int height)
- scaleToHeight(int height, transformationmode transformationMode)
- scaleToWidth(int width)
- scaleToWidth(int width, transformationmode transformationMode)
- ImageObject scaled(int width, int height)
- ImageObject scaled(int width, int height, aspectratiomode aspectRatioMode)
- ImageObject scaled(int width, int height, aspectratiomode aspectRatioMode, transformationmode transformationMode)
- ImageObject scaledToHeight(int height)
- ImageObject scaledToHeight(int height, transformationmode transformationMode)
- ImageObject scaledToWidth(int width)
- ImageObject scaledToWidth(int width, transformationmode transformationMode)
- setPixel(int x, int y, color color)
- setText(string key, string text)
- sync()
- string text()
- string text(string key)
- textChanged()
- var toArrayBuffer()
- var toArrayBuffer(string format)
- var toArrayBuffer(string format, int quality)