Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Package QtOpenGL

Classes

class  QGLBuffer
 The QGLBuffer class provides functions for creating and managing GL buffer objects. More...
 
class  QGLColormap
 The QGLColormap class is used for installing custom colormaps into a QGLWidget. More...
 
class  QGLContext
 The QGLContext class encapsulates an OpenGL rendering context. More...
 
class  QGLFormat
 The QGLFormat class specifies the display format of an OpenGL rendering context. More...
 
class  QGLFramebufferObject
 The QGLFramebufferObject class encapsulates an OpenGL framebuffer object. More...
 
class  QGLFramebufferObjectFormat
 The QGLFramebufferObjectFormat class specifies the format of an OpenGL framebuffer object. More...
 
class  QGLPixelBuffer
 The QGLPixelBuffer class encapsulates an OpenGL pbuffer. More...
 
class  QGLShader
 The QGLShader class allows OpenGL shaders to be compiled. More...
 
class  QGLShaderProgram
 The QGLShaderProgram class allows OpenGL shader programs to be linked and used. More...
 
class  QGLWidget
 The QGLWidget class is a widget for rendering OpenGL graphics. More...
 
class  Global
 
interface  IQGLShaderSignals
 
interface  IQGLShaderProgramSignals
 
interface  IQGLWidgetSignals
 

Enumerations

enum  QtMsgType {
  QtCriticalMsg = 2, QtDebugMsg = 0, QtFatalMsg = 3, QtSystemMsg = 2,
  QtWarningMsg = 1
}
  More...
 
enum  QtValidLicenseForActiveQtModule { LicensedActiveQt = 1 }
 
enum  QtValidLicenseForCoreModule { LicensedCore = 1 }
 
enum  QtValidLicenseForDBusModule { LicensedDBus = 1 }
 
enum  QtValidLicenseForDeclarativeModule { LicensedDeclarative = 1 }
 
enum  QtValidLicenseForGuiModule { LicensedGui = 1 }
 
enum  QtValidLicenseForHelpModule { LicensedHelp = 1 }
 
enum  QtValidLicenseForMultimediaModule { LicensedMultimedia = 1 }
 
enum  QtValidLicenseForNetworkModule { LicensedNetwork = 1 }
 
enum  QtValidLicenseForOpenGLModule { LicensedOpenGL = 1 }
 
enum  QtValidLicenseForOpenVGModule { LicensedOpenVG = 1 }
 
enum  QtValidLicenseForQt3SupportLightModule { LicensedQt3SupportLight = 1 }
 
enum  QtValidLicenseForQt3SupportModule { LicensedQt3Support = 1 }
 
enum  QtValidLicenseForScriptModule { LicensedScript = 1 }
 
enum  QtValidLicenseForScriptToolsModule { LicensedScriptTools = 1 }
 
enum  QtValidLicenseForSqlModule { LicensedSql = 1 }
 
enum  QtValidLicenseForSvgModule { LicensedSvg = 1 }
 
enum  QtValidLicenseForTestModule { LicensedTest = 1 }
 
enum  QtValidLicenseForXmlModule { LicensedXml = 1 }
 
enum  QtValidLicenseForXmlPatternsModule { LicensedXmlPatterns = 1 }
 

Enumeration Type Documentation

This enum describes the messages that can be sent to a message handler (QtMsgHandler). You can use the enum to identify and associate the various message types with the appropriate actions.

See also QtMsgHandler and qInstallMsgHandler().

Enumerator
QtCriticalMsg 

A message generated by the qCritical() function.

QtDebugMsg 

A message generated by the qDebug() function.

QtFatalMsg 

A message generated by the qFatal() function.

QtSystemMsg 
QtWarningMsg 

A message generated by the qWarning() function.

Enumerator
LicensedActiveQt 
Enumerator
LicensedCore 
Enumerator
LicensedDBus 
Enumerator
LicensedDeclarative 
Enumerator
LicensedGui 
Enumerator
LicensedHelp 
Enumerator
LicensedMultimedia 
Enumerator
LicensedNetwork 
Enumerator
LicensedOpenGL 
Enumerator
LicensedOpenVG 
Enumerator
LicensedQt3SupportLight 
Enumerator
LicensedQt3Support 
Enumerator
LicensedScript 
Enumerator
LicensedScriptTools 
Enumerator
LicensedSql 
Enumerator
LicensedSvg 
Enumerator
LicensedTest 
Enumerator
LicensedXml 
Enumerator
LicensedXmlPatterns