# Python wrapper code.
#
# Generated by SIP v2.5 on Fri Aug 10 18:48:06 2001

import libqtc
import libqtglc

from qt import QWidget

libqtglc.sipInitModule()

class QGL:
	def __init__(self,*args):
		libqtglc.sipCallCtor(3,self,args)
	def __del__(self):
		__sipDtor__(self)

class QGLWidget(QWidget,QGL):
	def __init__(self,*args):
		libqtglc.sipCallCtor(0,self,args)

class QGLContext(QGL):
	def __init__(self,*args):
		libqtglc.sipCallCtor(1,self,args)

class QGLFormat(QGL):
	def __init__(self,*args):
		libqtglc.sipCallCtor(2,self,args)

# Register the classes with the C++ module.

libqtglc.sipRegisterClasses()
