blob: 93ec8f24c2aa8191e71ce1e181036268de724641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
import org.trinitydesktop.qt.Qt;
public class TQCanvasPolygonalItem extends TQCanvasItem {
protected TQCanvasPolygonalItem(Class dummy){super((Class) null);}
public native boolean collidesWith(TQCanvasItem arg1);
public native void setPen(TQPen p);
public native void setBrush(TQBrush b);
public native TQPen pen();
public native TQBrush brush();
public native TQPointArray areaPoints();
public native TQPointArray areaPointsAdvanced();
public native TQRect boundingRect();
public native int rtti();
}
|