QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
This is the complete list of members for QgsVectorLayer, including all inherited members.
abstract() const | QgsMapLayer | inline |
actions() | QgsVectorLayer | inline |
addAttribute(const QgsField &field) | QgsVectorLayer | |
addAttributeAlias(int attIndex, const QString &aliasString) | QgsVectorLayer | |
addAttributeEditorWidget(QgsAttributeEditorElement *data) | QgsVectorLayer | inline |
addExpressionField(const QString &exp, const QgsField &fld) | QgsVectorLayer | |
addFeature(QgsFeature &feature, bool alsoUpdateExtent=true) | QgsVectorLayer | |
addFeatures(QgsFeatureList features, bool makeSelected=true) | QgsVectorLayer | |
addJoin(const QgsVectorJoinInfo &joinInfo) | QgsVectorLayer | |
addPart(const QList< QgsPoint > &ring) | QgsVectorLayer | |
addPart(const QgsPointSequenceV2 &ring) | QgsVectorLayer | |
addPart(QgsCurveV2 *ring) | QgsVectorLayer | |
addRing(const QList< QgsPoint > &ring, QgsFeatureId *featureId=nullptr) | QgsVectorLayer | |
addRing(QgsCurveV2 *ring, QgsFeatureId *featureId=nullptr) | QgsVectorLayer | |
addTopologicalPoints(const QgsGeometry *geom) | QgsVectorLayer | |
addTopologicalPoints(const QgsPoint &p) | QgsVectorLayer | |
AddToSelection enum value | QgsVectorLayer | |
aggregate(QgsAggregateCalculator::Aggregate aggregate, const QString &fieldOrExpression, const QgsAggregateCalculator::AggregateParameters ¶meters=QgsAggregateCalculator::AggregateParameters(), QgsExpressionContext *context=nullptr, bool *ok=nullptr) | QgsVectorLayer | |
allFeatureIds() | QgsVectorLayer | |
annotationForm() const | QgsVectorLayer | inline |
appendError(const QgsErrorMessage &theMessage) | QgsMapLayer | inlineprotected |
applyNamedStyle(const QString &namedStyle, QString &errorMsg) | QgsVectorLayer | virtual |
asLayerDefinition(const QList< QgsMapLayer *> &layers, const QString &relativeBasePath=QString()) | QgsMapLayer | static |
attributeAdded(int idx) | QgsVectorLayer | signal |
attributeAlias(int attributeIndex) const | QgsVectorLayer | |
attributeAliases() const | QgsVectorLayer | |
attributeDeleted(int idx) | QgsVectorLayer | signal |
attributeDisplayName(int attributeIndex) const | QgsVectorLayer | |
attributeEditorElementFromDomElement(QDomElement &elem, QObject *parent) | QgsVectorLayer | inline |
attributeEditorElements() | QgsVectorLayer | inline |
attributeList() const | QgsVectorLayer | inline |
attributeTableConfig() const | QgsVectorLayer | |
attributeValueChanged(QgsFeatureId fid, int idx, const QVariant &value) | QgsVectorLayer | signal |
attribution() const | QgsMapLayer | inline |
attributionUrl() const | QgsMapLayer | inline |
beforeAddingExpressionField(const QString &fieldName) | QgsVectorLayer | signal |
beforeCommitChanges() | QgsVectorLayer | signal |
beforeEditingStarted() | QgsVectorLayer | signal |
beforeModifiedCheck() const | QgsVectorLayer | signal |
beforeRemovingExpressionField(int idx) | QgsVectorLayer | signal |
beforeRollBack() | QgsVectorLayer | signal |
beginEditCommand(const QString &text) | QgsVectorLayer | |
blendMode() const | QgsMapLayer | |
blendModeChanged(QPainter::CompositionMode blendMode) | QgsMapLayer | signal |
blockSignals(bool block) | QObject | |
boundingBoxOfSelected() | QgsVectorLayer | |
cache() | QgsVectorLayer | inline |
cacheImage() | QgsMapLayer | inline |
Calendar enum value | QgsVectorLayer | |
capabilitiesString() const | QgsVectorLayer | |
capitaliseLayerName(const QString &name) | QgsMapLayer | static |
changeAttributeValue(QgsFeatureId fid, int field, const QVariant &value, bool emitSignal) | QgsVectorLayer | |
changeAttributeValue(QgsFeatureId fid, int field, const QVariant &newValue, const QVariant &oldValue=QVariant()) | QgsVectorLayer | |
changeAttributeValues(QgsFeatureId fid, const QgsAttributeMap &newValues, const QgsAttributeMap &oldValues) | QgsVectorLayer | |
changeGeometry(QgsFeatureId fid, QgsGeometry *geom) | QgsVectorLayer | |
CheckBox enum value | QgsVectorLayer | |
checkConnectArgs(const char *signal, const QObject *object, const char *method) | QObject | protected |
checkJoinLayerRemove(const QString &theLayerId) | QgsVectorLayer | slot |
child(const char *objName, const char *inheritsClass, bool recursiveSearch) const | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
Classification enum value | QgsVectorLayer | |
className() const | QObject | |
clearAttributeEditorWidgets() | QgsVectorLayer | inline |
clearCacheImage() | QgsMapLayer | slot |
Color enum value | QgsVectorLayer | |
commitChanges() | QgsVectorLayer | |
commitErrors() | QgsVectorLayer | |
committedAttributesAdded(const QString &layerId, const QList< QgsField > &addedAttributes) | QgsVectorLayer | signal |
committedAttributesDeleted(const QString &layerId, const QgsAttributeList &deletedAttributes) | QgsVectorLayer | signal |
committedAttributeValuesChanges(const QString &layerId, const QgsChangedAttributesMap &changedAttributesValues) | QgsVectorLayer | signal |
committedFeaturesAdded(const QString &layerId, const QgsFeatureList &addedFeatures) | QgsVectorLayer | signal |
committedFeaturesRemoved(const QString &layerId, const QgsFeatureIds &deletedFeatureIds) | QgsVectorLayer | signal |
committedGeometriesChanges(const QString &layerId, const QgsGeometryMap &changedGeometries) | QgsVectorLayer | signal |
conditionalStyles() const | QgsVectorLayer | |
configChanged() | QgsMapLayer | signal |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
connectNotify(const char *signal) | QObject | protectedvirtual |
countSymbolFeatures(bool showProgress=true) | QgsVectorLayer | |
createJoinCaches() | QgsVectorLayer | |
createMapRenderer(QgsRenderContext &rendererContext) override | QgsVectorLayer | virtual |
Cross enum value | QgsVectorLayer | |
crs() const | QgsMapLayer | |
customEvent(QEvent *event) | QObject | protectedvirtual |
customProperty(const QString &value, const QVariant &defaultValue=QVariant()) const | QgsMapLayer | |
dataChanged() | QgsMapLayer | signal |
dataComment() const | QgsVectorLayer | |
dataProvider() | QgsVectorLayer | |
dataProvider() const | QgsVectorLayer | |
dataUrl() const | QgsMapLayer | inline |
dataUrlFormat() const | QgsMapLayer | inline |
dateFormat(int idx) | QgsVectorLayer | |
defaultValue(int index, const QgsFeature &feature=QgsFeature(), QgsExpressionContext *context=nullptr) const | QgsVectorLayer | |
defaultValueExpression(int index) const | QgsVectorLayer | |
deleteAttribute(int attr) | QgsVectorLayer | |
deleteAttributes(QList< int > attrs) | QgsVectorLayer | |
deleteFeature(QgsFeatureId fid) | QgsVectorLayer | |
deleteFeatures(const QgsFeatureIds &fids) | QgsVectorLayer | |
deleteLater() | QObject | |
deleteSelectedFeatures(int *deletedCount=nullptr) | QgsVectorLayer | |
deleteVertex(QgsFeatureId atFeatureId, int atVertex) | QgsVectorLayer | |
deleteVertexV2(QgsFeatureId featureId, int vertex) | QgsVectorLayer | |
deselect(const QgsFeatureId featureId) | QgsVectorLayer | slot |
deselect(const QgsFeatureIds &featureIds) | QgsVectorLayer | slot |
destroyed(QObject *obj) | QObject | |
destroyEditCommand() | QgsVectorLayer | |
diagramLayerSettings() const | QgsVectorLayer | inline |
diagramRenderer() const | QgsVectorLayer | inline |
diagramsEnabled() const | QgsVectorLayer | |
DialRange enum value | QgsVectorLayer | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) | QObject | |
disconnect(const QObject *receiver, const char *method) | QObject | |
disconnectNotify(const char *signal) | QObject | protectedvirtual |
displayExpression() const | QgsVectorLayer | |
displayField() const | QgsVectorLayer | |
draw(QgsRenderContext &rendererContext) override | QgsVectorLayer | virtual |
drawingProgress(int theProgress, int theTotalSteps) | QgsMapLayer | signal |
drawLabels(QgsRenderContext &rendererContext) override | QgsVectorLayer | virtual |
drawVertexMarker(double x, double y, QPainter &p, QgsVectorLayer::VertexMarkerType type, int vertexSize) | QgsVectorLayer | static |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
editBuffer() | QgsVectorLayer | inline |
editCommandDestroyed() | QgsVectorLayer | signal |
editCommandEnded() | QgsVectorLayer | signal |
editCommandStarted(const QString &text) | QgsVectorLayer | signal |
EditFailed enum value | QgsVectorLayer | |
editForm() const | QgsVectorLayer | inline |
editFormConfig() const | QgsVectorLayer | inline |
editFormInit() const | QgsVectorLayer | inline |
editingStarted() | QgsVectorLayer | signal |
editingStopped() | QgsVectorLayer | signal |
EditorLayout enum name | QgsVectorLayer | |
editorLayout() | QgsVectorLayer | inline |
EditorWidgetV2 enum value | QgsVectorLayer | |
editorWidgetV2(int fieldIdx) const | QgsVectorLayer | inline |
editorWidgetV2(const QString &fieldName) const | QgsVectorLayer | inline |
editorWidgetV2Config(int fieldIdx) const | QgsVectorLayer | inline |
editorWidgetV2Config(const QString &fieldName) const | QgsVectorLayer | inline |
EditRange enum value | QgsVectorLayer | |
EditResult enum name | QgsVectorLayer | |
editType(int idx) | QgsVectorLayer | |
EditType enum name | QgsVectorLayer | |
emitStyleChanged() | QgsMapLayer | slot |
EmptyGeometry enum value | QgsVectorLayer | |
enableLabels(bool on) | QgsVectorLayer | |
endEditCommand() | QgsVectorLayer | |
Enumeration enum value | QgsVectorLayer | |
error() const | QgsMapLayer | inlinevirtual |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
excludeAttributesWFS() const | QgsVectorLayer | inline |
excludeAttributesWMS() const | QgsVectorLayer | inline |
exportNamedStyle(QDomDocument &doc, QString &errorMsg) | QgsMapLayer | virtual |
exportSldStyle(QDomDocument &doc, QString &errorMsg) | QgsMapLayer | virtual |
expressionField(int index) | QgsVectorLayer | |
extent() override | QgsVectorLayer | virtual |
featureAdded(QgsFeatureId fid) | QgsVectorLayer | signal |
featureBlendMode() const | QgsVectorLayer | |
featureBlendModeChanged(QPainter::CompositionMode blendMode) | QgsVectorLayer | signal |
featureCount(QgsSymbolV2 *symbol) | QgsVectorLayer | |
featureCount() const | QgsVectorLayer | |
featureDeleted(QgsFeatureId fid) | QgsVectorLayer | signal |
FeatureFormSuppress enum name | QgsVectorLayer | |
featureFormSuppress() const | QgsVectorLayer | inline |
featuresDeleted(const QgsFeatureIds &fids) | QgsVectorLayer | signal |
FetchFeatureFailed enum value | QgsVectorLayer | |
fieldEditable(int idx) | QgsVectorLayer | inline |
fieldNameIndex(const QString &fieldName) const | QgsVectorLayer | |
fields() const | QgsVectorLayer | inline |
FileName enum value | QgsVectorLayer | |
findChild(const QString &name) const | QObject | |
findChildren(const QString &name) const | QObject | |
findChildren(const QRegExp ®Exp) const | QObject | |
fromLayerDefinition(QDomDocument &document, bool addToRegistry=false, bool addToLegend=false, const QString &relativeBasePath=QString()) | QgsMapLayer | static |
fromLayerDefinitionFile(const QString &qlrfile) | QgsMapLayer | static |
GeneratedLayout enum value | QgsVectorLayer | |
geometryChanged(QgsFeatureId fid, QgsGeometry &geometry) | QgsVectorLayer | signal |
geometryType() const | QgsVectorLayer | |
getDoubleValues(const QString &fieldOrExpression, bool &ok, bool selectedOnly=false, int *nullCount=nullptr) | QgsVectorLayer | |
getFeatures(const QgsFeatureRequest &request=QgsFeatureRequest()) | QgsVectorLayer | |
getStyleFromDatabase(const QString &styleId, QString &msgError) | QgsVectorLayer | virtual |
getValues(const QString &fieldOrExpression, bool &ok, bool selectedOnly=false) | QgsVectorLayer | |
GroupData typedef | QgsVectorLayer | |
hasGeometryType() const | QgsVectorLayer | |
hasLabelsEnabled() const | QgsVectorLayer | |
hasScaleBasedVisibility() const | QgsMapLayer | |
Hidden enum value | QgsVectorLayer | |
id() const | QgsMapLayer | |
Immutable enum value | QgsVectorLayer | |
importNamedStyle(QDomDocument &doc, QString &errorMsg) | QgsMapLayer | virtual |
inherits(const char *className) const | QObject | |
insertChild(QObject *object) | QObject | |
insertSegmentVerticesForSnap(const QList< QgsSnappingResult > &snapResults) | QgsVectorLayer | |
insertVertex(double x, double y, QgsFeatureId atFeatureId, int beforeVertex) | QgsVectorLayer | |
installEventFilter(QObject *filterObj) | QObject | |
IntersectSelection enum value | QgsVectorLayer | |
invalidateSymbolCountedFlag() | QgsVectorLayer | protectedslot |
InvalidLayer enum value | QgsVectorLayer | |
invalidTransformInput() | QgsMapLayer | virtualslot |
invertSelection() | QgsVectorLayer | |
invertSelectionInRectangle(QgsRectangle &rect) | QgsVectorLayer | |
isA(const char *className) const | QObject | |
isEditable() const override | QgsVectorLayer | virtual |
isInScaleRange(double scale) const | QgsMapLayer | |
isModified() const | QgsVectorLayer | virtual |
isReadOnly() const override | QgsVectorLayer | virtual |
isSpatial() const override | QgsVectorLayer | virtual |
isValid() | QgsMapLayer | |
isWidgetType() const | QObject | |
joinBuffer() | QgsVectorLayer | inline |
keywordList() const | QgsMapLayer | inline |
killTimer(int id) | QObject | |
label() | QgsVectorLayer | |
label() const | QgsVectorLayer | |
labeling() const | QgsVectorLayer | inline |
labelingFontNotFound(QgsVectorLayer *layer, const QString &fontfamily) | QgsVectorLayer | signal |
labelOnTop(int idx) | QgsVectorLayer | inline |
labelsEnabled() const | QgsVectorLayer | |
lastError() | QgsMapLayer | virtual |
lastErrorTitle() | QgsMapLayer | virtual |
layerCrsChanged() | QgsMapLayer | signal |
layerDeleted() | QgsVectorLayer | signal |
layerDependencies() const | QgsVectorLayer | virtual |
layerModified() | QgsVectorLayer | signal |
layerNameChanged() | QgsMapLayer | signal |
layerTransparency() const | QgsVectorLayer | |
layerTransparencyChanged(int layerTransparency) | QgsVectorLayer | signal |
LayerType enum name | QgsMapLayer | |
legend() const | QgsMapLayer | |
legendChanged() | QgsMapLayer | signal |
legendUrl() const | QgsMapLayer | inline |
legendUrlFormat() const | QgsMapLayer | inline |
LineEdit enum value | QgsVectorLayer | |
listStylesInDatabase(QStringList &ids, QStringList &names, QStringList &descriptions, QString &msgError) | QgsVectorLayer | virtual |
loadDefaultStyle(bool &theResultFlag) | QgsMapLayer | virtual |
loadNamedStyle(const QString &theURI, bool &theResultFlag, bool loadFromLocalDb) | QgsVectorLayer | virtual |
loadNamedStyle(const QString &theURI, bool &theResultFlag) override | QgsVectorLayer | virtual |
loadNamedStyleFromDb(const QString &db, const QString &theURI, QString &qml) | QgsMapLayer | virtual |
loadSldStyle(const QString &theURI, bool &theResultFlag) | QgsMapLayer | virtual |
mAbstract | QgsMapLayer | protected |
mAttribution | QgsMapLayer | protected |
mAttributionUrl | QgsMapLayer | protected |
maximumScale() const | QgsMapLayer | |
maximumValue(int index) | QgsVectorLayer | |
mDataSource | QgsMapLayer | protected |
mDataUrl | QgsMapLayer | protected |
mDataUrlFormat | QgsMapLayer | protected |
mError | QgsMapLayer | protected |
metadata() override | QgsVectorLayer | virtual |
metadataUrl() const | QgsMapLayer | inline |
metadataUrlFormat() const | QgsMapLayer | inline |
metadataUrlType() const | QgsMapLayer | inline |
metaObject() const | QObject | virtual |
mExtent | QgsMapLayer | protected |
minimumScale() const | QgsMapLayer | |
minimumValue(int index) | QgsVectorLayer | |
mKeywordList | QgsMapLayer | protected |
mLayerName | QgsMapLayer | protected |
mLayerOrigName | QgsMapLayer | protected |
mLegendUrl | QgsMapLayer | protected |
mLegendUrlFormat | QgsMapLayer | protected |
mMetadataUrl | QgsMapLayer | protected |
mMetadataUrlFormat | QgsMapLayer | protected |
mMetadataUrlType | QgsMapLayer | protected |
modifySelection(QgsFeatureIds selectIds, QgsFeatureIds deselectIds) | QgsVectorLayer | |
moveToThread(QThread *targetThread) | QObject | |
moveVertex(double x, double y, QgsFeatureId atFeatureId, int atVertex) | QgsVectorLayer | |
moveVertex(const QgsPointV2 &p, QgsFeatureId atFeatureId, int atVertex) | QgsVectorLayer | |
mShortName | QgsMapLayer | protected |
mTitle | QgsMapLayer | protected |
mValid | QgsMapLayer | protected |
name | QgsMapLayer | |
name() const | QgsMapLayer | |
QObject::name(const char *defaultName) const | QObject | |
nameChanged() | QgsMapLayer | signal |
NoMarker enum value | QgsVectorLayer | |
normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
objectName | QObject | |
objectName() const | QObject | |
onCacheImageDelete() | QgsMapLayer | inlinevirtual |
originalName() const | QgsMapLayer | inline |
parent() const | QObject | |
pendingAllAttributesList() const | QgsVectorLayer | inline |
pendingFeatureCount() const | QgsVectorLayer | inline |
pendingFields() const | QgsVectorLayer | inline |
pendingPkAttributesList() const | QgsVectorLayer | inline |
Photo enum value | QgsVectorLayer | |
pkAttributeList() const | QgsVectorLayer | |
PluginLayer enum value | QgsMapLayer | |
property(const char *name) const | QObject | |
providerType() const | QgsVectorLayer | |
publicSource() const | QgsMapLayer | |
QgsMapLayer(QgsMapLayer::LayerType type=VectorLayer, const QString &lyrname=QString::null, const QString &source=QString::null) | QgsMapLayer | |
QgsVectorLayer(const QString &path=QString::null, const QString &baseName=QString::null, const QString &providerLib=QString::null, bool loadDefaultStyleFlag=true) | QgsVectorLayer | |
QgsVectorLayerEditBuffer class | QgsVectorLayer | friend |
QgsVectorLayerFeatureSource class | QgsVectorLayer | friend |
QObject(QObject *parent) | QObject | |
QObject(QObject *parent, const char *name) | QObject | |
raiseError(const QString &msg) | QgsVectorLayer | signal |
range(int idx) | QgsVectorLayer | |
RasterLayer enum value | QgsMapLayer | |
readCustomProperties(const QDomNode &layerNode, const QString &keyStartsWith="") | QgsMapLayer | protected |
readCustomSymbology(const QDomElement &element, QString &errorMessage) | QgsVectorLayer | signal |
readLayerXML(const QDomElement &layerElement, const QString &relativeBasePath=QString()) | QgsMapLayer | |
readOnly() const | QgsMapLayer | inline |
readSld(const QDomNode &node, QString &errorMessage) override | QgsVectorLayer | virtual |
readStyle(const QDomNode &node, QString &errorMessage) override | QgsVectorLayer | virtual |
readStyleManager(const QDomNode &layerNode) | QgsMapLayer | protected |
readSymbology(const QDomNode &node, QString &errorMessage) override | QgsVectorLayer | virtual |
readXml(const QDomNode &layer_node) override | QgsVectorLayer | virtual |
recalculateExtents() | QgsMapLayer | signal |
receivers(const char *signal) const | QObject | protected |
referencingRelations(int idx) | QgsVectorLayer | |
reload() override | QgsVectorLayer | virtual |
remAttributeAlias(int attIndex) | QgsVectorLayer | |
removeChild(QObject *object) | QObject | |
removeCustomProperty(const QString &key) | QgsMapLayer | |
removeEventFilter(QObject *obj) | QObject | |
removeExpressionField(int index) | QgsVectorLayer | |
RemoveFromSelection enum value | QgsVectorLayer | |
removeJoin(const QString &joinLayerId) | QgsVectorLayer | |
removePolygonIntersections(QgsGeometry *geom, const QgsFeatureIds &ignoreFeatures=QgsFeatureIds()) | QgsVectorLayer | |
removeSelection() | QgsVectorLayer | slot |
renameAttribute(int attIndex, const QString &newName) | QgsVectorLayer | |
rendererChanged() | QgsMapLayer | signal |
rendererV2() | QgsVectorLayer | inline |
rendererV2() const | QgsVectorLayer | inline |
repaintRequested() | QgsMapLayer | signal |
rollBack(bool deleteBuffer=true) | QgsVectorLayer | |
saveDefaultStyle(bool &theResultFlag) | QgsMapLayer | virtual |
saveLayerToProject() | QgsVectorLayer | signal |
saveNamedStyle(const QString &theURI, bool &theResultFlag) | QgsMapLayer | virtual |
saveSldStyle(const QString &theURI, bool &theResultFlag) | QgsMapLayer | virtual |
saveStyleToDatabase(const QString &name, const QString &description, bool useAsDefault, const QString &uiFileContent, QString &msgError) | QgsVectorLayer | virtual |
screenUpdateRequested() | QgsMapLayer | signal |
select(QgsRectangle &rect, bool addToSelection) | QgsVectorLayer | |
select(QgsFeatureId featureId) | QgsVectorLayer | slot |
select(const QgsFeatureIds &featureIds) | QgsVectorLayer | slot |
selectAll() | QgsVectorLayer | |
SelectBehaviour enum name | QgsVectorLayer | |
selectByExpression(const QString &expression, SelectBehaviour behaviour=SetSelection) | QgsVectorLayer | |
selectByIds(const QgsFeatureIds &ids, SelectBehaviour behaviour=SetSelection) | QgsVectorLayer | |
selectByRect(QgsRectangle &rect, SelectBehaviour behaviour=SetSelection) | QgsVectorLayer | |
selectedFeatureCount() | QgsVectorLayer | |
selectedFeatures() | QgsVectorLayer | |
selectedFeaturesIds() const | QgsVectorLayer | |
selectedFeaturesIterator(QgsFeatureRequest request=QgsFeatureRequest()) | QgsVectorLayer | |
selectionChanged(const QgsFeatureIds &selected, const QgsFeatureIds &deselected, const bool clearAndSelect) | QgsVectorLayer | signal |
selectionChanged() | QgsVectorLayer | signal |
SemiTransparentCircle enum value | QgsVectorLayer | |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setAbstract(const QString &abstract) | QgsMapLayer | inline |
setAnnotationForm(const QString &ui) | QgsVectorLayer | |
setAttributeTableConfig(const QgsAttributeTableConfig &attributeTableConfig) | QgsVectorLayer | |
setAttribution(const QString &attrib) | QgsMapLayer | inline |
setAttributionUrl(const QString &attribUrl) | QgsMapLayer | inline |
setBlendMode(QPainter::CompositionMode blendMode) | QgsMapLayer | |
setCacheImage(QImage *) | QgsMapLayer | |
setCheckedState(int idx, const QString &checked, const QString ¬Checked) | QgsVectorLayer | |
setCoordinateSystem() | QgsVectorLayer | |
setCrs(const QgsCoordinateReferenceSystem &srs, bool emitSignal=true) | QgsMapLayer | |
setCustomProperty(const QString &key, const QVariant &value) | QgsMapLayer | |
setDataSource(const QString &dataSource, const QString &baseName, const QString &provider, bool loadDefaultStyleFlag=false) | QgsVectorLayer | |
setDataUrl(const QString &dataUrl) | QgsMapLayer | inline |
setDataUrlFormat(const QString &dataUrlFormat) | QgsMapLayer | inline |
setDefaultValueExpression(int index, const QString &expression) | QgsVectorLayer | |
setDiagramLayerSettings(const QgsDiagramLayerSettings &s) | QgsVectorLayer | |
setDiagramRenderer(QgsDiagramRendererV2 *r) | QgsVectorLayer | |
setDisplayExpression(const QString &displayExpression) | QgsVectorLayer | |
setDisplayField(const QString &fldName="") | QgsVectorLayer | |
setEditForm(const QString &ui) | QgsVectorLayer | inline |
setEditFormInit(const QString &function) | QgsVectorLayer | inline |
setEditorLayout(EditorLayout editorLayout) | QgsVectorLayer | inline |
setEditorWidgetV2(int attrIdx, const QString &widgetType) | QgsVectorLayer | inline |
setEditorWidgetV2Config(int attrIdx, const QgsEditorWidgetConfig &config) | QgsVectorLayer | inline |
setEditType(int idx, EditType edit) | QgsVectorLayer | |
setError(const QgsError &theError) | QgsMapLayer | inlineprotected |
setExcludeAttributesWFS(const QSet< QString > &att) | QgsVectorLayer | inline |
setExcludeAttributesWMS(const QSet< QString > &att) | QgsVectorLayer | inline |
setExtent(const QgsRectangle &rect) override | QgsVectorLayer | protectedvirtual |
setFeatureBlendMode(QPainter::CompositionMode blendMode) | QgsVectorLayer | |
setFeatureFormSuppress(QgsVectorLayer::FeatureFormSuppress s) | QgsVectorLayer | inline |
setFieldEditable(int idx, bool editable) | QgsVectorLayer | inline |
setKeywordList(const QString &keywords) | QgsMapLayer | inline |
setLabeling(QgsAbstractVectorLayerLabeling *labeling) | QgsVectorLayer | |
setLabelOnTop(int idx, bool onTop) | QgsVectorLayer | inline |
setLayerName(const QString &name) | QgsMapLayer | |
setLayerOrder(const QStringList &layers) | QgsMapLayer | virtual |
setLayerTransparency(int layerTransparency) | QgsVectorLayer | |
setLegend(QgsMapLayerLegend *legend) | QgsMapLayer | |
setLegendUrl(const QString &legendUrl) | QgsMapLayer | inline |
setLegendUrlFormat(const QString &legendUrlFormat) | QgsMapLayer | inline |
setMaximumScale(double theMaxScale) | QgsMapLayer | slot |
setMetadataUrl(const QString &metaUrl) | QgsMapLayer | inline |
setMetadataUrlFormat(const QString &metaUrlFormat) | QgsMapLayer | inline |
setMetadataUrlType(const QString &metaUrlType) | QgsMapLayer | inline |
setMinimumScale(double theMinScale) | QgsMapLayer | slot |
setName(const QString &name) | QgsMapLayer | |
QObject::setName(const char *name) | QObject | |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setProviderEncoding(const QString &encoding) | QgsVectorLayer | |
setReadOnly(bool readonly=true) | QgsVectorLayer | |
setRendererV2(QgsFeatureRendererV2 *r) | QgsVectorLayer | |
setScaleBasedVisibility(const bool enabled) | QgsMapLayer | slot |
setSelectedFeatures(const QgsFeatureIds &ids) | QgsVectorLayer | |
SetSelection enum value | QgsVectorLayer | |
setShortName(const QString &shortName) | QgsMapLayer | inline |
setSimplifyMethod(const QgsVectorSimplifyMethod &simplifyMethod) | QgsVectorLayer | inline |
setSubLayerVisibility(const QString &name, bool vis) | QgsMapLayer | virtual |
setSubsetString(const QString &subset) | QgsVectorLayer | virtual |
setTitle(const QString &title) | QgsMapLayer | inline |
setValid(bool valid) | QgsMapLayer | protected |
shortName() const | QgsMapLayer | inline |
signalsBlocked() const | QObject | |
simplifyDrawingCanbeApplied(const QgsRenderContext &renderContext, QgsVectorSimplifyMethod::SimplifyHint simplifyHint) const | QgsVectorLayer | |
simplifyMethod() const | QgsVectorLayer | inline |
SliderRange enum value | QgsVectorLayer | |
snapPoint(QgsPoint &point, double tolerance) | QgsVectorLayer | |
snapWithContext(const QgsPoint &startPoint, double snappingTolerance, QMultiMap< double, QgsSnappingResult > &snappingResults, QgsSnapper::SnappingType snap_to) | QgsVectorLayer | |
source() const | QgsMapLayer | |
splitFeatures(const QList< QgsPoint > &splitLine, bool topologicalEditing=false) | QgsVectorLayer | |
splitParts(const QList< QgsPoint > &splitLine, bool topologicalEditing=false) | QgsVectorLayer | |
startEditing() | QgsVectorLayer | slot |
startTimer(int interval) | QObject | |
statusChanged(const QString &theStatus) | QgsMapLayer | signal |
storageType() const | QgsVectorLayer | |
styleChanged() | QgsMapLayer | signal |
styleManager() const | QgsMapLayer | |
styleURI() | QgsMapLayer | virtual |
subLayers() const | QgsMapLayer | virtual |
subsetString() | QgsVectorLayer | virtual |
Success enum value | QgsVectorLayer | |
SuppressDefault enum value | QgsVectorLayer | |
SuppressOff enum value | QgsVectorLayer | |
SuppressOn enum value | QgsVectorLayer | |
TabData typedef | QgsVectorLayer | |
TabLayout enum value | QgsVectorLayer | |
TextEdit enum value | QgsVectorLayer | |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
timestamp() const | QgsMapLayer | inlinevirtualslot |
title() const | QgsMapLayer | inline |
toggleScaleBasedVisibility(bool theVisibilityFlag) | QgsMapLayer | slot |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
translateFeature(QgsFeatureId featureId, double dx, double dy) | QgsVectorLayer | |
triggerRepaint() | QgsMapLayer | slot |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
type() const | QgsMapLayer | |
UiFileLayout enum value | QgsVectorLayer | |
undoStack() | QgsMapLayer | |
undoStackStyles() | QgsMapLayer | |
UniqueValues enum value | QgsVectorLayer | |
uniqueValues(int index, QList< QVariant > &uniqueValues, int limit=-1) | QgsVectorLayer | |
UniqueValuesEditable enum value | QgsVectorLayer | |
updatedFields() | QgsVectorLayer | signal |
updateExpressionField(int index, const QString &exp) | QgsVectorLayer | |
updateExtents() | QgsVectorLayer | virtualslot |
updateFeature(QgsFeature &f) | QgsVectorLayer | |
updateFields() | QgsVectorLayer | |
UuidGenerator enum value | QgsVectorLayer | |
ValueMap enum value | QgsVectorLayer | |
valueMap(int idx) | QgsVectorLayer | |
ValueRelation enum value | QgsVectorLayer | |
valueRelation(int idx) | QgsVectorLayer | |
vectorJoins() const | QgsVectorLayer | |
VectorLayer enum value | QgsMapLayer | |
VertexMarkerType enum name | QgsVectorLayer | |
WebView enum value | QgsVectorLayer | |
widgetSize(int idx) | QgsVectorLayer | |
wkbType() const | QgsVectorLayer | |
writeCustomProperties(QDomNode &layerNode, QDomDocument &doc) const | QgsMapLayer | protected |
writeCustomSymbology(QDomElement &element, QDomDocument &doc, QString &errorMessage) const | QgsVectorLayer | signal |
writeLayerXML(QDomElement &layerElement, QDomDocument &document, const QString &relativeBasePath=QString()) | QgsMapLayer | |
writeSld(QDomNode &node, QDomDocument &doc, QString &errorMessage) const | QgsVectorLayer | |
writeSld(QDomNode &node, QDomDocument &doc, QString &errorMessage, const QgsStringMap &props) const | QgsVectorLayer | |
writeStyle(QDomNode &node, QDomDocument &doc, QString &errorMessage) const override | QgsVectorLayer | virtual |
writeStyleManager(QDomNode &layerNode, QDomDocument &doc) const | QgsMapLayer | protected |
writeSymbology(QDomNode &node, QDomDocument &doc, QString &errorMessage) const override | QgsVectorLayer | virtual |
writeXml(QDomNode &layer_node, QDomDocument &doc) override | QgsVectorLayer | virtual |
~QgsMapLayer() | QgsMapLayer | virtual |
~QgsVectorLayer() | QgsVectorLayer | virtual |
~QObject() | QObject | virtual |