attributeValueChanged(QgsFeatureId fid, int idx, const QVariant &value) | QgsAttributeTableModel | protectedvirtualslot |
columnCount(const QModelIndex &parent=QModelIndex()) const | QgsAttributeTableModel | |
data(const QModelIndex &index, int role) const | QgsAttributeTableModel | virtual |
editorContext() const | QgsAttributeTableModel | inline |
executeAction(int action, const QModelIndex &idx) const | QgsAttributeTableModel | |
executeMapLayerAction(QgsMapLayerAction *action, const QModelIndex &idx) const | QgsAttributeTableModel | |
feature(const QModelIndex &idx) const | QgsAttributeTableModel | |
featureAdded(QgsFeatureId fid) | QgsAttributeTableModel | protectedvirtualslot |
featureDeleted(QgsFeatureId fid) | QgsAttributeTableModel | protectedvirtualslot |
FeatureIdRole enum value | QgsAttributeTableModel | |
fieldCol(int idx) const | QgsAttributeTableModel | |
fieldIdx(int col) const | QgsAttributeTableModel | |
FieldIndexRole enum value | QgsAttributeTableModel | |
finished() | QgsAttributeTableModel | signal |
flags(const QModelIndex &index) const | QgsAttributeTableModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const | QgsAttributeTableModel | |
idToIndex(QgsFeatureId id) const | QgsAttributeTableModel | |
idToIndexList(QgsFeatureId id) const | QgsAttributeTableModel | |
idToRow(QgsFeatureId id) const | QgsAttributeTableModel | |
layer() const | QgsAttributeTableModel | inline |
layerCache() const | QgsAttributeTableModel | inline |
layerDeleted() | QgsAttributeTableModel | protectedvirtualslot |
loadAttributes() | QgsAttributeTableModel | protectedvirtual |
loadLayer() | QgsAttributeTableModel | virtual |
mAttributes | QgsAttributeTableModel | protected |
mAttributeWidgetCaches | QgsAttributeTableModel | protected |
mFeat | QgsAttributeTableModel | mutableprotected |
mFieldCount | QgsAttributeTableModel | protected |
mIdRowMap | QgsAttributeTableModel | protected |
mLayerCache | QgsAttributeTableModel | protected |
modelChanged() | QgsAttributeTableModel | signal |
mRowIdMap | QgsAttributeTableModel | protected |
mWidgetConfigs | QgsAttributeTableModel | protected |
mWidgetFactories | QgsAttributeTableModel | protected |
prefetchColumnData(int column) | QgsAttributeTableModel | |
progress(int i, bool &cancel) | QgsAttributeTableModel | signal |
QgsAttributeTableModel(QgsVectorLayerCache *layerCache, QObject *parent=0) | QgsAttributeTableModel | |
reload(const QModelIndex &index1, const QModelIndex &index2) | QgsAttributeTableModel | |
removeRows(int row, int count, const QModelIndex &parent=QModelIndex()) | QgsAttributeTableModel | |
resetModel() | QgsAttributeTableModel | |
Role enum name | QgsAttributeTableModel | |
rowCount(const QModelIndex &parent=QModelIndex()) const | QgsAttributeTableModel | virtual |
rowToId(int row) const | QgsAttributeTableModel | |
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) | QgsAttributeTableModel | virtual |
setEditorContext(const QgsAttributeEditorContext &context) | QgsAttributeTableModel | inline |
setRequest(const QgsFeatureRequest &request) | QgsAttributeTableModel | |
SortRole enum value | QgsAttributeTableModel | |
swapRows(QgsFeatureId a, QgsFeatureId b) | QgsAttributeTableModel | |