org.kde.qt
public class QCanvasRectangle extends QCanvasPolygonalItem
| Constructor Summary | |
|---|---|
| protected | QCanvasRectangle(Class dummy) |
| QCanvasRectangle(QCanvas canvas) | |
| QCanvasRectangle(QRect arg1, QCanvas canvas) | |
| QCanvasRectangle(int x, int y, int width, int height, QCanvas canvas) | |
| Method Summary | |
|---|---|
| QPointArray | areaPoints() |
| protected QPointArray | chunks() |
| boolean | collidesWith(QCanvasItem arg1) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | drawShape(QPainter arg1) |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | height() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QRect | rect() |
| int | rtti() |
| void | setSize(int w, int h) |
| QSize | size() |
| int | width() |