protected virtual void RenderCompleted(QImage image) { interceptor.Invoke("renderCompleted#", "renderCompleted(const QImage&)", typeof(void), typeof(QImage), image); }
public static new QBitmap FromImage(QImage image) { return (QBitmap) staticInterceptor.Invoke("fromImage#", "fromImage(const QImage&)", typeof(QBitmap), typeof(QImage), image); }
protected bool FindInCache(string key, QImage image) { return (bool) interceptor.Invoke("findInCache$#", "findInCache(const QString&, QImage&)", typeof(bool), typeof(string), key, typeof(QImage), image); }
public bool Read(QImage image) { return (bool) interceptor.Invoke("read#", "read(QImage*)", typeof(bool), typeof(QImage), image); }
public void SetImage(QImage arg1, QClipboard.Mode mode) { interceptor.Invoke("setImage#$", "setImage(const QImage&, QClipboard::Mode)", typeof(void), typeof(QImage), arg1, typeof(QClipboard.Mode), mode); }
public void DrawImage(QRect r, QImage image) { interceptor.Invoke("drawImage##", "drawImage(const QRect&, const QImage&)", typeof(void), typeof(QRect), r, typeof(QImage), image); }
public void DrawImage(int x, int y, QImage image) { interceptor.Invoke("drawImage$$#", "drawImage(int, int, const QImage&)", typeof(void), typeof(int), x, typeof(int), y, typeof(QImage), image); }
public static QPixmap FromImage(QImage image) { return((QPixmap)staticInterceptor.Invoke("fromImage#", "fromImage(const QImage&)", typeof(QPixmap), typeof(QImage), image)); }
public void SetAlphaChannel(QImage alphaChannel) { interceptor.Invoke("setAlphaChannel#", "setAlphaChannel(const QImage&)", typeof(void), typeof(QImage), alphaChannel); }
public QBrush(QImage image) : this((Type)null) { CreateProxy(); interceptor.Invoke("QBrush#", "QBrush(const QImage&)", typeof(void), typeof(QImage), image); }
public static QPixmap FromImage(QImage image, uint flags) { return((QPixmap)staticInterceptor.Invoke("fromImage#$", "fromImage(const QImage&, Qt::ImageConversionFlags)", typeof(QPixmap), typeof(QImage), image, typeof(uint), flags)); }
public void SetTextureImage(QImage image) { interceptor.Invoke("setTextureImage#", "setTextureImage(const QImage&)", typeof(void), typeof(QImage), image); }
public bool Write(QImage image) { return((bool)interceptor.Invoke("write#", "write(const QImage&)", typeof(bool), typeof(QImage), image)); }
public void SetImage(QImage arg1) { interceptor.Invoke("setImage#", "setImage(const QImage&)", typeof(void), typeof(QImage), arg1); }
public void DrawImage(QRect targetRect, QImage image, QRect sourceRect, uint flags) { interceptor.Invoke("drawImage###$", "drawImage(const QRect&, const QImage&, const QRect&, Qt::ImageConversionFlags)", typeof(void), typeof(QRect), targetRect, typeof(QImage), image, typeof(QRect), sourceRect, typeof(uint), flags); }
public QImage(QImage arg1) : this((Type)null) { CreateProxy(); interceptor.Invoke("QImage#", "QImage(const QImage&)", typeof(void), typeof(QImage), arg1); }
public void DrawImage(QPointF p, QImage image, QRectF sr) { interceptor.Invoke("drawImage###", "drawImage(const QPointF&, const QImage&, const QRectF&)", typeof(void), typeof(QPointF), p, typeof(QImage), image, typeof(QRectF), sr); }
public virtual void DrawImage(QRectF r, QImage pm, QRectF sr, uint flags) { interceptor.Invoke("drawImage###$", "drawImage(const QRectF&, const QImage&, const QRectF&, Qt::ImageConversionFlags)", typeof(void), typeof(QRectF), r, typeof(QImage), pm, typeof(QRectF), sr, typeof(uint), flags); }
public void DrawImage(int x, int y, QImage image, int sx, int sy, int sw, int sh, uint flags) { interceptor.Invoke("drawImage$$#$$$$$", "drawImage(int, int, const QImage&, int, int, int, int, Qt::ImageConversionFlags)", typeof(void), typeof(int), x, typeof(int), y, typeof(QImage), image, typeof(int), sx, typeof(int), sy, typeof(int), sw, typeof(int), sh, typeof(uint), flags); }
public virtual void DrawImage(QRectF r, QImage pm, QRectF sr) { interceptor.Invoke("drawImage###", "drawImage(const QRectF&, const QImage&, const QRectF&)", typeof(void), typeof(QRectF), r, typeof(QImage), pm, typeof(QRectF), sr); }
public uint BindTexture(QImage image) { return((uint)interceptor.Invoke("bindTexture#", "bindTexture(const QImage&)", typeof(uint), typeof(QImage), image)); }
public void InsertImage(QImage image, string name) { interceptor.Invoke("insertImage#$", "insertImage(const QImage&, const QString&)", typeof(void), typeof(QImage), image, typeof(string), name); }
public static QDataStream Read(QDataStream arg1, QImage arg2) { return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QImage&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QImage), arg2); }
public void InsertImage(QImage image) { interceptor.Invoke("insertImage#", "insertImage(const QImage&)", typeof(void), typeof(QImage), image); }
public static new QBitmap FromImage(QImage image, uint flags) { return (QBitmap) staticInterceptor.Invoke("fromImage#$", "fromImage(const QImage&, Qt::ImageConversionFlags)", typeof(QBitmap), typeof(QImage), image, typeof(uint), flags); }
public bool Read(QImage image) { return((bool)interceptor.Invoke("read#", "read(QImage*)", typeof(bool), typeof(QImage), image)); }
protected bool FindInCache(string key, QImage image, uint lastModified) { return (bool) interceptor.Invoke("findInCache$#$", "findInCache(const QString&, QImage&, unsigned int)", typeof(bool), typeof(string), key, typeof(QImage), image, typeof(uint), lastModified); }
public QImage ConvertToFormat(QImage.Format f) { return (QImage) interceptor.Invoke("convertToFormat$", "convertToFormat(QImage::Format) const", typeof(QImage), typeof(QImage.Format), f); }
protected void InsertIntoCache(string key, QImage image) { interceptor.Invoke("insertIntoCache$#", "insertIntoCache(const QString&, const QImage&)", typeof(void), typeof(string), key, typeof(QImage), image); }
public QImage ConvertToFormat(QImage.Format f, List<uint> colorTable, uint flags) { return (QImage) interceptor.Invoke("convertToFormat$?$", "convertToFormat(QImage::Format, const QVector<unsigned int>&, Qt::ImageConversionFlags) const", typeof(QImage), typeof(QImage.Format), f, typeof(List<uint>), colorTable, typeof(uint), flags); }
public ImageItem(QImage image) { this.image = image; SetRect(0, 0, image.Width(), image.Height()); SetFlag(ItemIsMovable); }
public QImage ConvertToFormat(QImage.Format f, List<uint> colorTable) { return (QImage) interceptor.Invoke("convertToFormat$?", "convertToFormat(QImage::Format, const QVector<unsigned int>&) const", typeof(QImage), typeof(QImage.Format), f, typeof(List<uint>), colorTable); }
public void DrawImage(QRect targetRect, QImage image, QRect sourceRect) { interceptor.Invoke("drawImage###", "drawImage(const QRect&, const QImage&, const QRect&)", typeof(void), typeof(QRect), targetRect, typeof(QImage), image, typeof(QRect), sourceRect); }
public QImage(QSize size, QImage.Format format) : this((Type) null) { CreateProxy(); interceptor.Invoke("QImage#$", "QImage(const QSize&, QImage::Format)", typeof(void), typeof(QSize), size, typeof(QImage.Format), format); }
public void DrawImage(QPoint p, QImage image, QRect sr, uint flags) { interceptor.Invoke("drawImage###$", "drawImage(const QPoint&, const QImage&, const QRect&, Qt::ImageConversionFlags)", typeof(void), typeof(QPoint), p, typeof(QImage), image, typeof(QRect), sr, typeof(uint), flags); }
public void InvertPixels(QImage.InvertMode arg1) { interceptor.Invoke("invertPixels$", "invertPixels(QImage::InvertMode)", typeof(void), typeof(QImage.InvertMode), arg1); }
public void DrawImage(QPoint p, QImage image) { interceptor.Invoke("drawImage##", "drawImage(const QPoint&, const QImage&)", typeof(void), typeof(QPoint), p, typeof(QImage), image); }
public QImage(int width, int height, QImage.Format format) : this((Type) null) { CreateProxy(); interceptor.Invoke("QImage$$$", "QImage(int, int, QImage::Format)", typeof(void), typeof(int), width, typeof(int), height, typeof(QImage.Format), format); }
public void DrawImage(int x, int y, QImage image, int sx, int sy) { interceptor.Invoke("drawImage$$#$$", "drawImage(int, int, const QImage&, int, int)", typeof(void), typeof(int), x, typeof(int), y, typeof(QImage), image, typeof(int), sx, typeof(int), sy); }
public QImage(Pointer<byte> data, int width, int height, int bytesPerLine, QImage.Format format) : this((Type) null) { CreateProxy(); interceptor.Invoke("QImage$$$$$", "QImage(uchar*, int, int, int, QImage::Format)", typeof(void), typeof(Pointer<byte>), data, typeof(int), width, typeof(int), height, typeof(int), bytesPerLine, typeof(QImage.Format), format); }
public uint BindTexture(QImage image, int target) { return((uint)interceptor.Invoke("bindTexture#$", "bindTexture(const QImage&, GLenum)", typeof(uint), typeof(QImage), image, typeof(int), target)); }
public static QImage ConvertToGLFormat(QImage img) { return((QImage)staticInterceptor.Invoke("convertToGLFormat#", "convertToGLFormat(const QImage&)", typeof(QImage), typeof(QImage), img)); }
public QImage(QImage arg1) : this((Type) null) { CreateProxy(); interceptor.Invoke("QImage#", "QImage(const QImage&)", typeof(void), typeof(QImage), arg1); }
public bool Write(QImage image) { return (bool) interceptor.Invoke("write#", "write(const QImage&)", typeof(bool), typeof(QImage), image); }
public static QBitmap FromData(QSize size, Pointer<byte> bits, QImage.Format monoFormat) { return (QBitmap) staticInterceptor.Invoke("fromData#$$", "fromData(const QSize&, const unsigned char*, QImage::Format)", typeof(QBitmap), typeof(QSize), size, typeof(Pointer<byte>), bits, typeof(QImage.Format), monoFormat); }
public static QDataStream Write(QDataStream arg1, QImage arg2) { return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QImage&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QImage), arg2); }
public abstract bool Read(QImage image);