QCanvas is fully implemented.
QCanvasEllipse is fully implemented.
QCanvasItem is fully implemented. However, it is not possible to create a sub-class of QCanvasItem. Instead you should sub-class from a more specific canvas item (i.e. QCanvasPolygonalItem, QCanvasSprite, QCanvasRectangle, QCanvasPolygon, QCanvasEllipse, QCanvasText or QCanvasLine).
This class isn't implemented. Whenever a QCanvasItemList is the return type of a function or the type of an argument, a Python list of QCanvasItem instances is used instead.
QCanvasLine is fully implemented.
QCanvasPixmap is fully implemented.
The pixmaps argument is a Python list of QPixmap instances, and the hotspots argument is a Python list of QPoint instances. (Qt v2.2.0 - Qt v2.3.1)
The pixmaps argument is a Python list of QPixmap instances. (Qt v3+)
QCanvasPolygon is fully implemented.
QCanvasPolygonalItem is fully implemented.
QCanvasRectangle is fully implemented.
QCanvasSpline is fully implemented.
QCanvasSprite is fully implemented.
QCanvasText is fully implemented.
QCanvasView is fully implemented.