Inheritance: Object, IDisposable
Example #1
0
 public void SetContext(QGLContext context, QGLContext shareContext)
 {
     interceptor.Invoke("setContext##", "setContext(QGLContext*, const QGLContext*)", typeof(void), typeof(QGLContext), context, typeof(QGLContext), shareContext);
 }
Example #2
0
 public static bool HasOpenGLShaderPrograms(QGLContext context)
 {
     return (bool) staticInterceptor.Invoke("hasOpenGLShaderPrograms#", "hasOpenGLShaderPrograms(const QGLContext*)", typeof(bool), typeof(QGLContext), context);
 }
Example #3
0
 public void SetContext(QGLContext context, QGLContext shareContext, bool deleteOldContext)
 {
     interceptor.Invoke("setContext##$", "setContext(QGLContext*, const QGLContext*, bool)", typeof(void), typeof(QGLContext), context, typeof(QGLContext), shareContext, typeof(bool), deleteOldContext);
 }
Example #4
0
 protected virtual bool ChooseContext(QGLContext shareContext)
 {
     return (bool) interceptor.Invoke("chooseContext#", "chooseContext(const QGLContext*)", typeof(bool), typeof(QGLContext), shareContext);
 }
Example #5
0
 public QGLShaderProgram(QGLContext context)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLShaderProgram#", "QGLShaderProgram(const QGLContext*)", typeof(void), typeof(QGLContext), context);
 }
Example #6
0
 public QGLWidget(QGLContext context, QWidget parent, QGLWidget shareWidget) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget###", "QGLWidget(QGLContext*, QWidget*, const QGLWidget*)", typeof(void), typeof(QGLContext), context, typeof(QWidget), parent, typeof(QGLWidget), shareWidget);
 }
Example #7
0
 public void SetContext(QGLContext context, QGLContext shareContext)
 {
     interceptor.Invoke("setContext##", "setContext(QGLContext*, const QGLContext*)", typeof(void), typeof(QGLContext), context, typeof(QGLContext), shareContext);
 }
Example #8
0
 public virtual bool Create(QGLContext shareContext)
 {
     return((bool)interceptor.Invoke("create#", "create(const QGLContext*)", typeof(bool), typeof(QGLContext), shareContext));
 }
Example #9
0
 public static bool AreSharing(QGLContext context1, QGLContext context2)
 {
     return (bool) staticInterceptor.Invoke("areSharing##", "areSharing(const QGLContext*, const QGLContext*)", typeof(bool), typeof(QGLContext), context1, typeof(QGLContext), context2);
 }
Example #10
0
 public QGLWidget(QGLContext context)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget#", "QGLWidget(QGLContext*)", typeof(void), typeof(QGLContext), context);
 }
Example #11
0
 protected virtual bool ChooseContext(QGLContext shareContext)
 {
     return((bool)interceptor.Invoke("chooseContext#", "chooseContext(const QGLContext*)", typeof(bool), typeof(QGLContext), shareContext));
 }
Example #12
0
 public QGLWidget(QGLContext context, QWidget parent, QGLWidget shareWidget)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget###", "QGLWidget(QGLContext*, QWidget*, const QGLWidget*)", typeof(void), typeof(QGLContext), context, typeof(QWidget), parent, typeof(QGLWidget), shareWidget);
 }
Example #13
0
 public QGLWidget(QGLContext context, QWidget parent, QGLWidget shareWidget, uint f)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget###$", "QGLWidget(QGLContext*, QWidget*, const QGLWidget*, Qt::WindowFlags)", typeof(void), typeof(QGLContext), context, typeof(QWidget), parent, typeof(QGLWidget), shareWidget, typeof(uint), f);
 }
Example #14
0
 public void SetContext(QGLContext context)
 {
     interceptor.Invoke("setContext#", "setContext(QGLContext*)", typeof(void), typeof(QGLContext), context);
 }
Example #15
0
 public void SetContext(QGLContext context)
 {
     interceptor.Invoke("setContext#", "setContext(QGLContext*)", typeof(void), typeof(QGLContext), context);
 }
Example #16
0
 public QGLShader(uint type, QGLContext context)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLShader$#", "QGLShader(QGLShader::ShaderType, const QGLContext*)", typeof(void), typeof(uint), type, typeof(QGLContext), context);
 }
Example #17
0
 public QGLWidget(QGLContext context, QWidget parent, QGLWidget shareWidget, uint f) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget###$", "QGLWidget(QGLContext*, QWidget*, const QGLWidget*, Qt::WindowFlags)", typeof(void), typeof(QGLContext), context, typeof(QWidget), parent, typeof(QGLWidget), shareWidget, typeof(uint), f);
 }
Example #18
0
 public virtual bool Create(QGLContext shareContext)
 {
     return (bool) interceptor.Invoke("create#", "create(const QGLContext*)", typeof(bool), typeof(QGLContext), shareContext);
 }
Example #19
0
 public QGLWidget(QGLContext context) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLWidget#", "QGLWidget(QGLContext*)", typeof(void), typeof(QGLContext), context);
 }
Example #20
0
 public void SetContext(QGLContext context, QGLContext shareContext, bool deleteOldContext)
 {
     interceptor.Invoke("setContext##$", "setContext(QGLContext*, const QGLContext*, bool)", typeof(void), typeof(QGLContext), context, typeof(QGLContext), shareContext, typeof(bool), deleteOldContext);
 }