Exemple #1
0
 public static void SetRedirected(IQPaintDevice device, IQPaintDevice replacement)
 {
     staticInterceptor.Invoke("setRedirected##", "setRedirected(const QPaintDevice*, QPaintDevice*)", typeof(void), typeof(IQPaintDevice), device, typeof(IQPaintDevice), replacement);
 }
Exemple #2
0
 public static IQPaintDevice Redirected(IQPaintDevice device)
 {
     return (IQPaintDevice) staticInterceptor.Invoke("redirected#", "redirected(const QPaintDevice*)", typeof(IQPaintDevice), typeof(IQPaintDevice), device);
 }
Exemple #3
0
 public static void RestoreRedirected(IQPaintDevice device)
 {
     staticInterceptor.Invoke("restoreRedirected#", "restoreRedirected(const QPaintDevice*)", typeof(void), typeof(IQPaintDevice), device);
 }
Exemple #4
0
 public QFont(QFont arg1, IQPaintDevice pd) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QFont##", "QFont(const QFont&, QPaintDevice*)", typeof(void), typeof(QFont), arg1, typeof(IQPaintDevice), pd);
 }
Exemple #5
0
 public bool Begin(IQPaintDevice pd, QWidget w)
 {
     return((bool)interceptor.Invoke("begin##", "begin(QPaintDevice*, QWidget*)", typeof(bool), typeof(IQPaintDevice), pd, typeof(QWidget), w));
 }
Exemple #6
0
 public void Render(IQPaintDevice target, QPoint targetOffset, QRegion sourceRegion, uint renderFlags)
 {
     interceptor.Invoke("render###$", "render(QPaintDevice*, const QPoint&, const QRegion&, QWidget::RenderFlags)", typeof(void), typeof(IQPaintDevice), target, typeof(QPoint), targetOffset, typeof(QRegion), sourceRegion, typeof(uint), renderFlags);
 }
Exemple #7
0
 public void Render(IQPaintDevice target, QPoint targetOffset)
 {
     interceptor.Invoke("render##", "render(QPaintDevice*, const QPoint&)", typeof(void), typeof(IQPaintDevice), target, typeof(QPoint), targetOffset);
 }
Exemple #8
0
 public QTextLayout(string text, QFont font, IQPaintDevice paintdevice)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTextLayout$##", "QTextLayout(const QString&, const QFont&, QPaintDevice*)", typeof(void), typeof(string), text, typeof(QFont), font, typeof(IQPaintDevice), paintdevice);
 }
Exemple #9
0
 public abstract bool Begin(IQPaintDevice pdev);
 public void SetPaintDevice(IQPaintDevice device)
 {
     interceptor.Invoke("setPaintDevice#", "setPaintDevice(QPaintDevice*)", typeof(void), typeof(IQPaintDevice), device);
 }
Exemple #11
0
 public QTextLayout(string text, QFont font, IQPaintDevice paintdevice) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QTextLayout$##", "QTextLayout(const QString&, const QFont&, QPaintDevice*)", typeof(void), typeof(string), text, typeof(QFont), font, typeof(IQPaintDevice), paintdevice);
 }
Exemple #12
0
 // void* getProcAddress(const QString& arg1); >>>> NOT CONVERTED
 public QGLContext(QGLFormat format, IQPaintDevice device) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLContext##", "QGLContext(const QGLFormat&, QPaintDevice*)", typeof(void), typeof(QGLFormat), format, typeof(IQPaintDevice), device);
 }
Exemple #13
0
 protected void SetDevice(IQPaintDevice pDev)
 {
     interceptor.Invoke("setDevice#", "setDevice(QPaintDevice*)", typeof(void), typeof(IQPaintDevice), pDev);
 }
Exemple #14
0
 public abstract bool Begin(IQPaintDevice pdev);
Exemple #15
0
 public bool Begin(IQPaintDevice arg1)
 {
     return (bool) interceptor.Invoke("begin#", "begin(QPaintDevice*)", typeof(bool), typeof(IQPaintDevice), arg1);
 }
Exemple #16
0
 public void SetPaintDevice(IQPaintDevice device)
 {
     interceptor.Invoke("setPaintDevice#", "setPaintDevice(QPaintDevice*)", typeof(void), typeof(IQPaintDevice), device);
 }
Exemple #17
0
 public QPainter(IQPaintDevice arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QPainter#", "QPainter(QPaintDevice*)", typeof(void), typeof(IQPaintDevice), arg1);
 }
Exemple #18
0
 protected void SetDevice(IQPaintDevice pDev)
 {
     interceptor.Invoke("setDevice#", "setDevice(QPaintDevice*)", typeof(void), typeof(IQPaintDevice), pDev);
 }
Exemple #19
0
 public void Render(IQPaintDevice target, QPoint targetOffset, QRegion sourceRegion)
 {
     interceptor.Invoke("render###", "render(QPaintDevice*, const QPoint&, const QRegion&)", typeof(void), typeof(IQPaintDevice), target, typeof(QPoint), targetOffset, typeof(QRegion), sourceRegion);
 }
Exemple #20
0
 // void* getProcAddress(const QString& arg1); >>>> NOT CONVERTED
 public QGLContext(QGLFormat format, IQPaintDevice device)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLContext##", "QGLContext(const QGLFormat&, QPaintDevice*)", typeof(void), typeof(QGLFormat), format, typeof(IQPaintDevice), device);
 }
Exemple #21
0
 public void Render(IQPaintDevice target)
 {
     interceptor.Invoke("render#", "render(QPaintDevice*)", typeof(void), typeof(IQPaintDevice), target);
 }
Exemple #22
0
 public static IQPaintDevice Redirected(IQPaintDevice device, QPoint offset)
 {
     return (IQPaintDevice) staticInterceptor.Invoke("redirected##", "redirected(const QPaintDevice*, QPoint*)", typeof(IQPaintDevice), typeof(IQPaintDevice), device, typeof(QPoint), offset);
 }
Exemple #23
0
 public QFontMetrics(QFont arg1, IQPaintDevice pd)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QFontMetrics##", "QFontMetrics(const QFont&, QPaintDevice*)", typeof(void), typeof(QFont), arg1, typeof(IQPaintDevice), pd);
 }
Exemple #24
0
 public QStylePainter(IQPaintDevice pd, QWidget w) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QStylePainter##", "QStylePainter(QPaintDevice*, QWidget*)", typeof(void), typeof(IQPaintDevice), pd, typeof(QWidget), w);
 }