Gui::VectorTableModel Member List

This is the complete list of members for Gui::VectorTableModel, including all inherited members.

columnCount(const QModelIndex &parent=QModelIndex()) constGui::VectorTableModelvirtual
data(const QModelIndex &index, int role=Qt::DisplayRole) constGui::VectorTableModelvirtual
flags(const QModelIndex &index) constGui::VectorTableModel
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) constGui::VectorTableModel
insertRows(int row, int count, const QModelIndex &parent=QModelIndex())Gui::VectorTableModelvirtual
parent(const QModelIndex &index) constGui::VectorTableModelvirtual
removeRows(int row, int count, const QModelIndex &parent=QModelIndex())Gui::VectorTableModelvirtual
rowCount(const QModelIndex &parent=QModelIndex()) constGui::VectorTableModelvirtual
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)Gui::VectorTableModel
setValues(const QList< Base::Vector3d > &d)Gui::VectorTableModel
values() constGui::VectorTableModel
VectorTableModel(int decimals, QObject *parent=nullptr)Gui::VectorTableModel