SciDAVis  1.D4
MatrixModel Member List

This is the complete list of members for MatrixModel, including all inherited members.

columnCount(const QModelIndex &parent=QModelIndex()) const MatrixModel
d_matrixMatrixModelprivate
data(const QModelIndex &index, int role) const MatrixModel
flags(const QModelIndex &index) const MatrixModel
handleColumnsAboutToBeInserted(int before, int count)MatrixModelprivateslot
handleColumnsAboutToBeRemoved(int first, int count)MatrixModelprivateslot
handleColumnsInserted(int first, int count)MatrixModelprivateslot
handleColumnsRemoved(int first, int count)MatrixModelprivateslot
handleCoordinatesChanged()MatrixModelprivateslot
handleDataChanged(int top, int left, int bottom, int right)MatrixModelprivateslot
handleFormatChanged()MatrixModelprivateslot
handleRowsAboutToBeInserted(int before, int count)MatrixModelprivateslot
handleRowsAboutToBeRemoved(int first, int count)MatrixModelprivateslot
handleRowsInserted(int first, int count)MatrixModelprivateslot
handleRowsRemoved(int first, int count)MatrixModelprivateslot
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const MatrixModel
index(int row, int column, const QModelIndex &parent=QModelIndex()) const MatrixModel
MatrixModel(future::Matrix *matrix)MatrixModelexplicit
parent(const QModelIndex &child) const MatrixModel
rowCount(const QModelIndex &parent=QModelIndex()) const MatrixModel
setData(const QModelIndex &index, const QVariant &value, int role)MatrixModel
~MatrixModel()MatrixModel