org.kde.qt

Class QGridView

public class QGridView extends QScrollView

Constructor Summary
protected QGridView(Class dummy)
Method Summary
QRectcellGeometry(int row, int column)
intcellHeight()
QRectcellRect()
intcellWidth()
StringclassName()
intcolumnAt(int x)
voidensureCellVisible(int row, int column)
QSizegridSize()
QMetaObjectmetaObject()
intnumCols()
intnumRows()
voidrepaintCell(int row, int column, boolean erase)
voidrepaintCell(int row, int column)
introwAt(int y)
voidsetCellHeight(int arg1)
voidsetCellWidth(int arg1)
voidsetNumCols(int arg1)
voidsetNumRows(int arg1)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
voidupdateCell(int row, int column)

Constructor Detail

QGridView

protected QGridView(Class dummy)

Method Detail

cellGeometry

public QRect cellGeometry(int row, int column)

cellHeight

public int cellHeight()

cellRect

public QRect cellRect()

cellWidth

public int cellWidth()

className

public String className()

columnAt

public int columnAt(int x)

ensureCellVisible

public void ensureCellVisible(int row, int column)

gridSize

public QSize gridSize()

metaObject

public QMetaObject metaObject()

numCols

public int numCols()

numRows

public int numRows()

repaintCell

public void repaintCell(int row, int column, boolean erase)

repaintCell

public void repaintCell(int row, int column)

rowAt

public int rowAt(int y)

setCellHeight

public void setCellHeight(int arg1)

setCellWidth

public void setCellWidth(int arg1)

setNumCols

public void setNumCols(int arg1)

setNumRows

public void setNumRows(int arg1)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

updateCell

public void updateCell(int row, int column)