summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QCanvas.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QCanvas.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QCanvas.java102
1 files changed, 51 insertions, 51 deletions
diff --git a/qtjava/javalib/org/kde/qt/QCanvas.java b/qtjava/javalib/org/kde/qt/QCanvas.java
index c8a298f5..36baff0c 100644
--- a/qtjava/javalib/org/kde/qt/QCanvas.java
+++ b/qtjava/javalib/org/kde/qt/QCanvas.java
@@ -5,42 +5,42 @@ import org.kde.qt.Qt;
import java.util.ArrayList;
/**
- See {@link QCanvasSignals} for signals emitted by QCanvas
+ See {@link TQCanvasSignals} for signals emitted by TQCanvas
*/
-public class QCanvas extends QObject {
- protected QCanvas(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+public class TQCanvas extends TQObject {
+ protected TQCanvas(Class dummy){super((Class) null);}
+ public native TQMetaObject metaObject();
public native String className();
- public QCanvas(QObject parent, String name) {
+ public TQCanvas(TQObject parent, String name) {
super((Class) null);
- newQCanvas(parent,name);
+ newTQCanvas(parent,name);
}
- private native void newQCanvas(QObject parent, String name);
- public QCanvas(QObject parent) {
+ private native void newTQCanvas(TQObject parent, String name);
+ public TQCanvas(TQObject parent) {
super((Class) null);
- newQCanvas(parent);
+ newTQCanvas(parent);
}
- private native void newQCanvas(QObject parent);
- public QCanvas() {
+ private native void newTQCanvas(TQObject parent);
+ public TQCanvas() {
super((Class) null);
- newQCanvas();
+ newTQCanvas();
}
- private native void newQCanvas();
- public QCanvas(int w, int h) {
+ private native void newTQCanvas();
+ public TQCanvas(int w, int h) {
super((Class) null);
- newQCanvas(w,h);
+ newTQCanvas(w,h);
}
- private native void newQCanvas(int w, int h);
- public QCanvas(QPixmap p, int h, int v, int tilewidth, int tileheight) {
+ private native void newTQCanvas(int w, int h);
+ public TQCanvas(TQPixmap p, int h, int v, int tilewidth, int tileheight) {
super((Class) null);
- newQCanvas(p,h,v,tilewidth,tileheight);
+ newTQCanvas(p,h,v,tilewidth,tileheight);
}
- private native void newQCanvas(QPixmap p, int h, int v, int tilewidth, int tileheight);
- public native void setTiles(QPixmap tiles, int h, int v, int tilewidth, int tileheight);
- public native void setBackgroundPixmap(QPixmap p);
- public native QPixmap backgroundPixmap();
- public native void setBackgroundColor(QColor c);
- public native QColor backgroundColor();
+ private native void newTQCanvas(TQPixmap p, int h, int v, int tilewidth, int tileheight);
+ public native void setTiles(TQPixmap tiles, int h, int v, int tilewidth, int tileheight);
+ public native void setBackgroundPixmap(TQPixmap p);
+ public native TQPixmap backgroundPixmap();
+ public native void setBackgroundColor(TQColor c);
+ public native TQColor backgroundColor();
public native void setTile(int x, int y, int tilenum);
public native int tile(int x, int y);
public native int tilesHorizontally();
@@ -50,12 +50,12 @@ public class QCanvas extends QObject {
public native void resize(int width, int height);
public native int width();
public native int height();
- public native QSize size();
- public native QRect rect();
+ public native TQSize size();
+ public native TQRect rect();
public native boolean onCanvas(int x, int y);
- public native boolean onCanvas(QPoint p);
+ public native boolean onCanvas(TQPoint p);
public native boolean validChunk(int x, int y);
- public native boolean validChunk(QPoint p);
+ public native boolean validChunk(TQPoint p);
public native int chunkSize();
public native void retune(int chunksize, int maxclusters);
public native void retune(int chunksize);
@@ -63,28 +63,28 @@ public class QCanvas extends QObject {
public native void setChangedChunk(int i, int j);
public native void setChangedChunkContaining(int x, int y);
public native void setAllChanged();
- public native void setChanged(QRect area);
- public native void setUnchanged(QRect area);
- public native void addItemToChunk(QCanvasItem arg1, int i, int j);
- public native void removeItemFromChunk(QCanvasItem arg1, int i, int j);
- public native void addItemToChunkContaining(QCanvasItem arg1, int x, int y);
- public native void removeItemFromChunkContaining(QCanvasItem arg1, int x, int y);
+ public native void setChanged(TQRect area);
+ public native void setUnchanged(TQRect area);
+ public native void addItemToChunk(TQCanvasItem arg1, int i, int j);
+ public native void removeItemFromChunk(TQCanvasItem arg1, int i, int j);
+ public native void addItemToChunkContaining(TQCanvasItem arg1, int x, int y);
+ public native void removeItemFromChunkContaining(TQCanvasItem arg1, int x, int y);
public native ArrayList allItems();
- public native ArrayList collisions(QPoint arg1);
- public native ArrayList collisions(QRect arg1);
- public native ArrayList collisions(QPointArray pa, QCanvasItem item, boolean exact);
- public native void drawArea(QRect arg1, QPainter p, boolean double_buffer);
- public native void drawArea(QRect arg1, QPainter p);
- public native void addView(QCanvasView arg1);
- public native void removeView(QCanvasView arg1);
- public native void drawCanvasArea(QRect arg1, QPainter p, boolean double_buffer);
- public native void drawCanvasArea(QRect arg1, QPainter p);
- public native void drawCanvasArea(QRect arg1);
- public native void drawViewArea(QCanvasView view, QPainter p, QRect r, boolean dbuf);
- public native void addItem(QCanvasItem arg1);
- public native void addAnimation(QCanvasItem arg1);
- public native void removeItem(QCanvasItem arg1);
- public native void removeAnimation(QCanvasItem arg1);
+ public native ArrayList collisions(TQPoint arg1);
+ public native ArrayList collisions(TQRect arg1);
+ public native ArrayList collisions(TQPointArray pa, TQCanvasItem item, boolean exact);
+ public native void drawArea(TQRect arg1, TQPainter p, boolean double_buffer);
+ public native void drawArea(TQRect arg1, TQPainter p);
+ public native void addView(TQCanvasView arg1);
+ public native void removeView(TQCanvasView arg1);
+ public native void drawCanvasArea(TQRect arg1, TQPainter p, boolean double_buffer);
+ public native void drawCanvasArea(TQRect arg1, TQPainter p);
+ public native void drawCanvasArea(TQRect arg1);
+ public native void drawViewArea(TQCanvasView view, TQPainter p, TQRect r, boolean dbuf);
+ public native void addItem(TQCanvasItem arg1);
+ public native void addAnimation(TQCanvasItem arg1);
+ public native void removeItem(TQCanvasItem arg1);
+ public native void removeAnimation(TQCanvasItem arg1);
public native void setAdvancePeriod(int ms);
public native void setUpdatePeriod(int ms);
public native void setDoubleBuffering(boolean y);
@@ -92,8 +92,8 @@ public class QCanvas extends QObject {
public native void update();
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
- protected native void drawBackground(QPainter arg1, QRect area);
- protected native void drawForeground(QPainter arg1, QRect area);
+ protected native void drawBackground(TQPainter arg1, TQRect area);
+ protected native void drawForeground(TQPainter arg1, TQRect area);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */