, including all inherited members.
calculate(int startRow=0, int endRow=-1, int startCol=0, int endCol=-1) | MatrixModel | |
canResize(int rows, int cols) | MatrixModel | |
cell(int row, int col) | MatrixModel | |
clear(int startRow=0, int endRow=-1, int startCol=0, int endCol=-1) | MatrixModel | |
columnCount(const QModelIndex &parent=QModelIndex()) const | MatrixModel | |
d_cols | MatrixModel | [private] |
d_data | MatrixModel | [private] |
d_data_block_size | MatrixModel | [private] |
d_direct_matrix | MatrixModel | [private] |
d_inv_matrix | MatrixModel | [private] |
d_inv_perm | MatrixModel | [private] |
d_locale | MatrixModel | [private] |
d_matrix | MatrixModel | [private] |
d_num_precision | MatrixModel | [private] |
d_rows | MatrixModel | [private] |
d_txt_format | MatrixModel | [private] |
data(int row, int col) const | MatrixModel | |
data(const QModelIndex &index, int role=Qt::DisplayRole) const | MatrixModel | |
dataCopy(int startRow=0, int endRow=-1, int startCol=0, int endCol=-1) | MatrixModel | |
dataVector() | MatrixModel | [inline] |
fft(bool inverse) | MatrixModel | |
flags(const QModelIndex &index) const | MatrixModel | |
flipHorizontally() | MatrixModel | |
flipVertically() | MatrixModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const | MatrixModel | |
importASCII(const QString &fname, const QString &sep, int ignoredLines, bool stripSpaces, bool simplifySpaces, const QString &commentString, int importAs, const QLocale &locale, int endLineChar=0, int maxRows=-1) | MatrixModel | |
init() | MatrixModel | [private] |
initWorkspace() | MatrixModel | |
insertColumns(int column, int count, const QModelIndex &parent=QModelIndex()) | MatrixModel | |
insertRows(int row, int count, const QModelIndex &parent=QModelIndex()) | MatrixModel | |
invert() | MatrixModel | |
matrix() | MatrixModel | [inline] |
MatrixModel(int rows=32, int cols=32, QObject *parent=0) | MatrixModel | |
MatrixModel(const QImage &image, QObject *parent) | MatrixModel | |
muParserCalculate(int startRow=0, int endRow=-1, int startCol=0, int endCol=-1) | MatrixModel | |
pasteData(double *clipboardBuffer, int topRow, int leftCol, int rows, int cols) | MatrixModel | |
removeColumns(int column, int count, const QModelIndex &parent=QModelIndex()) | MatrixModel | |
removeRows(int row, int count, const QModelIndex &parent=QModelIndex()) | MatrixModel | |
renderImage() | MatrixModel | |
resample(int rows, int cols, int method=0) | MatrixModel | |
rotate90(bool clockwise) | MatrixModel | |
rowCount(const QModelIndex &parent=QModelIndex()) const | MatrixModel | |
setCell(int row, int col, double val) | MatrixModel | |
setColumnCount(int cols) | MatrixModel | |
setData(const QModelIndex &index, const QVariant &value, int role) | MatrixModel | |
setDimensions(int rows, int cols) | MatrixModel | |
setImage(const QImage &image) | MatrixModel | |
setLocale(const QLocale &locale) | MatrixModel | [inline] |
setNumericFormat(char f, int prec) | MatrixModel | |
setRowCount(int rows) | MatrixModel | |
setText(int row, int col, const QString &) | MatrixModel | |
text(int row, int col) | MatrixModel | |
transpose() | MatrixModel | |
x(int col) const | MatrixModel | |
y(int row) const | MatrixModel | |
~MatrixModel() | MatrixModel | [inline] |