Inheritance: 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
文件: QGLContext.cs 项目: KDE/qyoto
 public void SetFormat(QGLFormat format)
 {
     interceptor.Invoke("setFormat#", "setFormat(const QGLFormat&)", typeof(void), typeof(QGLFormat), format);
 }
示例#9
0
文件: QGLContext.cs 项目: KDE/qyoto
 // 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
文件: QGLFormat.cs 项目: KDE/qyoto
 public static void SetDefaultOverlayFormat(QGLFormat f)
 {
     staticInterceptor.Invoke("setDefaultOverlayFormat#", "setDefaultOverlayFormat(const QGLFormat&)", typeof(void), typeof(QGLFormat), f);
 }
示例#16
0
文件: QGLContext.cs 项目: KDE/qyoto
 public QGLContext(QGLFormat format)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLContext#", "QGLContext(const QGLFormat&)", typeof(void), typeof(QGLFormat), format);
 }
示例#17
0
文件: QGLFormat.cs 项目: KDE/qyoto
 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);
 }