You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/qtjava/javalib/org/kde/qt/QGridView.java

30 lines
1.1 KiB
Java

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
import org.kde.qt.Qt;
public class QGridView extends QScrollView {
protected QGridView(Class dummy){super((Class) null);}
public native QMetaObject 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 QRect cellRect();
public native QRect cellGeometry(int row, int column);
public native QSize 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);
}