Inheritance: QPaintDevice, IDisposable
 protected virtual void RenderCompleted(QImage image)
 {
     interceptor.Invoke("renderCompleted#", "renderCompleted(const QImage&)", typeof(void), typeof(QImage), image);
 }
Example #2
0
File: QBitmap.cs Project: KDE/qyoto
 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);
 }
Example #4
0
 public bool Read(QImage image)
 {
     return (bool) interceptor.Invoke("read#", "read(QImage*)", typeof(bool), typeof(QImage), image);
 }
Example #5
0
 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);
 }
Example #6
0
 public void DrawImage(QRect r, QImage image)
 {
     interceptor.Invoke("drawImage##", "drawImage(const QRect&, const QImage&)", typeof(void), typeof(QRect), r, typeof(QImage), image);
 }
Example #7
0
 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);
 }
Example #8
0
 public static QPixmap FromImage(QImage image)
 {
     return((QPixmap)staticInterceptor.Invoke("fromImage#", "fromImage(const QImage&)", typeof(QPixmap), typeof(QImage), image));
 }
Example #9
0
 public void SetAlphaChannel(QImage alphaChannel)
 {
     interceptor.Invoke("setAlphaChannel#", "setAlphaChannel(const QImage&)", typeof(void), typeof(QImage), alphaChannel);
 }
Example #10
0
 public QBrush(QImage image) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QBrush#", "QBrush(const QImage&)", typeof(void), typeof(QImage), image);
 }
Example #11
0
 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));
 }
Example #12
0
 public void SetTextureImage(QImage image)
 {
     interceptor.Invoke("setTextureImage#", "setTextureImage(const QImage&)", typeof(void), typeof(QImage), image);
 }
Example #13
0
 public bool Write(QImage image)
 {
     return((bool)interceptor.Invoke("write#", "write(const QImage&)", typeof(bool), typeof(QImage), image));
 }
Example #14
0
 public void SetImage(QImage arg1)
 {
     interceptor.Invoke("setImage#", "setImage(const QImage&)", typeof(void), typeof(QImage), arg1);
 }
Example #15
0
 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);
 }
Example #16
0
 public QImage(QImage arg1) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QImage#", "QImage(const QImage&)", typeof(void), typeof(QImage), arg1);
 }
Example #17
0
 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);
 }
Example #18
0
 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);
 }
Example #19
0
 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);
 }
Example #20
0
 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);
 }
Example #21
0
 public uint BindTexture(QImage image)
 {
     return((uint)interceptor.Invoke("bindTexture#", "bindTexture(const QImage&)", typeof(uint), typeof(QImage), image));
 }
Example #22
0
 public void InsertImage(QImage image, string name)
 {
     interceptor.Invoke("insertImage#$", "insertImage(const QImage&, const QString&)", typeof(void), typeof(QImage), image, typeof(string), name);
 }
Example #23
0
File: Qt.cs Project: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QImage arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QImage&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QImage), arg2);
 }
Example #24
0
 public void InsertImage(QImage image)
 {
     interceptor.Invoke("insertImage#", "insertImage(const QImage&)", typeof(void), typeof(QImage), image);
 }
Example #25
0
File: QBitmap.cs Project: KDE/qyoto
 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);
 }
Example #26
0
 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);
 }
Example #28
0
 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);
 }
Example #30
0
 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);
 }
Example #31
0
 public ImageItem(QImage image)
 {
     this.image = image;
     SetRect(0, 0, image.Width(), image.Height());
     SetFlag(ItemIsMovable);
 }
Example #32
0
 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);
 }
Example #33
0
 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);
 }
Example #34
0
 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);
 }
Example #35
0
 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);
 }
Example #36
0
 public void InvertPixels(QImage.InvertMode arg1)
 {
     interceptor.Invoke("invertPixels$", "invertPixels(QImage::InvertMode)", typeof(void), typeof(QImage.InvertMode), arg1);
 }
Example #37
0
 public void DrawImage(QPoint p, QImage image)
 {
     interceptor.Invoke("drawImage##", "drawImage(const QPoint&, const QImage&)", typeof(void), typeof(QPoint), p, typeof(QImage), image);
 }
Example #38
0
 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);
 }
Example #39
0
 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);
 }
Example #40
0
 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);
 }
Example #41
0
 public uint BindTexture(QImage image, int target)
 {
     return((uint)interceptor.Invoke("bindTexture#$", "bindTexture(const QImage&, GLenum)", typeof(uint), typeof(QImage), image, typeof(int), target));
 }
Example #42
0
 public void SetAlphaChannel(QImage alphaChannel)
 {
     interceptor.Invoke("setAlphaChannel#", "setAlphaChannel(const QImage&)", typeof(void), typeof(QImage), alphaChannel);
 }
Example #43
0
 public static QImage ConvertToGLFormat(QImage img)
 {
     return((QImage)staticInterceptor.Invoke("convertToGLFormat#", "convertToGLFormat(const QImage&)", typeof(QImage), typeof(QImage), img));
 }
Example #44
0
 public QImage(QImage arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QImage#", "QImage(const QImage&)", typeof(void), typeof(QImage), arg1);
 }
Example #45
0
 public bool Write(QImage image)
 {
     return (bool) interceptor.Invoke("write#", "write(const QImage&)", typeof(bool), typeof(QImage), image);
 }
Example #46
0
File: QBitmap.cs Project: KDE/qyoto
 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);
 }
Example #47
0
File: Qt.cs Project: KDE/qyoto
 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);
 }
Example #48
0
 public abstract bool Read(QImage image);