org.kde.qt
public class QGridView extends QScrollView
Constructor Summary | |
---|---|
protected | QGridView(Class dummy) |
Method Summary | |
---|---|
QRect | cellGeometry(int row, int column) |
int | cellHeight() |
QRect | cellRect() |
int | cellWidth() |
String | className() |
int | columnAt(int x) |
void | ensureCellVisible(int row, int column) |
QSize | gridSize() |
QMetaObject | metaObject() |
int | numCols() |
int | numRows() |
void | repaintCell(int row, int column, boolean erase) |
void | repaintCell(int row, int column) |
int | rowAt(int y) |
void | setCellHeight(int arg1) |
void | setCellWidth(int arg1) |
void | setNumCols(int arg1) |
void | setNumRows(int arg1) |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
void | updateCell(int row, int column) |