diff options
Diffstat (limited to 'qtjava/javalib/org/trinitydesktop/qt/TQGridView.java')
-rw-r--r-- | qtjava/javalib/org/trinitydesktop/qt/TQGridView.java | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/qtjava/javalib/org/trinitydesktop/qt/TQGridView.java b/qtjava/javalib/org/trinitydesktop/qt/TQGridView.java new file mode 100644 index 00000000..1233cc38 --- /dev/null +++ b/qtjava/javalib/org/trinitydesktop/qt/TQGridView.java @@ -0,0 +1,29 @@ +//Auto-generated by kalyptus. DO NOT EDIT. +package org.trinitydesktop.qt; + +import org.trinitydesktop.qt.Qt; + +public class TQGridView extends TQScrollView { + protected TQGridView(Class dummy){super((Class) null);} + public native TQMetaObject metaObject(); + public native String className(); + public native int numRows(); + public native void setNumRows(int arg1); + public native int numCols(); + public native void setNumCols(int arg1); + public native int cellWidth(); + public native void setCellWidth(int arg1); + public native int cellHeight(); + public native void setCellHeight(int arg1); + public native TQRect cellRect(); + public native TQRect cellGeometry(int row, int column); + public native TQSize gridSize(); + public native int rowAt(int y); + public native int columnAt(int x); + public native void repaintCell(int row, int column, boolean erase); + public native void repaintCell(int row, int column); + public native void updateCell(int row, int column); + public native void ensureCellVisible(int row, int column); + public static native String tr(String arg1, String arg2); + public static native String tr(String arg1); +} |