# Python wrapper code.
#
# Generated by SIP 3.7 (build 102) on Fri Jul 25 00:26:05 2003
#
# Copyright (c) 2003
# 	Riverbank Computing Limited <info@riverbankcomputing.co.uk>
# 
# This file is part of PyQt.
# 
# This copy of PyQt is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2, or (at your option) any later
# version.
# 
# PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
# 
# You should have received a copy of the GNU General Public License along with
# PyQt; see the file LICENSE.  If not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

import libsip

from qt import Qt
from qt import QObject
from qt import QScrollView
from qt import QPixmap
import libqtcanvasc

libqtcanvasc.sipInitModule(__name__)

class QCanvasItem(Qt):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(12,self,args)

class QCanvas(QObject):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(11,self,args)

class QCanvasView(QScrollView):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(10,self,args)

class QCanvasPixmap(QPixmap):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(9,self,args)

class QCanvasPixmapArray:
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(8,self,args)

class QCanvasSprite(QCanvasItem):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(7,self,args)

class QCanvasPolygonalItem(QCanvasItem):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(6,self,args)

class QCanvasRectangle(QCanvasPolygonalItem):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(5,self,args)

class QCanvasPolygon(QCanvasPolygonalItem):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(4,self,args)

class QCanvasSpline(QCanvasPolygon):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(3,self,args)

class QCanvasLine(QCanvasPolygonalItem):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(2,self,args)

class QCanvasEllipse(QCanvasPolygonalItem):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(1,self,args)

class QCanvasText(QCanvasItem):
	def __init__(self,*args):
		libqtcanvasc.sipCallCtor(0,self,args)

# Register the classes with the C++ module.

libqtcanvasc.sipRegisterClasses()
