// C++ interface header file.
//
// Generated by SIP 3.7 (build 102) on Fri Jul 25 00:26:04 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.

#ifndef _qtcanvasQCanvasItem_h
#define	_qtcanvasQCanvasItem_h

#line 207 "sip/qcanvas.sip"
#include <qcanvas.h>
#line 30 "sipqtcanvasQCanvasItem.h"

#include "sipqtQt.h"
#include "sipqtcanvasQCanvas.h"
#include "sipqtcanvasQCanvasItemList.h"
#include "sipqtQPainter.h"
#include "sipqtQRect.h"
#include "sipqtcanvasQCanvasSprite.h"
#include "sipqtcanvasQCanvasPolygonalItem.h"
#include "sipqtcanvasQCanvasRectangle.h"
#include "sipqtcanvasQCanvasEllipse.h"
#include "sipqtcanvasQCanvasText.h"


extern SIP_MODULE_EXTERN sipLazyAttrDef sipClassAttrTab_QCanvasItem;

extern SIP_MODULE_EXTERN const void *sipCast_QCanvasItem Py_PROTO((const void *,PyObject *));
extern SIP_MODULE_EXTERN PyObject *sipNew_QCanvasItem Py_PROTO((PyObject *,PyObject *));


class SIP_MODULE_EXTERN sipQCanvasItem
{
public:
	static QRect sipVH_boundingRectAdvanced(const sipMethodCache *,sipThisType *);
	static QRect sipVH_boundingRect(const sipMethodCache *,sipThisType *);
	static int sipVH_rtti(const sipMethodCache *,sipThisType *);
	static void sipVH_setActive(const sipMethodCache *,sipThisType *,bool);
	static void sipVH_setEnabled(const sipMethodCache *,sipThisType *,bool);
	static void sipVH_setSelected(const sipMethodCache *,sipThisType *,bool);
	static void sipVH_setVisible(const sipMethodCache *,sipThisType *,bool);
	static void sipVH_draw(const sipMethodCache *,sipThisType *,QPainter&);
	static void sipVH_setCanvas(const sipMethodCache *,sipThisType *,QCanvas *);
	static bool sipVH_collidesWith(const sipMethodCache *,sipThisType *,const QCanvasItem *);
	static void sipVH_advance(const sipMethodCache *,sipThisType *,int);
	static void sipVH_setVelocity(const sipMethodCache *,sipThisType *,double,double);
	static void sipVH_setAnimated(const sipMethodCache *,sipThisType *,bool);
	static void sipVH_moveBy(const sipMethodCache *,sipThisType *,double,double);
};

extern SIP_MODULE_EXTERN QCanvasItem *sipForceConvertTo_QCanvasItem Py_PROTO((PyObject *,int *));

#endif
