Quark  0.1
Matrix< T > Member List

This is the complete list of members for Matrix< T >, including all inherited members.

columns() constMatrix< T >
deleteColumns(int columnIndex, int columnCount)Matrix< T >
deleteRows(int rowIndex, int rowCount)Matrix< T >
findEmptyRegion(int width, int height) constMatrix< T >
getItemAt(int row, int column) constMatrix< T >
insertColumns(int columnIndex, int columnCount)Matrix< T >
insertRows(int rowIndex, int rowCount)Matrix< T >
isEmpty() constMatrix< T >inline
isEmptyValue(const T &value) constMatrix< T >protectedvirtual
isRegionEmpty(int row, int column, int width, int height) constMatrix< T >
Matrix(int width=0, int height=0)Matrix< T >
read(QDataStream &stream)Matrix< T >
rows() constMatrix< T >
setItemAt(int row, int column, T item)Matrix< T >
write(QDataStream &stream) constMatrix< T >
~Matrix()Matrix< T >