Inheritance: QWidget, IDisposable
Ejemplo n.º 1
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);
 }
Ejemplo n.º 2
0
 public QGLPixelBuffer(int width, int height, QGLFormat format, QGLWidget shareWidget)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLPixelBuffer$$##", "QGLPixelBuffer(int, int, const QGLFormat&, QGLWidget*)", typeof(void), typeof(int), width, typeof(int), height, typeof(QGLFormat), format, typeof(QGLWidget), shareWidget);
 }
Ejemplo n.º 3
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);
 }
Ejemplo n.º 4
0
 public QGLPixelBuffer(QSize size, QGLFormat format, QGLWidget shareWidget)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLPixelBuffer###", "QGLPixelBuffer(const QSize&, const QGLFormat&, QGLWidget*)", typeof(void), typeof(QSize), size, typeof(QGLFormat), format, typeof(QGLWidget), shareWidget);
 }
Ejemplo n.º 5
0
 public QGLPixelBuffer(int width, int height, QGLFormat format, QGLWidget shareWidget) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLPixelBuffer$$##", "QGLPixelBuffer(int, int, const QGLFormat&, QGLWidget*)", typeof(void), typeof(int), width, typeof(int), height, typeof(QGLFormat), format, typeof(QGLWidget), shareWidget);
 }
Ejemplo n.º 6
0
 public QGLPixelBuffer(QSize size, QGLFormat format, QGLWidget shareWidget) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLPixelBuffer###", "QGLPixelBuffer(const QSize&, const QGLFormat&, QGLWidget*)", typeof(void), typeof(QSize), size, typeof(QGLFormat), format, typeof(QGLWidget), shareWidget);
 }
Ejemplo n.º 7
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);
 }
Ejemplo n.º 8
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);
 }