Наследование: Object, IDisposable
Пример #1
0
 public QGLWidget(QGLFormat format) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget#", "QGLWidget(const QGLFormat&)", typeof(void), typeof(QGLFormat), format);
 }
Пример #2
0
 public QGLWidget(QGLFormat format, QWidget parent, QGLWidget shareWidget, uint f) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget###$", "QGLWidget(const QGLFormat&, QWidget*, const QGLWidget*, Qt::WindowFlags)", typeof(void), typeof(QGLFormat), format, typeof(QWidget), parent, typeof(QGLWidget), shareWidget, typeof(uint), f);
 }
Пример #3
0
 public QGLWidget(QGLFormat format, QWidget parent, QGLWidget shareWidget) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget###", "QGLWidget(const QGLFormat&, QWidget*, const QGLWidget*)", typeof(void), typeof(QGLFormat), format, typeof(QWidget), parent, typeof(QGLWidget), shareWidget);
 }
Пример #4
0
 public QGLFormat(QGLFormat other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLFormat#", "QGLFormat(const QGLFormat&)", typeof(void), typeof(QGLFormat), other);
 }
Пример #5
0
 public void SetFormat(QGLFormat format)
 {
     interceptor.Invoke("setFormat#", "setFormat(const QGLFormat&)", typeof(void), typeof(QGLFormat), format);
 }
Пример #6
0
 public QGLWidget(QGLFormat format, QWidget parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget##", "QGLWidget(const QGLFormat&, QWidget*)", typeof(void), typeof(QGLFormat), format, typeof(QWidget), parent);
 }
Пример #7
0
 public static void SetDefaultOverlayFormat(QGLFormat f)
 {
     staticInterceptor.Invoke("setDefaultOverlayFormat#", "setDefaultOverlayFormat(const QGLFormat&)", typeof(void), typeof(QGLFormat), f);
 }
Пример #8
0
 public void SetFormat(QGLFormat format)
 {
     interceptor.Invoke("setFormat#", "setFormat(const QGLFormat&)", typeof(void), typeof(QGLFormat), format);
 }
Пример #9
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);
 }
Пример #10
0
 public QGLPixelBuffer(QSize size, QGLFormat format)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLPixelBuffer##", "QGLPixelBuffer(const QSize&, const QGLFormat&)", typeof(void), typeof(QSize), size, typeof(QGLFormat), format);
 }
Пример #11
0
 public QGLPixelBuffer(int width, int height, QGLFormat format)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLPixelBuffer$$#", "QGLPixelBuffer(int, int, const QGLFormat&)", typeof(void), typeof(int), width, typeof(int), height, typeof(QGLFormat), format);
 }
Пример #12
0
 public QGLPixelBuffer(int width, int height, QGLFormat format) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLPixelBuffer$$#", "QGLPixelBuffer(int, int, const QGLFormat&)", typeof(void), typeof(int), width, typeof(int), height, typeof(QGLFormat), format);
 }
Пример #13
0
 public QGLPixelBuffer(QSize size, QGLFormat format) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLPixelBuffer##", "QGLPixelBuffer(const QSize&, const QGLFormat&)", typeof(void), typeof(QSize), size, typeof(QGLFormat), format);
 }
Пример #14
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);
 }
Пример #15
0
 public static void SetDefaultOverlayFormat(QGLFormat f)
 {
     staticInterceptor.Invoke("setDefaultOverlayFormat#", "setDefaultOverlayFormat(const QGLFormat&)", typeof(void), typeof(QGLFormat), f);
 }
Пример #16
0
 public QGLContext(QGLFormat format)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLContext#", "QGLContext(const QGLFormat&)", typeof(void), typeof(QGLFormat), format);
 }
Пример #17
0
 public QGLFormat(QGLFormat other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLFormat#", "QGLFormat(const QGLFormat&)", typeof(void), typeof(QGLFormat), other);
 }
Пример #18
0
 public QGLWidget(QGLFormat format, QWidget parent, QGLWidget shareWidget, uint f)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget###$", "QGLWidget(const QGLFormat&, QWidget*, const QGLWidget*, Qt::WindowFlags)", typeof(void), typeof(QGLFormat), format, typeof(QWidget), parent, typeof(QGLWidget), shareWidget, typeof(uint), f);
 }