2016-06-03 10:16:00 +02:00
# -*- coding: utf-8 -*-
"""
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
acceptable_missing_doc . py
- - - - - - - - - - - - - - - - - - - - -
Date : March 2016
Copyright : ( C ) 2016 by Stéphane Brunner
Email : stephane dot brunner at camptocamp dot com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* This program is free software ; you can redistribute it and / or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation ; either version 2 of the License , or *
* ( at your option ) any later version . *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
"""
__author__ = ' Stéphane Brunner '
__date__ = ' March 2016 '
__copyright__ = ' (C) 2016, Stéphane Brunner '
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = ' $Format: % H$ '
2016-03-18 09:32:08 +01:00
# -*- coding: utf-8 -*-
"""
2016-06-03 10:16:00 +02:00
The list of acceptable documentation missing
2016-03-18 09:32:08 +01:00
"""
__author__ = ' Stéphane Brunner '
__date__ = ' 18/03/2016 '
__copyright__ = ' Copyright 2016, The QGIS Project '
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = ' $Format: % H$ '
ACCEPTABLE_MISSING_DOCS = {
2017-08-06 23:57:14 +02:00
" QgsNineCellFilter " : [ " zFactor() const " , " setZFactor(double factor) " , " setCellSizeX(double size) " , " setInputNodataValue(double value) " , " cellSizeX() const " , " cellSizeY() const " , " inputNodataValue() const " , " outputNodataValue() const " , " setCellSizeY(double size) " , " setOutputNodataValue(double value) " ] ,
" QgsVectorRandomColorRamp " : [ " setValMin(int val) " , " setCount(int val) " , " hueMin() const " , " valMax() const " , " setSatMin(int val) " , " setValMax(int val) " , " valMin() const " , " hueMax() const " , " QgsVectorRandomColorRamp(int count=DEFAULT_RANDOM_COUNT, int hueMin=DEFAULT_RANDOM_HUE_MIN, int hueMax=DEFAULT_RANDOM_HUE_MAX, int satMin=DEFAULT_RANDOM_SAT_MIN, int satMax=DEFAULT_RANDOM_SAT_MAX, int valMin=DEFAULT_RANDOM_VAL_MIN, int valMax=DEFAULT_RANDOM_VAL_MAX) " , " satMax() const " , " satMin() const " , " updateColors() " , " setHueMax(int val) " , " create(const QgsStringMap &properties=QgsStringMap()) " , " setSatMax(int val) " , " setHueMin(int val) " ] ,
" QgsGPSConnectionRegistry " : [ " instance() " , " connectionList() const " ] ,
" QgsOSMDownload " : [ " setServiceUrl(const QString &serviceUrl) " , " serviceUrl() const " , " setOutputFileName(const QString &outputFileName) " , " outputFileName() const " , " errorString() const " , " setQuery(const QString &query) " , " query() const " , " hasError() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsExpression::WhenThen " : [ " WhenThen(Node *whenExp, Node *thenExp) " ] ,
2017-08-06 23:57:14 +02:00
" QgsValueRelationSearchWidgetWrapper " : [ " valueChanged() " , " None " , " QgsValueRelationSearchWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=0) " , " value() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsMapLayerRenderer " : [ " QgsMapLayerRenderer(const QString &layerID) " ] ,
2017-05-07 20:58:28 +10:00
" QgsSvgSelectorDialog " : [ " QgsSvgSelectorDialog(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, const QDialogButtonBox::StandardButtons &buttons=QDialogButtonBox::Close|QDialogButtonBox::Ok, Qt::Orientation orientation=Qt::Horizontal) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterBlock " : [ " typeSize(int dataType) " , " dataTypeSize() const " , " applyNoDataValues(const QgsRasterRangeList &rangeList) " , " toString() const " ] ,
2016-08-06 11:01:42 +02:00
" QgsVectorRandomColorRampDialog " : [ " setSat1(int val) " , " QgsVectorRandomColorRampDialog(QgsVectorRandomColorRamp *ramp, QWidget *parent=nullptr) " , " setVal1(int val) " , " setCount(int val) " , " setSat2(int val) " , " setVal2(int val) " , " setHue2(int val) " , " setHue1(int val) " , " updatePreview() " ] ,
2016-03-18 09:32:08 +01:00
" QgsAbstractFeatureSource " : [ " iteratorOpened(QgsAbstractFeatureIterator *it) " , " iteratorClosed(QgsAbstractFeatureIterator *it) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRuleBasedRendererModel " : [ " removeRule(const QModelIndex &index) " , " ruleForIndex(const QModelIndex &index) const " , " updateRule(const QModelIndex &parent, int row) " , " finishedAddingRules() " , " insertRule(const QModelIndex &parent, int before, QgsRuleBasedRenderer::Rule *newrule) " , " QgsRuleBasedRendererModel(QgsRuleBasedRenderer *r) " , " updateRule(const QModelIndex &index) " , " willAddRules(const QModelIndex &parent, int count) " , " clearFeatureCounts() " ] ,
2016-03-18 09:32:08 +01:00
" QgsPointSample " : [ " QgsPointSample(QgsVectorLayer *inputLayer, const QString &outputLayer, const QString &nPointsAttribute, const QString &minDistAttribute=QString()) " ] ,
2017-08-06 23:57:14 +02:00
" pal::LabelPosition " : [ " getNextPart() const " , " getQuadrant() const " , " polygonObstacleCallback(pal::FeaturePart *obstacle, void *ctx) " , " countOverlapCallback(LabelPosition *lp, void *ctx) " , " countFullOverlapCallback(LabelPosition *lp, void *ctx) " , " getProblemFeatureId() const " , " isInConflictMultiPart(LabelPosition *lp) " , " getPartId() const " , " isInConflictSinglePart(LabelPosition *lp) " , " insertIntoIndex(RTree< LabelPosition *, double, 2, double > *index) " , " getWidth() const " , " getNumOverlaps() const " , " setPartId(int id) " , " getReversed() const " , " resetNumOverlaps() " , " removeFromIndex(RTree< LabelPosition *, double, 2, double > *index) " , " getUpsideDown() const " , " getHeight() const " , " removeOverlapCallback(LabelPosition *lp, void *ctx) " , " setNextPart(LabelPosition *next) " ] ,
2016-08-06 11:01:42 +02:00
" QgsShapeburstFillSymbolLayerWidget " : [ " applyColorRamp() " , " create(const QgsVectorLayer *vl) " , " offsetChanged() " , " setColor(const QColor &color) " , " setColor2(const QColor &color) " , " QgsShapeburstFillSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " colorModeChanged() " ] ,
2017-08-06 23:57:14 +02:00
" QgsSymbolLayerAbstractMetadata " : [ " QgsSymbolLayerAbstractMetadata(const QString &name, const QString &visibleName, QgsSymbol::SymbolType type) " , " type() const " , " name() const " , " visibleName() const " ] ,
" QgsGroupBoxCollapseButton " : [ " QgsGroupBoxCollapseButton(QWidget *parent=nullptr) " , " shiftDown() const " , " setAltDown(bool updown) " , " setShiftDown(bool shiftdown) " , " altDown() const " ] ,
2016-08-06 11:01:42 +02:00
" QgsGeometryGeneratorSymbolLayer " : [ " create(const QgsStringMap &properties) " ] ,
" QgsVectorLayerEditUtils " : [ " cache() " , " QgsVectorLayerEditUtils(QgsVectorLayer *layer) " , " addPart(QgsCurve *ring, QgsFeatureId featureId) " ] ,
2016-03-18 09:32:08 +01:00
" QgsMapLayerComboBox " : [ " indexChanged(int i) " , " rowsChanged() " ] ,
" QgsHiddenWidgetWrapper " : [ " QgsHiddenWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2016-08-05 08:09:43 +02:00
" QgsDxfExport " : [ " QgsDxfExport(const QgsDxfExport &dxfExport) " , " SymbologyExport " , " mapUnitScaleFactor(double scaleDenominator, QgsSymbol::OutputUnit symbolUnits, Qgis::UnitType mapUnits) " ] ,
2016-03-18 09:32:08 +01:00
" QgsCheckBoxConfigDlg " : [ " QgsCheckBoxConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=nullptr) " ] ,
" QgsMessageLog " : [ " MessageLevel " , " instance() " , " messageReceived(bool received) " , " messageReceived(const QString &message, const QString &tag, QgsMessageLog::MessageLevel level) " ] ,
2016-08-06 11:01:42 +02:00
" QgsFontMarkerSymbolLayerWidget " : [ " setAngle(double angle) " , " create(const QgsVectorLayer *vl) " , " setFontFamily(const QFont &font) " , " QgsFontMarkerSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " setColor(const QColor &color) " , " setOffset() " , " setCharacter(QChar chr) " , " setSize(double size) " ] ,
2017-06-08 15:30:38 +02:00
" QgsStyleManagerDialog " : [ " removeItem() " , " importItems() " , " removeSymbol() " , " addColorRamp(QAction *action) " , " exportItemsSVG() " , " editItem() " , " exportSelectedItemsImages(const QString &dir, const QString &format, QSize size) " , " editSymbol() " , " editColorRamp() " , " currentItemType() " , " addGroup() " , " groupSelectedSymbols() " , " groupChanged(const QModelIndex &) " , " addItem() " , " itemChanged(QStandardItem *item) " , " removeGroup() " , " QgsStyleManagerDialog(QgsStyle *style, QWidget *parent SIP_TRANSFERTHIS=nullptr) " , " groupRenamed(QStandardItem *) " , " removeColorRamp() " , " exportItemsPNG() " , " exportItems() " , " currentItemName() " ] ,
2016-08-06 11:01:42 +02:00
" QgsVectorColorBrewerColorRampDialog " : [ " setSchemeName() " , " populateVariants() " , " QgsVectorColorBrewerColorRampDialog(QgsVectorColorBrewerColorRamp *ramp, QWidget *parent=nullptr) " , " setColors() " , " updatePreview() " ] ,
2017-08-06 23:57:14 +02:00
" QgsFeatureListModel " : [ " fidToIndexList(QgsFeatureId fid) " , " onBeginInsertRows(const QModelIndex &parent, int first, int last) " , " onBeginRemoveRows(const QModelIndex &parent, int first, int last) " , " featureByIndex(const QModelIndex &index, QgsFeature &feat) " , " mapToMaster(const QModelIndex &proxyIndex) const " , " onEndRemoveRows(const QModelIndex &parent, int first, int last) " , " setSourceModel(QgsAttributeTableFilterModel *sourceModel) " , " onEndInsertRows(const QModelIndex &parent, int first, int last) " , " fidToIdx(const QgsFeatureId fid) const " , " idxToFid(const QModelIndex &index) const " , " layerCache() " , " mapSelectionFromMaster(const QItemSelection &selection) const " , " Role " , " masterModel() " , " displayExpression() const " , " mapFromMaster(const QModelIndex &sourceIndex) const " , " QgsFeatureListModel(QgsAttributeTableFilterModel *sourceModel, QObject *parent=0) " , " mapSelectionToMaster(const QItemSelection &selection) const " ] ,
" QgsCptCityArchive " : [ " copyingInfo(const QString &fileName) " , " QgsCptCityArchive(const QString &archiveName=DEFAULT_CPTCITY_ARCHIVE, const QString &baseDir=QString()) " , " baseDir(QString archiveName) " , " defaultBaseDir() " , " initArchive(const QString &archiveName, const QString &archiveBaseDir) " , " archiveRegistry() " , " descFileName(const QString &dirName) const " , " initArchives(bool loadAll=false) " , " findFileName(const QString &target, const QString &startDir, const QString &baseDir) " , " rootItems() const " , " copyingFileName(const QString &dirName) const " , " clearArchives() " , " setBaseDir(const QString &dirName) " , " isEmpty() " , " baseDir() const " , " selectionItems() const " , " defaultArchive() " , " initDefaultArchive() " , " archiveName() const " , " description(const QString &fileName) " ] ,
2016-07-21 22:01:38 +10:00
" QgsLinearMinMaxEnhancement " : [ " QgsLinearMinMaxEnhancement(Qgis::DataType, double, double) " ] ,
2017-08-06 23:57:14 +02:00
" QgsFieldValidator " : [ " QgsFieldValidator(QObject *parent, const QgsField &field, const QString &defaultValue, const QString &dateFormat= \" yyyy-MM-dd \" ) " , " dateFormat() const " ] ,
" QgsProviderCountCalcEvent " : [ " QgsProviderCountCalcEvent(long featuresCounted) " , " featuresCounted() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsFeatureListViewDelegate " : [ " editButtonClicked(QModelIndex &index) " , " positionToElement(QPoint pos) " , " QgsFeatureListViewDelegate(QgsFeatureListModel *listModel, QObject *parent=nullptr) " , " setCurrentFeatureEdited(bool state) " , " setFeatureSelectionModel(QgsFeatureSelectionModel *featureSelectionModel) " , " Element " , " setEditSelectionModel(QItemSelectionModel *editSelectionModel) " ] ,
" QgsVectorLayerRenderer " : [ " QgsVectorLayerRenderer(QgsVectorLayer *layer, QgsRenderContext &context) " ] ,
" QgsQueryBuilder " : [ " sql() " , " clear() " , " setSql(const QString &sqlStatement) " , " setDatasourceDescription(const QString &uri) " ] ,
2017-08-06 23:57:14 +02:00
" QgsPalLabeling " : [ " dataDefinedTextStyle(QgsPalLayerSettings &tmpLyr, const QMap< QgsPalLayerSettings::DataDefinedProperties, QVariant > &ddValues) " , " setShowingPartialsLabels(bool showing) " , " setDrawingOutlineLabels(bool outline) " , " setNumCandidatePositions(int candPoint, int candLine, int candPolygon) " , " isShowingAllLabels() const " , " isShowingShadowRectangles() const " , " numCandidatePositions(int &candPoint, int &candLine, int &candPolygon) " , " drawLabelShadow(QgsRenderContext &context, const QgsLabelComponent &component, const QgsPalLayerSettings &tmpLyr) " , " setShowingCandidates(bool showing) " , " drawLabelBuffer(QgsRenderContext &context, const QgsLabelComponent &component, const QgsPalLayerSettings &tmpLyr) " , " isShowingCandidates() const " , " dataDefinedTextBuffer(QgsPalLayerSettings &tmpLyr, const QMap< QgsPalLayerSettings::DataDefinedProperties, QVariant > &ddValues) " , " setShowingShadowRectangles(bool showing) " , " Search " , " dataDefinedTextFormatting(QgsPalLayerSettings &tmpLyr, const QMap< QgsPalLayerSettings::DataDefinedProperties, QVariant > &ddValues) " , " setSearchMethod(Search s) " , " DrawLabelType " , " isShowingPartialsLabels() const " , " drawLabelBackground(QgsRenderContext &context, QgsLabelComponent component, const QgsPalLayerSettings &tmpLyr) " , " dataDefinedDropShadow(QgsPalLayerSettings &tmpLyr, const QMap< QgsPalLayerSettings::DataDefinedProperties, QVariant > &ddValues) " , " dataDefinedShapeBackground(QgsPalLayerSettings &tmpLyr, const QMap< QgsPalLayerSettings::DataDefinedProperties, QVariant > &ddValues) " , " clearEngineSettings() " , " searchMethod() const " , " deleteTemporaryData() " , " setShowingAllLabels(bool showing) " , " staticWillUseLayer(const QString &layerID) " , " saveEngineSettings() " ] ,
2016-03-18 09:32:08 +01:00
" QgsTransformWidget " : [ " QgsTransformWidget(QWidget *parent=nullptr) " , " create() " ] ,
" pal::LabelInfo " : [ " LabelInfo(int num, double height, double maxinangle=20.0, double maxoutangle=-20.0) " ] ,
" QgsVectorLayerUndoCommandDeleteFeature " : [ " QgsVectorLayerUndoCommandDeleteFeature(QgsVectorLayerEditBuffer *buffer, QgsFeatureId fid) " ] ,
" QgsUniqueValueWidgetFactory " : [ " QgsUniqueValueWidgetFactory(const QString &name) " ] ,
" QgsSvgSelectorListModel " : [ " QgsSvgSelectorListModel(QObject *parent) " , " QgsSvgSelectorListModel(QObject *parent, const QString &path) " ] ,
" QgsPythonRunner " : [ " evalCommand(QString command, QString &result)=0 " , " runCommand(QString command, QString messageOnError=QString())=0 " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterTransparency " : [ " readXML(const QDomElement &elem) " , " writeXML(QDomDocument &doc, QDomElement &parentElem) const " ] ,
2016-03-18 09:32:08 +01:00
" QgsFeatureIterator " : [ " rewind() " , " close() " , " nextFeature(QgsFeature &f) " ] ,
2017-08-06 23:57:14 +02:00
" QgsPenCapStyleComboBox " : [ " QgsPenCapStyleComboBox(QWidget *parent=nullptr) " , " penCapStyle() const " , " setPenCapStyle(Qt::PenCapStyle style) " ] ,
2017-05-02 11:54:27 +02:00
" QgsAddRemoveMultiFrameCommand " : [ " State " , " QgsAddRemoveMultiFrameCommand(State s, QgsComposerMultiFrame *multiFrame, QgsComposition *c, const QString &text, QUndoCommand *parent=0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsRelationReferenceFactory " : [ " QgsRelationReferenceFactory(const QString &name, QgsMapCanvas *canvas, QgsMessageBar *messageBar) " ] ,
" QgsDxfPaintDevice " : [ " setDrawingSize(QSizeF size) " , " setLayer(const QString &layer) " , " setOutputSize(const QRectF &r) " , " QgsDxfPaintDevice(QgsDxfExport *dxf) " , " setShift(QPointF shift) " ] ,
2017-08-06 23:57:14 +02:00
" QgsPoint " : [ " operator-(const QgsPointXY &p) const " , " operator-(QgsVector v) const " , " operator+=(QgsVector v) " , " operator-=(QgsVector v) " , " operator+(QgsVector v) const " ] ,
2016-08-06 11:01:42 +02:00
" QgsVectorGradientColorRampDialog " : [ " setItemStopColor(const QColor &newColor) " , " setColor1(const QColor &color) " , " stopDoubleClicked(QTreeWidgetItem *item, int column) " , " setStopColor(QTreeWidgetItem *item, const QColor &color) " , " QgsVectorGradientColorRampDialog(QgsVectorGradientColorRamp *ramp, QWidget *parent=nullptr) " , " setColor2(const QColor &color) " , " addStop() " , " toggledStops(bool on) " , " removeStop() " , " updateStops() " , " updatePreview() " ] ,
2017-08-06 23:57:14 +02:00
" QgsCptCityColorRampDialog " : [ " clearCopyingInfo() " , " showAll() " , " saveAsGradientRamp() const " , " updatePreview(bool clear=false) " , " setTreeModel(QgsCptCityBrowserModel *model) " , " updateCopyingInfo(const QMap< QString, QString > ©ingMap) " , " QgsCptCityColorRampDialog(QgsCptCityColorRamp *ramp, QWidget *parent=nullptr) " , " updateTreeView(QgsCptCityDataItem *item, bool resetRamp=true) " , " onFinished() " , " updateRamp() " , " populateVariants() " , " updateListWidget(QgsCptCityDataItem *item) " , " selectedName() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerMouseHandles " : [ " SnapGuideMode " , " composition() " , " QgsComposerMouseHandles(QgsComposition *composition) " , " setComposition(QgsComposition *c) " , " ItemPositionMode " ] ,
2017-05-24 10:26:03 +02:00
" QgsExpressionBuilderDialog " : [ " QgsExpressionBuilderDialog(QgsVectorLayer *layer, const QString &startText=QString(), QWidget *parent SIP_TRANSFERTHIS=nullptr, const QString &key= \" generic \" , const QgsExpressionContext &context=QgsExpressionContext()) " , " expressionText() " , " setExpressionText(const QString &text) " ] ,
2016-03-18 09:32:08 +01:00
" QgsProviderMetadata " : [ " QgsProviderMetadata(const QString &_key, const QString &_description, const QString &_library) " ] ,
" QgsAbstractFeatureIteratorFromSource " : [ " QgsAbstractFeatureIteratorFromSource(T *source, bool ownSource, const QgsFeatureRequest &request) " ] ,
" pal::PolygonCostCalculator " : [ " PolygonCostCalculator(LabelPosition *lp) " , " update(pal::PointSet *pset) " , " getCost() " , " getLabel() " ] ,
2016-08-04 09:10:08 +02:00
" QgsDataSourceUri " : [ " SSLmode " ] ,
2016-03-18 09:32:08 +01:00
" HalfEdge " : [ " HalfEdge(int dual, int next, int point, bool mbreak, bool forced) " ] ,
" QgsTransactionGroup " : [ " QgsTransactionGroup(QObject *parent=0) " ] ,
2017-08-06 23:57:14 +02:00
" QgsCptCityDataItem " : [ " icon() " , " setIcon(const QIcon &icon) " , " emitEndRemoveItems() " , " deleteChildItem(QgsCptCityDataItem *child) " , " shortInfo() const " , " createChildren() " , " refresh() " , " Type " , " addChildItem(QgsCptCityDataItem *child, bool refresh=false) " , " equal(const QgsCptCityDataItem *other) " , " toolTip() const " , " hasChildren() " , " isPopulated() " , " leafCount() const " , " setParent(QgsCptCityDataItem *parent) " , " acceptDrop() " , " name() const " , " actions() " , " icon(QSize size) " , " endRemoveItems() " , " endInsertItems() " , " paramWidget() " , " beginInsertItems(QgsCptCityDataItem *parent, int first, int last) " , " setToolTip(const QString &msg) " , " parent() const " , " children() const " , " emitBeginInsertItems(QgsCptCityDataItem *parent, int first, int last) " , " emitEndInsertItems() " , " findItem(QVector< QgsCptCityDataItem * > items, QgsCptCityDataItem *item) " , " rowCount() " , " handleDrop(const QMimeData *, Qt::DropAction) " , " QgsCptCityDataItem(QgsCptCityDataItem::Type type, QgsCptCityDataItem *parent, const QString &name, const QString &path) " , " emitBeginRemoveItems(QgsCptCityDataItem *parent, int first, int last) " , " info() const " , " populate() " , " isValid() " , " type() const " , " removeChildItem(QgsCptCityDataItem *child) " , " beginRemoveItems(QgsCptCityDataItem *parent, int first, int last) " , " path() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorLayerEditBuffer " : [ " committedAttributeValuesChanges(const QString &layerId, const QgsChangedAttributesMap &changedAttributesValues) " , " committedGeometriesChanges(const QString &layerId, const QgsGeometryMap &changedGeometries) " , " featureDeleted(QgsFeatureId fid) " , " committedFeaturesRemoved(const QString &layerId, const QgsFeatureIds &deletedFeatureIds) " , " committedAttributesAdded(const QString &layerId, const QList< QgsField > &addedAttributes) " , " committedFeaturesAdded(const QString &layerId, const QgsFeatureList &addedFeatures) " , " attributeValueChanged(QgsFeatureId fid, int idx, const QVariant &) " , " updateFields(QgsFields &fields) " , " QgsVectorLayerEditBuffer(QgsVectorLayer *layer) " , " geometryChanged(QgsFeatureId fid, QgsGeometry &geom) " , " updateLayerFields() " , " deletedFeatureIds() " , " featureAdded(QgsFeatureId fid) " , " undoIndexChanged(int index) " , " attributeAdded(int idx) " , " attributeDeleted(int idx) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterLayerSaveAsDialog " : [ " buildPyramidsFlag() const " , " outputRectangle() const " , " ResolutionState " , " outputCrs() " , " hideOutput() " , " hideFormat() " , " tileMode() const " , " nRows() const " , " yResolution() const " , " CrsState " , " noData() const " , " createOptions() const " , " nColumns() const " , " addToCanvas() const " , " pyramidsList() const " , " Mode " , " pyramidsConfigOptions() const " , " pyramidsFormat() const " , " mode() const " , " outputFormat() const " , " maximumTileSizeY() const " , " outputFileName() const " , " maximumTileSizeX() const " , " pyramidsResamplingMethod() const " , " xResolution() const " , " QgsRasterLayerSaveAsDialog(QgsRasterLayer *rasterLayer, QgsRasterDataProvider *sourceProvider, const QgsRectangle ¤tExtent, const QgsCoordinateReferenceSystem &layerCrs, const QgsCoordinateReferenceSystem ¤tCrs, QWidget *parent=nullptr, Qt::WindowFlags f=0) " ] ,
" QgsOSMNode " : [ " point() const " , " QgsOSMNode(QgsOSMId id, const QgsPointXY &point) " ] ,
2016-03-18 09:32:08 +01:00
" QgsPointLocator_VisitorEdgesInRect " : [ " QgsPointLocator_VisitorEdgesInRect(QgsPointLocator *pl, QgsPointLocator::MatchList &lst, const QgsRectangle &srcRect, QgsPointLocator::MatchFilter *filter=nullptr) " ] ,
" QgsMapLayerLegendUtils " : [ " hasLegendNodeUserLabel(QgsLayerTreeLayer *nodeLayer, int originalIndex) " , " hasLegendNodeOrder(QgsLayerTreeLayer *nodeLayer) " , " setLegendNodeUserLabel(QgsLayerTreeLayer *nodeLayer, int originalIndex, const QString &newLabel) " , " legendNodeOrder(QgsLayerTreeLayer *nodeLayer) " , " legendNodeUserLabel(QgsLayerTreeLayer *nodeLayer, int originalIndex) " , " setLegendNodeOrder(QgsLayerTreeLayer *nodeLayer, const QList< int > &order) " ] ,
" QgsMultiRenderChecker " : [ " setControlPathPrefix(const QString &prefix) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLabelAttributes " : [ " setAngle(double angle) " , " setBufferStyle(Qt::BrushStyle style) " , " colorIsSet() const " , " setStrokeColor(const QColor &color) " , " italicIsSet() const " , " multilineEnabled() const " , " italic() const " , " setStrikeOut(bool enable) " , " boldIsSet() const " , " angleIsAuto() const " , " bufferEnabled() const " , " setStrokeStyle(Qt::PenStyle style) " , " setBufferSize(double size, int type) " , " familyIsSet() const " , " setMultilineEnabled(bool useMultiline) " , " bold() const " , " bufferSize() const " , " offsetIsSet() const " , " bufferStyle() const " , " selectedOnly() const " , " sizeIsSet() const " , " sizeType() const " , " setOffset(double x, double y, int type) " , " textIsSet() const " , " setFamily(const QString &family) " , " underline() const " , " unitsName(int units) " , " offsetType() const " , " setBold(bool enable) " , " strokeStyleIsSet() const " , " family() const " , " Units " , " setBufferColor(const QColor &color) " , " strikeOut() const " , " strokeWidthIsSet() const " , " bufferStyleIsSet() const " , " size() const " , " color() const " , " text() const " , " alignmentIsSet() const " , " setSize(double size, int type) " , " setItalic(bool enable) " , " setSelectedOnly(bool selectedonly) " , " unitsCode(const QString &name) " , " setAlignment(int alignment) " , " bufferSizeIsSet() const " , " bufferColorIsSet() const " , " setColor(const QColor &color) " , " strokeColorIsSet() const " , " setStrokeWidth(int width) " , " yOffset() const " , " setUnderline(bool enable) " , " alignmentName(int alignment) " , " setText(const QString &text) " , " underlineIsSet() const " , " strokeColor() const " , " angleIsSet() const " , " xOffset() const " , " alignmentCode(const QString &name) " , " bufferSizeType() const " , " angle() const " , " strokeWidth() const " , " alignment() const " , " bufferColor() const " , " setBufferEnabled(bool useBufferFlag) " , " strikeOutIsSet() const " , " setAutoAngle(bool state) " , " strokeStyle() const " ] ,
" QgsLineSymbol " : [ " setWidth(double width) " , " QgsLineSymbol(const QgsSymbolLayerList &layers=QgsSymbolLayerList()) " , " width() const " , " renderPolyline(const QPolygonF &points, const QgsFeature *f, QgsRenderContext &context, int layer=-1, bool selected=false) " ] ,
2016-03-18 09:32:08 +01:00
" QgsTextEditWidgetFactory " : [ " QgsTextEditWidgetFactory(const QString &name) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRendererRange " : [ " label() const " , " QgsRendererRange(const QgsRendererRange &range) " , " QgsRendererRange(double lowerValue, double upperValue, QgsSymbol *symbol, const QString &label, bool render=true) " , " upperValue() const " , " lowerValue() const " , " symbol() const " , " setUpperValue(double upperValue) " , " operator<(const QgsRendererRange &other) const " , " swap(QgsRendererRange &other) " , " renderState() const " , " toSld(QDomDocument &doc, QDomElement &element, QgsStringMap props) const " , " setRenderState(bool render) " , " setLowerValue(double lowerValue) " , " setSymbol(QgsSymbol *s) " , " dump() const " , " setLabel(const QString &label) " ] ,
2016-03-18 09:32:08 +01:00
" QgsTextAnnotationItem " : [ " QgsTextAnnotationItem(QgsMapCanvas *canvas) " ] ,
2016-08-06 11:01:42 +02:00
" QgsStyle " : [ " symbolSaved(const QString &name, QgsSymbol *symbol) " ] ,
2017-08-06 23:57:14 +02:00
" QgsMarkerLineSymbolLayer " : [ " markerAngle(const QPolygonF &points, bool isRing, int vertex) " , " renderPolylineInterval(const QPolygonF &points, QgsSymbolRenderContext &context) " , " setIntervalMapUnitScale(const QgsMapUnitScale &scale) " , " renderPolylineVertex(const QPolygonF &points, QgsSymbolRenderContext &context, Placement placement=Vertex) " , " QgsMarkerLineSymbolLayer(bool rotateMarker=DEFAULT_MARKERLINE_ROTATE, double interval=DEFAULT_MARKERLINE_INTERVAL) " , " intervalUnit() const " , " setIntervalUnit(QgsSymbol::OutputUnit unit) " , " intervalMapUnitScale() const " , " renderPolylineCentral(const QPolygonF &points, QgsSymbolRenderContext &context) " ] ,
2017-06-08 15:37:13 +02:00
" QgsEffectDrawModeComboBox " : [ " QgsEffectDrawModeComboBox(QWidget *parent SIP_TRANSFERTHIS=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" CharacterWidget " : [ " updateFontMerging(bool enable) " , " characterSelected(QChar character) " , " updateColumns(int cols) " , " setCharacter(QChar character) " , " getColumns() const " , " getSquareSize() const " ] ,
" QgsVector " : [ " rotateBy(double rot) const " , " perpVector() const " , " x() const " , " operator*(QgsVector v) const " , " angle(QgsVector v) const " , " operator*(double scalar) const " , " length() const " , " normal() const " , " operator/(double scalar) const " , " y() const " , " QgsVector(double x, double y) " ] ,
" QgsSymbolLayer " : [ " setOutputUnit(QgsSymbol::OutputUnit unit) " , " QgsSymbolLayer(QgsSymbol::SymbolType type, bool locked=false) " , " dxfOffset(const QgsDxfExport &e, QgsSymbolRenderContext &context) const " , " writeDxf(QgsDxfExport &e, double mmMapUnitScaleFactor, const QString &layerName, QgsSymbolRenderContext *context, const QgsFeature *f, QPointF shift=QPointF(0.0, 0.0)) const " , " stopRender(QgsSymbolRenderContext &context)=0 " , " dxfBrushColor(QgsSymbolRenderContext &context) const " , " renderingPass() const " , " setLocked(bool locked) " , " setRenderingPass(int renderingPass) " , " ogrFeatureStyle(double mmScaleFactor, double mapUnitScaleFactor) const " , " outputUnit() const " , " toSld(QDomDocument &doc, QDomElement &element, const QgsStringMap &props) const " , " startRender(QgsSymbolRenderContext &context)=0 " , " dxfWidth(const QgsDxfExport &e, QgsSymbolRenderContext &context) const " , " subSymbol() " , " dxfBrushStyle() const " , " dxfCustomDashPattern(QgsSymbol::OutputUnit &unit) const " , " mapUnitScale() const " , " dxfColor(QgsSymbolRenderContext &context) const " , " dxfPenStyle() const " , " setMapUnitScale(const QgsMapUnitScale &scale) " , " type() const " , " isLocked() const " , " drawPreviewIcon(QgsSymbolRenderContext &context, QSize size)=0 " ] ,
" QgsLegendSettings " : [ " boxSpace() const " , " mapScale() const " , " setBoxSpace(double s) " , " setSymbolSize(QSizeF s) " , " splitLayer() const " , " setLineSpacing(double s) " , " dpi() const " , " setColumnCount(int c) " , " setMmPerMapUnit(double mmPerMapUnit) " , " setMapScale(double scale) " , " setUseAdvancedEffects(bool use) " , " setTitle(const QString &t) " , " setColumnSpace(double s) " , " columnCount() const " , " setStyle(QgsLegendStyle::Style s, const QgsLegendStyle &style) " , " wmsLegendSize() const " , " setSplitLayer(bool s) " , " lineSpacing() const " , " mmPerMapUnit() const " , " title() const " , " setFontColor(const QColor &c) " , " setDpi(int dpi) " , " symbolSize() const " , " fontColor() const " , " columnSpace() const " , " setWmsLegendSize(QSizeF s) " , " useAdvancedEffects() const " , " equalColumnWidth() const " , " wrapChar() const " , " setEqualColumnWidth(bool s) " , " setWrapChar(const QString &t) " ] ,
" QgsRasterResampleFilter " : [ " setMaxOversampling(double os) " , " QgsRasterResampleFilter(QgsRasterInterface *input=nullptr) " , " zoomedInResampler() const " , " zoomedOutResampler() const " , " maxOversampling() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorLayerUndoCommandChangeGeometry " : [ " QgsVectorLayerUndoCommandChangeGeometry(QgsVectorLayerEditBuffer *buffer, QgsFeatureId fid, QgsGeometry *newGeom) " ] ,
2017-08-06 23:57:14 +02:00
" QgsMapToPixelSimplifier " : [ " QgsMapToPixelSimplifier(int simplifyFlags, double tolerance) " , " simplifyFlags() const " , " setSimplifyFlags(int simplifyFlags) " ] ,
" QgsHtmlAnnotationItem " : [ " QgsHtmlAnnotationItem(QgsMapCanvas *canvas, QgsVectorLayer *vlayer=nullptr, bool hasFeature=false, int feature=0) " , " htmlPage() const " , " vectorLayer() const " , " setHTMLPage(const QString &htmlFile) " ] ,
2016-03-18 09:32:08 +01:00
" QgsWkbException " : [ " QgsWkbException(QString const &what) " ] ,
2016-08-06 11:01:42 +02:00
" QgsSmartGroupEditorDialog " : [ " QgsSmartGroupEditorDialog(QgsStyle *style, QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRendererAbstractMetadata " : [ " icon() const " , " createRendererFromSld(QDomElement &elem, QgsWkbTypes::GeometryType geomType) " , " setIcon(const QIcon &icon) " , " QgsRendererAbstractMetadata(const QString &name, const QString &visibleName, const QIcon &icon=QIcon()) " , " visibleName() const " , " name() const " ] ,
" QgsBrushStyleComboBox " : [ " setBrushStyle(Qt::BrushStyle style) " , " QgsBrushStyleComboBox(QWidget *parent=nullptr) " , " iconForBrush(Qt::BrushStyle style) " , " brushStyle() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsAttributeTableAction " : [ " featureForm() " , " execute() " , " QgsAttributeTableAction(const QString &name, QgsDualView *dualView, int action, const QModelIndex &fieldIdx) " ] ,
" QgsColorSwatchDelegate " : [ " QgsColorSwatchDelegate(QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterRenderer " : [ " opacity() const " , " MinMaxOrigin " , " QgsRasterRenderer(QgsRasterInterface *input=nullptr, const QString &type= \" \" ) " , " rasterTransparency() const " , " type() const " , " minMaxOriginLabel(int origin) " , " setAlphaBand(int band) " , " minMaxOriginFromName(const QString &name) " , " setOpacity(double opacity) " , " usesTransparency() const " , " alphaBand() const " , " setRasterTransparency(QgsRasterTransparency *t) " , " minMaxOriginName(int origin) " ] ,
2016-03-18 09:32:08 +01:00
" QgsTicksScaleBarStyle " : [ " TickPosition " , " setTickPosition(TickPosition p) " , " QgsTicksScaleBarStyle(const QgsComposerScaleBar *bar) " ] ,
" QgsComposerItemGroup " : [ " items() " , " itemDestroyed() " , " QgsComposerItemGroup(QgsComposition *c) " , " childItemDeleted(QgsComposerItem *item) " ] ,
" QgsRangeWidgetFactory " : [ " QgsRangeWidgetFactory(const QString &name) " ] ,
2017-08-06 23:57:14 +02:00
" QgsVectorLayer " : [ " saveLayerToProject() " , " diagramRenderer() const " , " invalidateSymbolCountedFlag() " , " committedAttributeValuesChanges(const QString &layerId, const QgsChangedAttributesMap &changedAttributesValues) " , " committedFeaturesRemoved(const QString &layerId, const QgsFeatureIds &deletedFeatureIds) " , " None " , " committedFeaturesAdded(const QString &layerId, const QgsFeatureList &addedFeatures) " , " excludeAttributesWFS() const " , " setExcludeAttributesWMS(const QSet< QString > &att) " , " writeSld(QDomNode &node, QDomDocument &doc, QString &errorMessage) const " , " actions() " , " geometryChanged(QgsFeatureId fid, QgsGeometry &geom) " , " committedGeometriesChanges(const QString &layerId, const QgsGeometryMap &changedGeometries) " , " commitErrors() " , " attributeAliases() const " , " vectorJoins() const " , " diagramLayerSettings() const " , " committedAttributesAdded(const QString &layerId, const QList< QgsField > &addedAttributes) " , " attributeValueChanged(QgsFeatureId fid, int idx, const QVariant &) " , " EditorLayout " , " setDiagramLayerSettings(const QgsDiagramLayerSettings &s) " , " setExcludeAttributesWFS(const QSet< QString > &att) " , " excludeAttributesWMS() const " ] ,
2016-08-05 08:08:39 +02:00
" QgsSymbolLayerUtils " : [
2017-02-22 17:13:57 +10:00
" encodeSldBrushStyle(Qt::BrushStyle style) " , " colorRampPreviewIcon(QgsVectorColorRamp *ramp, QSize size) " , " decodeSldFontWeight(const QString &str) " , " decodePenJoinStyle(const QString &str) " , " wellKnownMarkerToSld(QDomDocument &doc, QDomElement &element, const QString &name, const QColor &color, const QColor &strokeColor, Qt::PenStyle strokeStyle, double strokeWidth=-1, double size=-1) " , " createRotationElement(QDomDocument &doc, QDomElement &element, const QString &rotationFunc) " , " clearSymbolMap(QgsSymbolMap &symbols) " , " labelTextToSld(QDomDocument &doc, QDomElement &element, const QString &label, const QFont &font, const QColor &color=QColor(), double size=-1) " , " saveSymbol(const QString &symbolName, QgsSymbol *symbol, QDomDocument &doc) " , " encodePenCapStyle(Qt::PenCapStyle style) " , " drawStippledBackground(QPainter *painter, QRect rect) " , " needSvgFill(QDomElement &element) " , " decodePoint(const QString &str) " , " decodeSldLineJoinStyle(const QString &str) " , " encodeSldFontWeight(int weight) " , " decodeSldFontStyle(const QString &str) " , " decodeSldRealVector(const QString &s) " , " encodeRealVector(const QVector< qreal > &v) " , " encodeSldFontStyle(QFont::Style style) " , " decodeScaleMethod(const QString &str) " , " externalGraphicFromSld(QDomElement &element, QString &path, QString &mime, QColor &color, double &size) " , " needFontMarker(QDomElement &element) " , " decodeSldAlpha(const QString &str) " , " saveColorRamp(const QString &name, QgsVectorColorRamp *ramp, QDomDocument &doc) " , " createVendorOptionElement(QDomDocument &doc, const QString &name, const QString &value) " , " createLineLayerFromSld(QDomElement &element) " , " createMarkerLayerFromSld(QDomElement &element) " , " loadSymbols(QDomElement &element) " , " encodeColor(const QColor &color) " , " saveSymbols(QgsSymbolMap &symbols, const QString &tagName, QDomDocument &doc) " , " createDisplacementElement(QDomDocument &doc, QDomElement &element, QPointF offset) " , " createFillLayerFromSld(QDomElement &element) " , " decodeBrushStyle(const QString &str) " , " encodeBrushStyle(Qt::BrushStyle style) " , " createSvgParameterElement(QDomDocument &doc, const QString &name, const QString &value) " , " loadSymbolLayer(QDomElement &element) " , " decodeOutputUnit(const QString &str) " , " encodeSldLineJoinStyle(Qt::PenJoinStyle style) " , " encodePenStyle(Qt::PenStyle style) " , " decodeSldBrushStyle(const QString &str) " , " createOnlineResourceElement(QDomDocument &doc, QDomElement &element, const QString &path, const QString &format) " , " encodePoint(QPointF point) " , " needMarkerLine(QDomElement &element) " , " onlineResourceFromSldElement(QDomElement &element, QString &path, QString &format) " , " decodePenCapStyle(const QString &str) " , " displacementFromSldElement(QDomElement &element, QPointF &offset) " , " createGeometryElement(QDomDocument &doc, QDomElement &element, const QString &geomFunc) " , " hasExternalGraphic(QDomElement &element) " ,
2016-08-06 11:01:42 +02:00
" externalGraphicToSld(QDomDocument &doc, QDomElement &element, const QString &path, const QString &mime, const QColor &color, double size=-1) " , " opacityFromSldElement(QDomElement &element, QString &alphaFunc) " , " getVendorOptionList(QDomElement &element) " , " decodeRealVector(const QString &s) " , " convertPolygonSymbolizerToPointMarker(QDomElement &element, QgsSymbolLayerList &layerList) " , " decodeBlendMode(const QString &s) " , " fillFromSld(QDomElement &element, Qt::BrushStyle &brushStyle, QColor &color) " , " decodeSldLineCapStyle(const QString &str) " , " externalMarkerFromSld(QDomElement &element, QString &path, QString &format, int &markIndex, QColor &color, double &size) " , " decodeMapUnitScale(const QString &str) " , " externalMarkerToSld(QDomDocument &doc, QDomElement &element, const QString &path, const QString &format, int *markIndex=nullptr, const QColor &color=QColor(), double size=-1) " , " encodeScaleMethod(QgsSymbol::ScaleMethod scaleMethod) " , " encodeMapUnitScale(const QgsMapUnitScale &mapUnitScale) " , " hasWellKnownMark(QDomElement &element) " , " rotationFromSldElement(QDomElement &element, QString &rotationFunc) " , " decodeColor(const QString &str) " , " needLinePatternFill(QDomElement &element) " , " decodePenStyle(const QString &str) " , " encodeSldUom(QgsSymbol::OutputUnit unit, double *scaleFactor) " , " saveProperties(QgsStringMap props, QDomDocument &doc, QDomElement &element) " , " createFunctionElement(QDomDocument &doc, QDomElement &element, const QString &function) " , " createOpacityElement(QDomDocument &doc, QDomElement &element, const QString &alphaFunc) " , " createSymbolLayerListFromSld(QDomElement &element, QgsWkbTypes::GeometryType geomType, QgsSymbolLayerList &layers) " , " functionFromSldElement(QDomElement &element, QString &function) " , " symbolLayerPreviewIcon(QgsSymbolLayer *layer, QgsSymbol::OutputUnit u, QSize size, const QgsMapUnitScale &scale=QgsMapUnitScale()) " , " geometryFromSldElement(QDomElement &element, QString &geomFunc) " , " needEllipseMarker(QDomElement &element) " , " loadColorRamp(QDomElement &element) " , " parseProperties(QDomElement &element) " , " colorRampPreviewPixmap(QgsVectorColorRamp *ramp, QSize size) " , " needPointPatternFill(QDomElement &element) " , " encodeSldRealVector(const QVector< qreal > &v) " , " encodeSldLineCapStyle(Qt::PenCapStyle style) " , " symbolPreviewIcon(QgsSymbol *symbol, QSize size) " , " getSvgParameterList(QDomElement &element) " , " encodeSldAlpha(int alpha) " , " needSvgMarker(QDomElement &element) " , " fillToSld(QDomDocument &doc, QDomElement &element, Qt::BrushStyle brushStyle, const QColor &color=QColor()) " , " lineFromSld(QDomElement &element, Qt::PenStyle &penStyle, QColor &color, double &width, Qt::PenJoinStyle *penJoinStyle=nullptr, Qt::PenCapStyle *penCapStyle=nullptr, QVector< qreal > *customDashPattern=nullptr, double *dashOffset=nullptr) " , " encodeOutputUnit(QgsSymbol::OutputUnit unit) " , " decodeSldUom(const QString &str, double *scaleFactor) " , " encodePenJoinStyle(Qt::PenJoinStyle style) " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorFileWriter::SetOption " : [ " SetOption(const QString &docString, const QStringList &values, const QString &defaultValue, bool allowNone=false) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDataItem " : [ " populate(const QVector< QgsDataItem * > &children) " , " icon() " , " emitDataChanged(QgsDataItem *item) " , " setIcon(const QIcon &icon) " , " emitEndRemoveItems() " , " emitBeginRemoveItems(QgsDataItem *parent, int first, int last) " , " State " , " beginInsertItems(QgsDataItem *parent, int first, int last) " , " refresh() " , " Type " , " setCapabilities(const Capabilities &capabilities) " , " toolTip() const " , " hasChildren() " , " dataChanged(QgsDataItem *item) " , " refresh(QVector< QgsDataItem * > children) " , " setCrs(QgsCoordinateReferenceSystem crs) " , " deleteLater(QVector< QgsDataItem * > &items) " , " name() const " , " emitDataChanged() " , " setToolTip(const QString &msg) " , " setName(const QString &name) " , " endRemoveItems() " , " endInsertItems() " , " paramWidget() " , " setPath(const QString &path) " , " children() const " , " populate(bool foreground=false) " , " Capability " , " rowCount() " , " stateChanged(QgsDataItem *item, QgsDataItem::State oldState) " , " childrenCreated() " , " emitStateChanged(QgsDataItem *item, QgsDataItem::State oldState) " , " emitEndInsertItems() " , " findItem(QVector< QgsDataItem * > items, QgsDataItem *item) " , " capabilities2() const " , " type() const " , " emitBeginInsertItems(QgsDataItem *parent, int first, int last) " , " path() const " , " beginRemoveItems(QgsDataItem *parent, int first, int last) " , " setIconName(const QString &iconName) " ] ,
" QgsBrightnessContrastFilter " : [ " contrast() const " , " setContrast(int contrast) " , " brightness() const " , " setBrightness(int brightness) " , " QgsBrightnessContrastFilter(QgsRasterInterface *input=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsRelationReferenceConfigDlg " : [ " QgsRelationReferenceConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent) " ] ,
" QgsTextDiagram " : [ " Shape " , " Orientation " ] ,
2016-07-21 22:01:38 +10:00
" QgsClipToMinMaxEnhancement " : [ " QgsClipToMinMaxEnhancement(Qgis::DataType, double, double) " ] ,
2016-03-18 09:32:08 +01:00
" QgsPaperItem " : [ " QgsPaperItem(QgsComposition *c) " , " QgsPaperItem(qreal x, qreal y, qreal width, qreal height, QgsComposition *composition) " ] ,
2016-08-06 11:01:42 +02:00
" QgsRendererRulePropsDialog " : [ " QgsRendererRulePropsDialog(QgsRuleBasedRenderer::Rule *rule, QgsVectorLayer *layer, QgsStyle *style, QWidget *parent=nullptr, QgsMapCanvas *mapCanvas=nullptr) " , " rule() " , " buildExpression() " , " testFilter() " ] ,
2016-03-18 09:32:08 +01:00
" QgsLayerTreeNode " : [ " QgsLayerTreeNode(const QgsLayerTreeNode &other) " , " readCommonXML(QDomElement &element) " , " writeCommonXML(QDomElement &element) " , " QgsLayerTreeNode(NodeType t) " ] ,
" QgsVectorFileWriter::HiddenOption " : [ " HiddenOption(const QString &value) " ] ,
2017-08-06 23:57:14 +02:00
" QgsCptCitySelectionItem " : [ " selectionsList() const " , " QgsCptCitySelectionItem(QgsCptCityDataItem *parent, const QString &name, const QString &path) " , " parseXML() " ] ,
" QgsOSMWay " : [ " QgsOSMWay(QgsOSMId id, const QList< QgsOSMId > &nodes) " , " nodes() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsErrorItem " : [ " QgsErrorItem(QgsDataItem *parent, const QString &error, const QString &path) " ] ,
2017-08-06 23:57:14 +02:00
" QgsAtlasComposition " : [ " setFeatureFilter(const QString &expression) " , " QgsAtlasComposition(QgsComposition *composition) " , " None " , " lastFeature() " , " setSortKeyAttributeName(const QString &fieldName) " , " sortKeyAttributeName() const " , " featureFilter() const " , " filterFeatures() const " , " setSortFeatures(bool doSort) " , " setSortAscending(bool ascending) " , " sortFeatures() const " , " nextFeature() " , " sortAscending() const " , " setFilterFeatures(bool doFilter) " , " composition() " , " writeXML(QDomElement &elem, QDomDocument &doc) const " , " prevFeature() " , " firstFeature() " ] ,
2016-03-18 09:32:08 +01:00
" QgsClipper " : [ " trimPolygon(QPolygonF &pts, const QgsRectangle &clipRect) " ] ,
2017-08-06 23:57:14 +02:00
" QgsMultiBandColorRenderer " : [ " greenContrastEnhancement() const " , " blueBand() const " , " setGreenBand(int band) " , " setRedBand(int band) " , " QgsMultiBandColorRenderer(QgsRasterInterface *input, int redBand, int greenBand, int blueBand, QgsContrastEnhancement *redEnhancement=nullptr, QgsContrastEnhancement *greenEnhancement=nullptr, QgsContrastEnhancement *blueEnhancement=nullptr) " , " redBand() const " , " create(const QDomElement &elem, QgsRasterInterface *input) " , " greenBand() const " , " setBlueBand(int band) " , " redContrastEnhancement() const " , " blueContrastEnhancement() const " ] ,
" QgsComposerItemCommand " : [ " previousState() const " , " QgsComposerItemCommand(QgsComposerItem *item, const QString &text, QUndoCommand *parent=0) " , " restoreState(QDomDocument &stateDoc) const " , " afterState() const " , " saveState(QDomDocument &stateDoc) const " ] ,
" QgsComposerShape " : [ " Shape " , " setShapeType(QgsComposerShape::Shape s) " , " shapeType() const " , " QgsComposerShape(qreal x, qreal y, qreal width, qreal height, QgsComposition *composition) " , " QgsComposerShape(QgsComposition *composition) " ] ,
2016-03-18 09:32:08 +01:00
" QgsWMSLegendNode " : [ " QgsWMSLegendNode(QgsLayerTreeLayer *nodeLayer, QObject *parent=nullptr) " ] ,
2017-05-02 11:54:27 +02:00
" QgsRelationReferenceWidgetWrapper " : [ " QgsRelationReferenceWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor, QgsMapCanvas *canvas, QgsMessageBar *messageBar, QWidget *parent=0) " ] ,
2017-08-06 23:57:14 +02:00
" QgsColorRampShader " : [ " QgsColorRampShader(double minimumValue=0.0, double minimumValue=255.0) " , " clip() const " , " ColorRamp_TYPE " , " setClip(bool clip) " ] ,
2016-08-06 11:01:42 +02:00
" QgsSingleSymbolRendererWidget " : [ " changeSingleSymbol() " , " scaleMethodChanged(QgsSymbol::ScaleMethod scaleMethod) " , " QgsSingleSymbolRendererWidget(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " create(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " sizeScaleFieldChanged(const QString &fldName) " , " showSymbolLevels() " ] ,
2016-03-18 09:32:08 +01:00
" QgsRequestHandler " : [ " setDefaultHeaders() " ] ,
2016-12-05 11:24:30 +01:00
" QgsEditorWidgetRegistry " : [ " createSearchWidget(const QString &widgetId, QgsVectorLayer *vl, int fieldIdx, const QVariantMap &config, QWidget *parent, const QgsAttributeEditorContext &context=QgsAttributeEditorContext()) " ] ,
2016-03-18 09:32:08 +01:00
" QgsPropertyKey " : [ " QgsPropertyKey(const QString &name= \" \" ) " , " name() " , " find(QString &propertyName) " ] ,
2017-08-06 23:57:14 +02:00
" QgsFontMarkerSymbolLayer " : [ " character() const " , " setCharacter(QChar ch) " , " QgsFontMarkerSymbolLayer(const QString &fontFamily=DEFAULT_FONTMARKER_FONT, QChar chr=DEFAULT_FONTMARKER_CHR, double pointSize=DEFAULT_FONTMARKER_SIZE, const QColor &color=DEFAULT_FONTMARKER_COLOR, double angle=DEFAULT_FONTMARKER_ANGLE) " , " setFontFamily(const QString &family) " , " fontFamily() const " , " create(const QgsStringMap &properties=QgsStringMap()) " , " createFromSld(QDomElement &element) " ] ,
2017-05-02 11:54:27 +02:00
" QgsScaleRangeWidget " : [ " setScaleRange(double min, double max) " , " setMinimumScale(double scale) " , " QgsScaleRangeWidget(QWidget *parent=0) " , " setMaximumScale(double scale) " ] ,
2017-08-06 23:57:14 +02:00
" QgsFeatureRenderer " : [ " usingSymbolLevels() const " , " _getLineString(QPolygonF &pts, QgsRenderContext &context, QgsConstWkbPtr wkb, bool clipToExtent=true) " , " renderFeatureWithSymbol(QgsFeature &feature, QgsSymbol *symbol, QgsRenderContext &context, int layer, bool selected, bool drawVertexMarker) " , " type() const " , " clone() const =0 " , " setScaleMethodToSymbol(QgsSymbol *symbol, int scaleMethod) " , " Capabilities " , " setUsingSymbolLevels(bool usingSymbolLevels) " , " QgsFeatureRenderer(const QString &type) " , " _getPoint(QPointF &pt, QgsRenderContext &context, QgsConstWkbPtr wkb) " , " _getPolygon(QPolygonF &pts, QList< QPolygonF > &holes, QgsRenderContext &context, QgsConstWkbPtr wkb, bool clipToExtent=true) " ] ,
2016-08-06 11:01:42 +02:00
" QgsRendererRegistry " : [ " instance() " ] ,
2016-03-18 09:32:08 +01:00
" QgsClassificationWidgetWrapper " : [ " QgsClassificationWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2017-06-06 15:50:31 +02:00
" QgsCsException " : [ " QgsCsException(const QString &what) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDiagramRenderer " : [ " rendererName() const =0 " , " setDiagram(QgsDiagram *d) " , " writeXML(QDomElement &layerElem, QDomDocument &doc, const QgsVectorLayer *layer) const =0 " , " readXML(const QDomElement &elem, const QgsVectorLayer *layer)=0 " , " _readXML(const QDomElement &elem, const QgsVectorLayer *layer) " , " diagram() const " , " renderDiagram(const QgsFeature &feature, QgsRenderContext &c, QPointF pos) const " , " QgsDiagramRenderer(const QgsDiagramRenderer &other) " , " _writeXML(QDomElement &rendererElem, QDomDocument &doc, const QgsVectorLayer *layer) const " ] ,
2016-03-18 09:32:08 +01:00
" QgsMapCanvas " : [ " WheelAction " , " setLayerSet(QList< QgsMapCanvasLayer > &layers) " , " clearExtentHistory() " , " setCurrentLayer(QgsMapLayer *layer) " , " updateOverview() " , " enableOverviewMode(QgsMapOverviewCanvas *overview) " ] ,
2017-08-06 23:57:14 +02:00
" QgsMapToolEdit " : [ " QgsMapToolEdit(QgsMapCanvas *canvas) " , " createGeometryRubberBand(QgsWkbTypes::GeometryType geometryType=QgsWkbTypes::LineGeometry, bool alternativeBand=false) const " ] ,
" QgsLayerTreeViewDefaultActions " : [ " actionShowFeatureCount(QObject *parent=nullptr) " , " actionShowInOverview(QObject *parent=nullptr) " , " showFeatureCount() " , " uniqueGroupName(QgsLayerTreeGroup *parentGroup) " , " actionZoomToLayer(QgsMapCanvas *canvas, QObject *parent=nullptr) " , " zoomToGroup() " , " zoomToLayers(QgsMapCanvas *canvas, const QList< QgsMapLayer * > &layers) " , " zoomToLayer(QgsMapCanvas *canvas) " , " zoomToLayer() " , " makeTopLevel() " , " renameGroupOrLayer() " , " actionAddGroup(QObject *parent=nullptr) " , " addGroup() " , " actionGroupSelected(QObject *parent=nullptr) " , " groupSelected() " , " actionRemoveGroupOrLayer(QObject *parent=nullptr) " , " zoomToGroup(QgsMapCanvas *canvas) " , " actionZoomToGroup(QgsMapCanvas *canvas, QObject *parent=nullptr) " , " QgsLayerTreeViewDefaultActions(QgsLayerTreeView *view) " , " removeGroupOrLayer() " , " actionRenameGroupOrLayer(QObject *parent=nullptr) " , " actionMakeTopLevel(QObject *parent=nullptr) " , " showInOverview() " ] ,
" QgsDataDefinedValueDialog " : [ " symbolDataDefined() const " , " dataDefinedChanged() " , " init(const QString& description) " , " value(const QgsSymbol *) const =0 " , " symbolDataDefined(const QgsSymbol *) const =0 " ] ,
2016-03-18 09:32:08 +01:00
" QgsLayerItem " : [ " iconLine() " , " iconTable() " , " iconPoint() " , " iconRaster() " , " QgsLayerItem(QgsDataItem *parent, const QString &name, const QString &path, const QString &uri, LayerType layerType, const QString &providerKey) " , " iconPolygon() " , " LayerType " , " iconDefault() " ] ,
" pal::CostCalculator " : [ " setPolygonCandidatesCost(int nblp, QList< LabelPosition * > &lPos, RTree< pal::FeaturePart *, double, 2, double > *obstacles, double bbx[4], double bby[4]) " ] ,
" pal::Util " : [ " unmulti(const GEOSGeometry *the_geom) " ] ,
2017-06-06 13:16:58 +02:00
" QgsDataCollectionItem " : [ " iconDir() " , " iconDataCollection() " , " QgsDataCollectionItem(QgsDataItem *parent, const QString &name, const QString &path=QString()) " , " addChild(QgsDataItem *item) " ] ,
2017-08-06 23:57:14 +02:00
" QgsMapOverviewCanvas " : [ " destinationSrsChanged() " , " QgsMapOverviewCanvas(QWidget *parent=nullptr, QgsMapCanvas *mapCanvas=nullptr) " , " layerRepaintRequested() " , " hasCrsTransformEnabled(bool flag) " , " enableAntiAliasing(bool flag) " , " layerSet() const " , " updateFullExtent() " , " mapRenderingFinished() " ] ,
2016-03-18 09:32:08 +01:00
" QgsMapCanvasSnappingUtils " : [ " QgsMapCanvasSnappingUtils(QgsMapCanvas *canvas, QObject *parent=nullptr) " ] ,
" QgsVectorLayerEditPassthrough " : [ " QgsVectorLayerEditPassthrough(QgsVectorLayer *layer) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLineSymbolLayer " : [ " offset() const " , " setOffsetMapUnitScale(const QgsMapUnitScale &scale) " , " renderPolygonStroke(const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolRenderContext &context) " , " setWidthUnit(QgsSymbol::OutputUnit unit) " , " renderPolyline(const QPolygonF &points, QgsSymbolRenderContext &context)=0 " , " setWidthMapUnitScale(const QgsMapUnitScale &scale) " , " width() const " , " widthMapUnitScale() const " , " offsetMapUnitScale() const " , " widthUnit() const " , " setWidth(double width) " , " offsetUnit() const " , " QgsLineSymbolLayer(bool locked=false) " , " setOffset(double offset) " , " setOffsetUnit(QgsSymbol::OutputUnit unit) " ] ,
2016-08-06 11:01:42 +02:00
" QgsStyleGroupSelectionDialog " : [ " QgsStyleGroupSelectionDialog(QgsStyle *style, QWidget *parent=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsCheckboxWidgetWrapper " : [ " QgsCheckboxWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsShapeburstFillSymbolLayer " : [ " setOffsetMapUnitScale(const QgsMapUnitScale &scale) " , " ShapeburstColorType " , " distanceMapUnitScale() const " , " setDistanceMapUnitScale(const QgsMapUnitScale &scale) " , " QgsShapeburstFillSymbolLayer(const QColor &color=DEFAULT_SIMPLEFILL_COLOR, const QColor &color2=Qt::white, ShapeburstColorType colorType=SimpleTwoColor, int blurRadius=0, bool useWholeShape=true, double maxDistance=5) " , " offsetMapUnitScale() const " , " create(const QgsStringMap &properties=QgsStringMap()) " ] ,
2016-03-18 09:32:08 +01:00
" QgsRangeConfigDlg " : [ " QgsRangeConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent) " , " rangeWidgetChanged(int index) " ] ,
" QgsMapMouseEvent " : [ " SnappingMode " ] ,
2017-08-06 23:57:14 +02:00
" QgsScaleExpression " : [ " Type " , " operator bool() const " ] ,
" QgsSvgMarkerSymbolLayer " : [ " strokeWidthMapUnitScale() const " , " path() const " , " setStrokeWidthMapUnitScale(const QgsMapUnitScale &scale) " , " setStrokeWidth(double w) " , " strokeWidthUnit() const " , " QgsSvgMarkerSymbolLayer(const QString &name=DEFAULT_SVGMARKER_NAME, double size=DEFAULT_SVGMARKER_SIZE, double angle=DEFAULT_SVGMARKER_ANGLE, QgsSymbol::ScaleMethod scaleMethod=DEFAULT_SCALE_METHOD) " , " create(const QgsStringMap &properties=QgsStringMap()) " , " setStrokeWidthUnit(QgsSymbol::OutputUnit unit) " , " setPath(const QString &path) " , " createFromSld(QDomElement &element) " , " strokeWidth() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsDateTimeEditWrapper " : [ " QgsDateTimeEditWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor, QWidget *parent=nullptr) " ] ,
2017-02-21 18:14:58 +01:00
" QgsMultiBandColorRendererWidget " : [ " QgsMultiBandColorRendererWidget(QgsRasterLayer *layer, const QgsRectangle &extent=QgsRectangle()) " , " create(QgsRasterLayer *layer, const QgsRectangle &extent) " , " setFromRenderer(const QgsRasterRenderer *r) " , " loadMinMax(int bandNo, double min, double max, int origin) " ] ,
2017-08-06 23:57:14 +02:00
" QgsAnimatedIcon " : [ " setIconPath(const QString &iconPath) " , " iconPath() const " , " icon() const " , " onFrameChanged() " ] ,
" pal::Layer " : [ " LabelMode " , " displayAll() const " , " UpsideDownLabels " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerGroupItem " : [ " QgsComposerGroupItem(const QString &text) " ] ,
2017-08-06 23:57:14 +02:00
" QgsGraphDirector " : [ " buildProgress(int, int) const " , " buildMessage(const QString &) const " , " addProperter(QgsArcProperter *prop) " ] ,
2016-03-18 09:32:08 +01:00
" QgsScaleComboBox " : [ " QgsScaleComboBox(QWidget *parent=nullptr) " , " updateScales(const QStringList &scales=QStringList()) " ] ,
2017-08-06 18:09:40 +02:00
" QgsLabelingEngine " : [ " processProvider(QgsAbstractLabelProvider *provider, QgsRenderContext &context, pal::Pal &p) " , " Flag " ] ,
2017-06-08 15:30:38 +02:00
" QgsSymbolSelectorDialog " : [ " moveLayerByOffset(int offset) " , " QgsSymbolSelectorDialog(QgsSymbol *symbol, QgsStyle *style, const QgsVectorLayer *vl, QWidget *parent=nullptr, bool embedded=false) " , " lockLayer() " , " moveLayerUp() " , " updateUi() " , " addLayer() " , " moveLayerDown() " , " layerChanged() " , " loadSymbol() " , " loadSymbol(QgsSymbol *symbol, SymbolLayerItem *parent) " , " setWidget(QWidget *widget) " , " updateLayerPreview() " , " symbolModified() " , " updateLockButton() " , " removeLayer() " , " currentLayer() " , " updatePreview() " ] ,
2016-03-18 09:32:08 +01:00
" QgsCacheIndexFeatureId " : [ " QgsCacheIndexFeatureId(QgsVectorLayerCache *) " ] ,
2017-02-15 09:22:58 +01:00
" QgsSymbolLayerWidget " : [ " setSymbolLayer(QgsSymbolLayer *layer)=0 " , " updateDataDefinedProperty() " , " QgsSymbolLayerWidget(QWidget *parent, const QgsVectorLayer *vl=nullptr) " , " symbolLayer()=0 " ] ,
2016-08-06 11:01:42 +02:00
" QgsRendererPropertiesDialog " : [ " apply() " , " onOK() " , " QgsRendererPropertiesDialog(QgsVectorLayer *layer, QgsStyle *style, bool embedded=false) " ] ,
2017-08-06 23:57:14 +02:00
" QgsAttributeTableFilterModel " : [ " fidToIndexList(QgsFeatureId fid) " , " FilterMode " , " mapFromMaster(const QModelIndex &sourceIndex) const " , " mapToMaster(const QModelIndex &proxyIndex) const " ] ,
" QgsRasterRendererWidget " : [ " min(int index=0) " , " rasterLayer() const " , " selectedBand(int index=0) " , " stdDev() " , " setMax(const QString &value, int index=0) " , " LoadMinMaxAlgo " , " setMin(const QString &value, int index=0) " , " setRasterLayer(QgsRasterLayer *layer) " , " max(int index=0) " , " QgsRasterRendererWidget(QgsRasterLayer *layer, const QgsRectangle &extent) " , " setStdDev(const QString &value) " , " renderer()=0 " ] ,
2016-03-18 09:32:08 +01:00
" QgsLabelCandidate " : [ " QgsLabelCandidate(const QRectF &r, double c) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLayerTreeLayer " : [ " readXML(QDomElement &element) " , " QgsLayerTreeLayer(const QString &layerId, const QString &name=QString()) " , " QgsLayerTreeLayer(const QgsLayerTreeLayer &other) " , " setVisible(Qt::CheckState visible) " , " QgsLayerTreeLayer(QgsMapLayer *layer) " , " attachToLayer() " , " isVisible() const " , " setLayerName(const QString &n) " , " layerName() const " , " layerId() const " , " layer() const " , " registryLayersAdded(const QList< QgsMapLayer * > &layers) " , " registryLayersWillBeRemoved(const QStringList &layerIds) " ] ,
" QgsLayerTreeModel " : [ " nodeAddedChildren(QgsLayerTreeNode *node, int indexFrom, int indexTo) " , " legendParent(QgsLayerTreeModelLegendNode *legendNode) const " , " disconnectFromRootNode() " , " invalidateLegendMapBasedData() " , " layerNeedsUpdate() " , " legendNodeRowCount(QgsLayerTreeModelLegendNode *node) const " , " layerLegendChanged() " , " connectToRootNode() " , " legendIconEmbeddedInParent(QgsLayerTreeLayer *nodeLayer) const " , " addLegendToLayer(QgsLayerTreeLayer *nodeL) " , " legendRootRowCount(QgsLayerTreeLayer *nL) const " , " nodeVisibilityChanged(QgsLayerTreeNode *node) " , " legendRootIndex(int row, int column, QgsLayerTreeLayer *nL) const " , " Flag " , " disconnectFromLayer(QgsLayerTreeLayer *nodeLayer) " , " legendNodeFlags(QgsLayerTreeModelLegendNode *node) const " , " nodeRemovedChildren() " , " nodeWillAddChildren(QgsLayerTreeNode *node, int indexFrom, int indexTo) " , " nodeLayerWillBeUnloaded() " , " legendNodeIndex(int row, int column, QgsLayerTreeModelLegendNode *node) const " , " removeLegendFromLayer(QgsLayerTreeLayer *nodeLayer) " , " nodeLayerLoaded() " , " nodeCustomPropertyChanged(QgsLayerTreeNode *node, const QString &key) " , " nodeWillRemoveChildren(QgsLayerTreeNode *node, int indexFrom, int indexTo) " , " legendNodeDataChanged() " , " legendNodeData(QgsLayerTreeModelLegendNode *node, int role) const " , " connectToLayer(QgsLayerTreeLayer *nodeLayer) " , " legendCleanup() " , " legendInvalidateMapBasedData() " , " iconGroup() " , " legendFilterByScale() const " , " indexOfParentLayerTreeNode(QgsLayerTreeNode *parentNode) const " , " disconnectFromLayers(QgsLayerTreeGroup *parentGroup) " , " connectToLayers(QgsLayerTreeGroup *parentGroup) " , " legendEmbeddedInParent(QgsLayerTreeLayer *nodeLayer) const " ] ,
2016-03-18 09:32:08 +01:00
" QgsConditionalLayerStyles " : [ " rowStyles() " ] ,
" QgsUuidWidgetFactory " : [ " QgsUuidWidgetFactory(const QString &name) " ] ,
" QgsNetworkAccessManager " : [ " QgsNetworkAccessManager(QObject *parent=nullptr) " , " requestCreated(QNetworkReply *) " , " requestTimedOut(QNetworkReply *) " , " requestAboutToBeCreated(QNetworkAccessManager::Operation, const QNetworkRequest &, QIODevice *) " ] ,
" QgsRunProcess " : [ " dialogGone() " , " processError(QProcess::ProcessError) " , " create(const QString &action, bool capture) " , " stdoutAvailable() " , " processExit(int, QProcess::ExitStatus) " , " stderrAvailable() " ] ,
" QgsFieldModel " : [ " isField(const QString &expression) " , " FieldRoles " , " updateModel() " , " allowExpression() " ] ,
" QgsPaintEffect " : [ " QgsPaintEffect(const QgsPaintEffect &other) " ] ,
2017-08-06 23:57:14 +02:00
" QgsGeos " : [ " asGeos(const QgsAbstractGeometry *geom, double precision=0) " , " getGEOSHandler() " , " coordSeqPoint(const GEOSCoordSequence *cs, int i, bool hasZ, bool hasM) " , " reshapeGeometry(const QgsLineString &reshapeWithLine, int *errorCode, QString *errorMsg=nullptr) const " , " fromGeosPolygon(const GEOSGeometry *geos) " ] ,
2016-03-18 09:32:08 +01:00
" QgsColorBrewerPalette " : [ " listSchemes() " , " listSchemeVariants(const QString &schemeName) " , " listSchemeColors(const QString &schemeName, int colors) " ] ,
2017-08-06 23:57:14 +02:00
" QgsGraduatedSymbolRendererWidget " : [ " updateGraduatedSymbolIcon() " , " classifyGraduated() " , " selectedRanges() " , " sizeScaleFieldChanged(const QString &fldName) " , " rowsMoved() " , " rangesClicked(const QModelIndex &idx) " , " labelFormatChanged() " , " disconnectUpdateHandlers() " , " refreshRanges(bool reset=false) " , " create(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " reapplyColorRamp() " , " scaleMethodChanged(QgsSymbol::ScaleMethod scaleMethod) " , " changeRange(int rangeIdx) " , " findSymbolForRange(double lowerBound, double upperBound, const QgsRangeList &ranges) const " , " changeCurrentValue(QStandardItem *item) " , " changeRangeSymbol(int rangeIdx) " , " connectUpdateHandlers() " , " modelDataChanged() " , " changeSelectedSymbols() " , " showSymbolLevels() " , " rowsOrdered() " , " graduatedColumnChanged(const QString &field) " , " reapplySizes() " , " QgsGraduatedSymbolRendererWidget(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " changeGraduatedSymbol() " , " rangesDoubleClicked(const QModelIndex &idx) " , " updateUiFromRenderer(bool updateCount=true) " ] ,
2016-03-18 09:32:08 +01:00
" QgsGpsdConnection " : [ " QgsGpsdConnection(const QString &host, qint16 port, const QString &device) " ] ,
2017-06-02 20:52:57 +02:00
" QgsPoint " : [ " QgsPoint(const QgsPoint &p) " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorLayerUndoCommand " : [ " cache() " , " QgsVectorLayerUndoCommand(QgsVectorLayerEditBuffer *buffer) " , " layer() " ] ,
2017-08-06 23:57:14 +02:00
" QgsDataDefinedRotationDialog " : [ " QgsDataDefinedRotationDialog(const QList< QgsSymbol * > &symbolList, QgsVectorLayer *layer) " ] ,
2017-06-06 15:50:31 +02:00
" QgsException " : [ " QgsException(const QString &what) " ] ,
2017-05-02 11:54:27 +02:00
" QgsEllipseSymbolLayerWidget " : [ " QgsEllipseSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=0) " , " create(const QgsVectorLayer *vl) " ] ,
2017-02-21 18:14:58 +01:00
" QgsSingleBandPseudoColorRendererWidget " : [ " create(QgsRasterLayer *layer, const QgsRectangle &extent) " , " setFromRenderer(const QgsRasterRenderer *r) " , " QgsSingleBandPseudoColorRendererWidget(QgsRasterLayer *layer, const QgsRectangle &extent=QgsRectangle()) " , " Mode " , " loadMinMax(int bandNo, double min, double max, int origin) " ] ,
2016-03-18 09:32:08 +01:00
" QgsSvgCache " : [ " instance() " , " replaceParamsAndCacheSvg(QgsSvgCacheEntry *entry) " , " cachePicture(QgsSvgCacheEntry *entry, bool forceVectorOutput=false) " , " cacheImage(QgsSvgCacheEntry *entry) " , " takeEntryFromList(QgsSvgCacheEntry *entry) " ] ,
2017-05-07 20:58:28 +10:00
" QgsMessageViewer " : [ " setCheckBoxText(const QString &text) " , " setMessageAsPlainText(const QString &msg) " , " checkBoxState() " , " setCheckBoxState(Qt::CheckState state) " , " setCheckBoxVisible(bool visible) " , " setCheckBoxQgsSettingsLabel(const QString &label) " , " setMessageAsHtml(const QString &msg) " , " QgsMessageViewer(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, bool deleteOnClose=true) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLabelSorter " : [ " QgsLabelSorter(const QgsMapSettings &mapSettings) " , " operator()(pal::LabelPosition *lp1, pal::LabelPosition *lp2) const " ] ,
" QgsVectorFieldSymbolLayer " : [ " AngleUnits " , " setDistanceMapUnitScale(const QgsMapUnitScale &scale) " , " setScale(double s) " , " distanceMapUnitScale() const " , " yAttribute() const " , " setXAttribute(const QString &attribute) " , " VectorFieldType " , " setDistanceUnit(QgsSymbol::OutputUnit unit) " , " setAngleOrientation(AngleOrientation orientation) " , " xAttribute() const " , " scale() const " , " angleOrientation() const " , " setAngleUnits(AngleUnits units) " , " AngleOrientation " , " vectorFieldType() const " , " create(const QgsStringMap &properties=QgsStringMap()) " , " setYAttribute(const QString &attribute) " , " distanceUnit() const " , " angleUnits() const " , " createFromSld(QDomElement &element) " , " setVectorFieldType(VectorFieldType type) " ] ,
" QgsLinearlyInterpolatedDiagramRenderer " : [ " setLowerValue(double val) " , " setClassificationAttribute(int index) " , " classificationAttributeIsExpression() const " , " classificationAttributeExpression() const " , " setUpperSize(QSizeF s) " , " setLowerSize(QSizeF s) " , " classificationAttribute() const " , " lowerValue() const " , " upperSize() const " , " setClassificationAttributeIsExpression(bool isExpression) " , " upperValue() const " , " setDiagramSettings(const QgsDiagramSettings &s) " , " setClassificationAttributeExpression(const QString &expression) " , " lowerSize() const " , " setUpperValue(double val) " ] ,
2016-03-18 09:32:08 +01:00
" QgsNMEAConnection " : [ " processGSVSentence(const char *data, int len) " , " processVTGSentence(const char *data, int len) " , " processGGASentence(const char *data, int len) " , " QgsNMEAConnection(QIODevice *dev) " , " processGSASentence(const char *data, int len) " , " processRMCSentence(const char *data, int len) " ] ,
" QgsPreviewEffect " : [ " QgsPreviewEffect(QObject *parent) " , " PreviewMode " ] ,
2017-06-08 15:30:38 +02:00
" QgsGeometryGeneratorSymbolLayerWidget " : [ " QgsGeometryGeneratorSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsProjectFileTransform " : [ " updateRevision(const QgsProjectVersion &version) " , " convertRasterProperties(QDomDocument &doc, QDomNode &parentNode, QDomElement &rasterPropertiesElem, QgsRasterLayer *rlayer) " ] ,
2017-08-06 23:57:14 +02:00
" QgsCentroidFillSymbolLayer " : [ " create(const QgsStringMap &properties=QgsStringMap()) " , " pointOnSurface() const " , " createFromSld(QDomElement &element) " , " setPointOnSurface(bool pointOnSurface) " ] ,
2016-03-18 09:32:08 +01:00
" QgsAdvancedDigitizingCanvasItem " : [ " QgsAdvancedDigitizingCanvasItem(QgsMapCanvas *canvas, QgsAdvancedDigitizingDockWidget *cadDockWidget) " ] ,
2016-08-06 11:01:42 +02:00
" QgsCategorizedSymbolRendererWidget " : [ " applyColorRamp() " , " categoryColumnChanged(const QString &field) " , " addCategories() " , " sizeScaleFieldChanged(const QString &fldName) " , " deleteCategories() " , " QgsCategorizedSymbolRendererWidget(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " updateCategorizedSymbolIcon() " , " scaleMethodChanged(QgsSymbol::ScaleMethod scaleMethod) " , " getColorRamp() " , " changeCategorizedSymbol() " , " create(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " populateCategories() " , " selectedCategoryList() " , " addCategory() " , " rowsMoved() " , " changeCategorySymbol() " , " categoriesDoubleClicked(const QModelIndex &idx) " , " updateUiFromRenderer() " , " deleteAllCategories() " , " showSymbolLevels() " ] ,
2016-03-18 09:32:08 +01:00
" QgsAttributeTypeLoadDialog " : [ " QgsAttributeTypeLoadDialog(QgsVectorLayer *vl) " ] ,
" QgsRangeWidgetWrapper " : [ " QgsRangeWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor, QWidget *parent=nullptr) " , " valueChanged(const QVariant &) " ] ,
" QgsNetworkReplyParser " : [ " None " ] ,
" QgsSingleBoxScaleBarStyle " : [ " QgsSingleBoxScaleBarStyle(const QgsComposerScaleBar *bar) " ] ,
" QgsMapLayerAction " : [ " Target " ] ,
2017-08-06 23:57:14 +02:00
" QgsSingleSymbolRenderer " : [ " createFromSld(QDomElement &element, QgsWkbTypes::GeometryType geomType) " , " scaleMethod() const " , " setSizeScaleField(const QString &fieldOrExpression) " , " QgsSingleSymbolRenderer(QgsSymbol *symbol) " , " symbol() const " , " sizeScaleField() const " , " setSymbol(QgsSymbol *s) " , " setScaleMethod(QgsSymbol::ScaleMethod scaleMethod) " ] ,
" QgsDetailedItemData " : [ " category() const " , " icon() const " , " setTitle(const QString &title) " , " setChecked(const bool flag) " , " detail() const " , " setCategory(const QString &category) " , " setCheckable(const bool flag) " , " isEnabled() const " , " isCheckable() const " , " setIcon(const QPixmap &icon) " , " title() const " , " isRenderedAsWidget() const " , " isChecked() const " , " setDetail(const QString &detail) " , " setEnabled(bool flag) " ] ,
2016-03-18 09:32:08 +01:00
" QgsPluginLayerType " : [ " QgsPluginLayerType(const QString &name) " , " name() " ] ,
2017-08-06 23:57:14 +02:00
" QgsRenderContext " : [ " coordinateTransform() const " , " drawEditingInformation() const " , " QgsRenderContext(const QgsRenderContext &rh) " , " setPainter(QPainter *p) " , " setUseRenderingOptimization(bool enabled) " , " setMapToPixel(const QgsMapToPixel &mtp) " , " selectionColor() const " , " setVectorSimplifyMethod(const QgsVectorSimplifyMethod &simplifyMethod) " , " extent() const " , " setDrawEditingInformation(bool b) " , " constPainter() const " , " scaleFactor() const " , " labelingEngine() const " , " renderingStopped() const " , " mapToPixel() const " , " rendererScale() const " , " painter() " , " setScaleFactor(double factor) " , " setExtent(const QgsRectangle &extent) " , " forceVectorOutput() const " , " setForceVectorOutput(bool force) " , " setRasterScaleFactor(double factor) " , " setLabelingEngine(QgsLabelingEngineInterface *iface) " , " setRendererScale(double scale) " , " rasterScaleFactor() const " , " setRenderingStopped(bool stopped) " , " setSelectionColor(const QColor &color) " ] ,
2017-05-02 11:54:27 +02:00
" QgsMessageBar " : [ " MessageLevel " , " currentItem() " , " QgsMessageBar(QWidget *parent=0) " ] ,
2017-05-07 20:58:28 +10:00
" QgsNewMemoryLayerDialog " : [ " QgsNewMemoryLayerDialog(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) " ] ,
2017-08-06 23:57:14 +02:00
" QgsBrowserModel " : [ " dataItem(const QModelIndex &idx) const " , " endRemoveItems() " , " connectItem(QgsDataItem *item) " , " beginRemoveItems(QgsDataItem *parent, int first, int last) " , " itemStateChanged(QgsDataItem *item, QgsDataItem::State oldState) " , " ItemDataRole " , " findItem(QgsDataItem *item, QgsDataItem *parent=nullptr) const " , " removeFavourite(const QModelIndex &index) " , " addFavouriteDirectory(const QString &favDir) " , " beginInsertItems(QgsDataItem *parent, int first, int last) " , " QgsBrowserModel(QObject *parent=nullptr) " , " itemDataChanged(QgsDataItem *item) " , " removeRootItems() " , " updateProjectHome() " , " endInsertItems() " ] ,
2016-03-18 09:32:08 +01:00
" QgsExpression::NodeCondition " : [ " NodeCondition(const WhenThenList &conditions, Node *elseExp=nullptr) " , " NodeCondition(WhenThenList *conditions, Node *elseExp=nullptr) " ] ,
" QgsComposerEffect " : [ " setCompositionMode(QPainter::CompositionMode compositionMode) " ] ,
2017-08-06 23:57:14 +02:00
" QgsHighlight " : [ " QgsHighlight(QgsMapCanvas *mapCanvas, const QgsGeometry *geom, QgsMapLayer *layer) " , " layer() const " , " QgsHighlight(QgsMapCanvas *mapCanvas, const QgsGeometry *geom, QgsVectorLayer *layer) " ] ,
2016-03-18 09:32:08 +01:00
" QgsExternalResourceWidgetFactory " : [ " QgsExternalResourceWidgetFactory(const QString &name) " ] ,
" QgsComposerTableV2 " : [ " QgsComposerTableV2(QgsComposition *composition, bool createUndoCommands) " ] ,
" QgsVectorDataProvider " : [ " convertValue(QVariant::Type type, const QString &value) " , " clearMinMaxCache() " , " pushError(const QString &msg) " , " fillMinMaxCache() " ] ,
" pal::PriorityQueue " : [ " sort() " , " getSizeByPos() " , " getBest() " , " getSize() " , " setPriority(int key, double new_p) " , " getId(int key) " , " insert(int key, double p) " , " upheap(int key) " , " decreaseKey(int key) " , " print() " , " downheap(int id) " , " remove(int key) " , " isIn(int key) " ] ,
" QgsVectorFileWriter::StringOption " : [ " StringOption(const QString &docString, const QString &defaultValue=QString()) " ] ,
2017-06-01 12:18:43 +02:00
" QgsLabelPosition " : [ " QgsLabelPosition(int id, double r, const QVector< QgsPointXY > &corners, const QgsRectangle &rect, double w, double h, const QString &layer, const QString &labeltext, const QFont &labelfont, bool upside_down, bool diagram=false, bool pinned=false, const QString &providerId=QString()) " ] ,
2016-03-18 09:32:08 +01:00
" QgsColorRampComboBox " : [ " QgsColorRampComboBox(QWidget *parent=nullptr) " , " colorRampChanged(int index) " ] ,
2017-08-06 23:57:14 +02:00
" QgsSvgSelectorWidget " : [ " imagesListView() " , " svgSelected(const QString &path) " , " filePathLineEdit() " , " selectorLayout() " , " QgsSvgSelectorWidget(QWidget *parent=0) " , " relativePathCheckbox() " , " currentSvgPathToName() const " , " currentSvgPath() const " , " groupsTreeView() " , " filePathButton() " , " create(QWidget *parent=nullptr) " , " populateList() " ] ,
2016-03-18 09:32:08 +01:00
" QgsEnumerationWidgetWrapper " : [ " QgsEnumerationWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsComposerMap " : [ " GridAnnotationFormat " , " previewMode() const " , " GridFrameStyle " , " extent() const " , " setPreviewMode(PreviewMode m) " , " drawCanvasItems() const " , " setCacheUpdated(bool u=false) " , " setDrawCanvasItems(bool b) " , " extentChanged() " , " GridAnnotationPosition " , " GridAnnotationDirection " , " GridStyle " ] ,
2016-03-18 09:32:08 +01:00
" QgsDerivativeFilter " : [ " QgsDerivativeFilter(const QString &inputFile, const QString &outputFile, const QString &outputFormat) " ] ,
" QgsNumericScaleBarStyle " : [ " QgsNumericScaleBarStyle(QgsComposerScaleBar *bar) " ] ,
2017-08-06 23:57:14 +02:00
" QgsSymbolRenderContext " : [ " renderContext() const " , " setMapUnitScale(const QgsMapUnitScale &scale) " , " renderContext() " , " outputUnit() const " , " outputLineWidth(double width) const " , " outputPixelSize(double size) const " , " selected() const " , " setRenderHints(int hints) " , " QgsSymbolRenderContext(QgsRenderContext &c, QgsSymbol::OutputUnit u, qreal alpha=1.0, bool selected=false, int renderHints=0, const QgsFeature *f=nullptr, const QgsFields *fields=nullptr, const QgsMapUnitScale &mapUnitScale=QgsMapUnitScale()) " , " setSelected(bool selected) " , " setOutputUnit(QgsSymbol::OutputUnit u) " , " setFeature(const QgsFeature *f) " , " renderHints() const " , " mapUnitScale() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsIdentifyMenu " : [ " MenuLevel " , " execWithSingleResult() " , " allowMultipleReturn() " , " resultsIfExternalAction() " , " showFeatureActions() " , " maxFeatureDisplay() " , " maxLayerDisplay() " ] ,
2017-06-01 12:18:43 +02:00
" QgsPointLocator_VisitorNearestEdge " : [ " QgsPointLocator_VisitorNearestEdge(QgsPointLocator *pl, QgsPointLocator::Match &m, const QgsPointXY &srcPoint, QgsPointLocator::MatchFilter *filter=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" ParametricLine " : [ " getControlPoint(int number) const =0 " , " getDegree() const =0 " , " calcPoint(float t, QgsPoint *p)=0 " , " calcFirstDer(float t, Vector3D *v)=0 " , " remove(int i)=0 " , " setParent(ParametricLine *paral)=0 " , " calcSecDer(float t, Vector3D *v)=0 " , " getParent() const =0 " , " changeDirection()=0 " , " add(ParametricLine *pl)=0 " , " getControlPoly() const =0 " , " setControlPoly(QVector< QgsPoint * > *cp)=0 " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerAttributeTable " : [ " QgsComposerAttributeTable(QgsComposition *composition) " ] ,
" QgisInterface " : [ " helpToolBar()=0 " , " actionToggleFullScreen()=0 " , " newLayerMenu()=0 " , " actionNodeTool()=0 " , " actionCopyFeatures()=0 " , " actionNewProject()=0 " , " actionNewVectorLayer()=0 " , " actionCancelEdits()=0 " , " actionSplitParts()=0 " , " actionShowComposerManager()=0 " , " actionHelpContents()=0 " , " actionOpenFieldCalculator()=0 " , " actionSaveProjectAs()=0 " , " actionLayerProperties()=0 " , " helpMenu()=0 " , " actionSimplifyFeature()=0 " , " actionAddAllToOverview()=0 " , " databaseMenu()=0 " , " actionCheckQgisVersion()=0 " , " actionSaveProject()=0 " , " actionCancelAllEdits()=0 " , " layerTreeView()=0 " , " advancedDigitizeToolBar()=0 " , " actionAbout()=0 " , " webMenu()=0 " , " actionDuplicateLayer()=0 " , " actionShowPythonDialog()=0 " , " vectorToolBar()=0 " , " actionPasteFeatures()=0 " , " actionPrintComposer()=0 " , " actionSplitFeatures()=0 " , " actionPluginListSeparator()=0 " , " pluginManagerInterface()=0 " , " actionRemoveAllFromOverview()=0 " , " digitizeToolBar()=0 " , " actionSaveActiveLayerEdits()=0 " , " firstRightStandardMenu()=0 " , " projectMenu()=0 " , " actionProjectProperties()=0 " , " actionCopyLayerStyle()=0 " , " actionAllEdits()=0 " , " actionAddOgrLayer()=0 " , " actionDeleteRing()=0 " , " actionAddWmsLayer()=0 " , " settingsMenu()=0 " , " actionAddRing()=0 " , " fileToolBar()=0 " , " editMenu()=0 " , " pluginMenu()=0 " , " mapNavToolToolBar()=0 " , " vectorMenu()=0 " , " actionCutFeatures()=0 " , " actionSaveMapAsImage()=0 " , " actionMoveFeature()=0 " , " windowMenu()=0 " , " actionShowSelectedLayers()=0 " , " actionDeleteSelected()=0 " , " actionOptions()=0 " , " layerToolBar()=0 " , " actionDeletePart()=0 " , " actionAddPgLayer()=0 " , " databaseToolBar()=0 " , " actionRollbackAllEdits()=0 " , " actionShowAllLayers()=0 " , " viewMenu()=0 " , " actionRollbackEdits()=0 " , " actionSaveAllEdits()=0 " , " actionPasteLayerStyle()=0 " , " actionQgisHomePage()=0 " , " attributesToolBar()=0 " , " actionExit()=0 " , " rasterToolBar()=0 " , " actionHideAllLayers()=0 " , " actionAddToOverview()=0 " , " layerMenu()=0 " , " actionToggleEditing()=0 " , " actionLayerSaveAs()=0 " , " actionManagePlugins()=0 " , " actionCustomProjection()=0 " , " rasterMenu()=0 " , " actionAddPart()=0 " , " pluginToolBar()=0 " , " actionRemoveLayer()=0 " , " actionOpenTable()=0 " , " actionSaveEdits()=0 " , " actionOpenProject()=0 " , " webToolBar()=0 " , " actionAddFeature()=0 " , " actionHideSelectedLayers()=0 " , " actionAddRasterLayer()=0 " ] ,
2017-08-06 23:57:14 +02:00
" QgsCollapsibleGroupBoxBasic " : [ " QgsCollapsibleGroupBoxBasic(const QString &title, QWidget *parent=nullptr) " , " checkToggled(bool ckd) " , " QgsCollapsibleGroupBoxBasic(QWidget *parent=nullptr) " , " init() " , " clearModifiers() " , " titleRect() const " , " checkClicked(bool ckd) " , " updateStyle() " , " toggleCollapsed() " ] ,
2017-03-03 20:39:17 +01:00
" QgsOptionsDialogBase " : [ " setSettings(QgsSettings *settings) " , " updateOptionsListVerticalTabs() " , " optionsStackedWidget_CurrentChanged(int indx) " , " warnAboutMissingObjects() " , " optionsStackedWidget_WidgetRemoved(int indx) " , " updateWindowTitle() " ] ,
2016-03-18 09:32:08 +01:00
" QgsAttributeEditor " : [ " QgsAttributeEditor(QObject *parent, QgsVectorLayer *vl=nullptr, int idx=-1) " , " setValue(QWidget *widget, QgsVectorLayer *vl, int idx, const QVariant &value) " , " retrieveValue(QWidget *widget, QgsVectorLayer *vl, int idx, QVariant &value) " ] ,
" QgsPluginLayerRenderer " : [ " QgsPluginLayerRenderer(QgsPluginLayer *layer, QgsRenderContext &rendererContext) " ] ,
" QgsAbstractLabelProvider " : [ " Flag " ] ,
" DualEdgeTriangulation " : [ " DualEdgeTriangulation(int nop, Triangulation *decorator) " , " setDecorator(Triangulation *d) " ] ,
2016-07-23 00:20:29 +02:00
" QgsProjectionSelector " : [ " setSelectedAuthId(const QString &authId) " , " setSelectedCrsId(long theCRSID) " , " QgsProjectionSelector(QWidget *parent, const char *name= \" \" , Qt::WindowFlags fl=0) " , " selectedProj4String() " , " setSelectedCrsName(const QString &theCRSName) " , " selectedName() " , " sridSelected(const QString &theSRID) " ] ,
2017-08-06 23:57:14 +02:00
" QgsImageFillSymbolLayer " : [ " setStrokeWidthMapUnitScale(const QgsMapUnitScale &scale) " , " strokeWidthMapUnitScale() const " , " setStrokeWidthUnit(QgsSymbol::OutputUnit unit) " , " strokeWidthUnit() const " , " applyDataDefinedSettings(QgsSymbolRenderContext &context) " ] ,
2016-08-05 08:30:00 +02:00
" QgsSymbologyConversion " : [ " brushStyle2QString(Qt::BrushStyle brushstyle) " , " qString2PenStyle(const QString &string) " , " penStyle2QString(Qt::PenStyle penstyle) " , " qString2BrushStyle(const QString &string) " ] ,
2016-03-18 09:32:08 +01:00
" QgsRelationEditorWidget " : [ " setEditorContext(const QgsAttributeEditorContext &context) " , " setRelationFeature(const QgsRelation &relation, const QgsFeature &feature) " , " setFeature(const QgsFeature &feature) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDashSpaceDialog " : [ " QgsDashSpaceDialog(const QVector< qreal > &v, QWidget *parent=nullptr, Qt::WindowFlags f=0) " , " dashDotVector() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsAuthMethodConfig " : [ " setMethod(const QString &method) " , " setUri(const QString &uri) " ] ,
2016-07-21 22:01:38 +10:00
" QgsXmlUtils " : [ " readRectangle(const QDomElement &element) " , " readMapUnits(const QDomElement &element) " , " writeMapUnits(Qgis::UnitType units, QDomDocument &doc) " , " writeRectangle(const QgsRectangle &rect, QDomDocument &doc) " ] ,
2016-08-06 11:01:42 +02:00
" QgsSurface " : [ " surfaceToPolygon() const =0 " ] ,
2016-03-18 09:32:08 +01:00
" QgsDrawSourceWidget " : [ " create() " , " QgsDrawSourceWidget(QWidget *parent=nullptr) " ] ,
2017-05-02 11:54:27 +02:00
" QgsRelationWidgetWrapper " : [ " QgsRelationWidgetWrapper(QgsVectorLayer *vl, const QgsRelation &relation, QWidget *editor=nullptr, QWidget *parent=0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsLayerTreeGroup " : [ " QgsLayerTreeGroup(const QString &name=QString(), Qt::CheckState checked=Qt::Checked) " , " nodeVisibilityChanged(QgsLayerTreeNode *node) " , " QgsLayerTreeGroup(const QgsLayerTreeGroup &other) " , " layerDestroyed() " ] ,
" QgsSLConnect " : [ " sqlite3_close_v2(sqlite3 *) " , " sqlite3_close(sqlite3 *) " , " sqlite3_open(const char *filename, sqlite3 **ppDb) " , " sqlite3_open_v2(const char *filename, sqlite3 **ppDb, int flags, const char *zVfs) " ] ,
2017-08-06 23:57:14 +02:00
" QgsVectorColorBrewerColorRamp " : [ " listSchemeNames() " , " QgsVectorColorBrewerColorRamp(const QString &schemeName=DEFAULT_COLORBREWER_SCHEMENAME, int colors=DEFAULT_COLORBREWER_COLORS) " , " setColors(int colors) " , " loadPalette() " , " colors() const " , " schemeName() const " , " create(const QgsStringMap &properties=QgsStringMap()) " , " setSchemeName(const QString &schemeName) " , " listSchemeVariants(const QString &schemeName) " ] ,
" QgsPointCompare " : [ " operator()(const QgsPointXY &p1, const QgsPointXY &p2) const " , " QgsPointCompare(double tolerance) " ] ,
" QgsRasterShaderFunction " : [ " minimumValue() const " , " QgsRasterShaderFunction(double minimumValue=0.0, double maximumValue=255.0) " , " maximumValue() const " , " minimumMaximumRange() const " , " legendSymbologyItems(QList< QPair< QString, QColor > > &symbolItems) const " ] ,
" QgsRasterPyramidsOptionsWidget " : [ " pyramidsFormat() const " , " overviewList() const " , " overviewListChanged() " , " QgsRasterPyramidsOptionsWidget(QWidget *parent=0, const QString &provider= \" gdal \" ) " , " setRasterLayer(QgsRasterLayer *rasterLayer) " , " checkAllLevels(bool checked) " , " setRasterFileName(const QString &file) " , " resamplingMethod() const " , " configOptions() const " , " someValueChanged() " , " apply() " , " createOptionsWidget() " ] ,
2016-03-18 09:32:08 +01:00
" QgsRasterFillSymbolLayerWidget " : [ " QgsRasterFillSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " create(const QgsVectorLayer *vl) " ] ,
2017-08-06 23:57:14 +02:00
" QgsErrorMessage " : [ " function() const " , " line() const " , " file() const " , " tag() const " , " message() const " ] ,
" QgsComposerLabel " : [ " QgsComposerLabel(QgsComposition *composition) " , " text() " , " setHtmlState(int state) " , " refreshExpressionContext() " , " setText(const QString &text) " , " font() const " , " htmlState() " , " setFont(const QFont &f) " ] ,
2016-03-18 09:32:08 +01:00
" QgsDefaultPluginLayerLegend " : [ " QgsDefaultPluginLayerLegend(QgsPluginLayer *pl) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLayerTreeRegistryBridge " : [ " groupWillRemoveChildren(QgsLayerTreeNode *node, int indexFrom, int indexTo) " , " QgsLayerTreeRegistryBridge(QgsLayerTreeGroup *root, QObject *parent=nullptr) " , " removeLayersFromRegistry(const QStringList &layerIds) " , " isEnabled() const " , " layersAdded(const QList< QgsMapLayer * > &layers) " , " newLayersVisible() const " , " setEnabled(bool enabled) " , " layersWillBeRemoved(const QStringList &layerIds) " , " setNewLayersVisible(bool enabled) " , " groupRemovedChildren() " ] ,
" QgsLabelComponent " : [ " setUseCenter(const bool use) " , " setPictureBuffer(const double buffer) " , " offset() const " , " dpiRatio() const " , " setSize(const QgsPointXY &point) " , " setRotation(const double rotation) " , " picture() const " , " rotationOffset() const " , " setRotationOffset(const double rotation) " , " setCenter(const QgsPointXY &point) " , " pictureBuffer() const " , " setDpiRatio(const double ratio) " , " size() const " , " setUseRotation(const bool use) " , " setPicture(QPicture *picture) " , " text() const " , " center() const " , " setOrigin(const QgsPointXY &point) " , " setUseOrigin(const bool use) " , " setText(const QString &text) " , " useOrigin() const " , " useCenter() const " , " origin() const " , " setOffset(const QgsPointXY &point) " , " rotation() const " , " useRotation() const " ] ,
" QgsMarkerSymbolLayer " : [ " setAngle(double angle) " , " sizeMapUnitScale() const " , " scaleMethod() const " , " VerticalAnchorPoint " , " offsetMapUnitScale() const " , " renderPoint(QPointF point, QgsSymbolRenderContext &context)=0 " , " setOffsetUnit(QgsSymbol::OutputUnit unit) " , " setSizeUnit(QgsSymbol::OutputUnit unit) " , " setVerticalAnchorPoint(VerticalAnchorPoint v) " , " setHorizontalAnchorPoint(HorizontalAnchorPoint h) " , " _rotatedOffset(QPointF offset, double angle) " , " writeSldMarker(QDomDocument &doc, QDomElement &element, const QgsStringMap &props) const " , " offsetUnit() const " , " offset() const " , " sizeUnit() const " , " QgsMarkerSymbolLayer(bool locked=false) " , " setSize(double size) " , " setSizeMapUnitScale(const QgsMapUnitScale &scale) " , " size() const " , " horizontalAnchorPoint() const " , " setScaleMethod(QgsSymbol::ScaleMethod scaleMethod) " , " setOffset(QPointF offset) " , " markerOffset(QgsSymbolRenderContext &context, double &offsetX, double &offsetY) const " , " verticalAnchorPoint() const " , " HorizontalAnchorPoint " , " setOffsetMapUnitScale(const QgsMapUnitScale &scale) " , " angle() const " ] ,
2017-04-10 08:42:28 +10:00
" QgsApplication " : [ " QgsApplication(int &argc, char **argv, bool GUIenabled, const QString &profileFolder=QString(), const QString &platformName= \" desktop \" ) " ] ,
2016-03-18 09:32:08 +01:00
" QgsExpression::Visitor " : [ " visit(const NodeLiteral &n)=0 " , " visit(const NodeFunction &n)=0 " , " visit(const NodeCondition &n)=0 " , " visit(const NodeUnaryOperator &n)=0 " , " visit(const NodeInOperator &n)=0 " , " visit(const NodeBinaryOperator &n)=0 " , " visit(const NodeColumnRef &n)=0 " ] ,
" QgsComposerTable " : [ " QgsComposerTable(QgsComposition *composition) " ] ,
2016-08-06 11:01:42 +02:00
" QgsFillSymbol " : [ " setAngle(double angle) " , " QgsFillSymbol(const QgsSymbolLayerList &layers=QgsSymbolLayerList()) " , " renderPolygon(const QPolygonF &points, QList< QPolygonF > *rings, const QgsFeature *f, QgsRenderContext &context, int layer=-1, bool selected=false) " ] ,
" QgsCentroidFillSymbolLayerWidget " : [ " create(const QgsVectorLayer *vl) " , " QgsCentroidFillSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsLinePatternFillSymbolLayerWidget " : [ " create(const QgsVectorLayer *vl) " , " QgsLinePatternFillSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " ] ,
" QgsAttributeTableMapLayerAction " : [ " QgsAttributeTableMapLayerAction(const QString &name, QgsDualView *dualView, QgsMapLayerAction *action, const QModelIndex &fieldIdx) " , " execute() " ] ,
2017-08-06 23:57:14 +02:00
" QgsScaleBarStyle " : [ " drawLabels(QPainter *p) const " , " QgsScaleBarStyle(const QgsComposerScaleBar *bar) " , " name() const =0 " , " calculateBoxSize() const " ] ,
2017-05-02 11:54:27 +02:00
" QgsScaleVisibilityDialog " : [ " QgsScaleVisibilityDialog(QWidget *parent=0, const QString &title=QString(), QgsMapCanvas *mapCanvas=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsGraduatedSymbolRenderer " : [ " scaleMethod() const " , " QgsGraduatedSymbolRenderer(const QString &attrName=QString(), const QgsRangeList &ranges=QgsRangeList()) " , " updateRangeUpperValue(int rangeIndex, double value) " , " sortByValue(Qt::SortOrder order=Qt::AscendingOrder) " , " createRenderer(QgsVectorLayer *vlayer, const QString &attrName, int classes, Mode mode, QgsSymbol *symbol, QgsVectorColorRamp *ramp, bool inverted=false, const QgsRendererRangeLabelFormat &legendFormat=QgsRendererRangeLabelFormat()) " , " addClass(QgsSymbol *symbol) " , " setInvertedColorRamp(bool inverted) " , " setMode(Mode mode) " , " updateRangeSymbol(int rangeIndex, QgsSymbol *symbol) " , " setSizeScaleField(const QString &fieldOrExpression) " , " updateRangeLowerValue(int rangeIndex, double value) " , " GraduatedMethod " , " deleteClass(int idx) " , " deleteAllClasses() " , " Mode " , " setClassAttribute(const QString &attr) " , " sortByLabel(Qt::SortOrder order=Qt::AscendingOrder) " , " symbolForValue(double value) " , " setScaleMethod(QgsSymbol::ScaleMethod scaleMethod) " , " updateRangeLabel(int rangeIndex, const QString &label) " , " ranges() const " , " mode() const " , " sizeScaleField() const " , " classAttribute() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsPaintEffectWidget " : [ " QgsPaintEffectWidget(QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDetailedItemDelegate " : [ " QgsDetailedItemDelegate(QObject *parent=0) " , " horizontalSpacing() const " , " setHorizontalSpacing(int value) " , " setVerticalSpacing(int value) " , " verticalSpacing() const " ] ,
2016-03-18 09:32:08 +01:00
" FieldSorter " : [ " FieldSorter(QgsAtlasComposition::SorterKeys &keys, bool ascending=true) " , " operator()(const QPair< QgsFeatureId, QString > &id1, const QPair< QgsFeatureId, QString > &id2) " ] ,
" QgsMessageLogConsole " : [ " logMessage(const QString &message, const QString &tag, QgsMessageLog::MessageLevel level) " ] ,
" QgsEncodingFileDialog " : [ " saveUsedEncoding() " , " QgsEncodingFileDialog(QWidget *parent=nullptr, const QString &caption=QString(), const QString &directory=QString(), const QString &filter=QString(), const QString &encoding=QString()) " , " pbnCancelAll_clicked() " ] ,
" QgsConnectionPoolGroup " : [ " onConnectionExpired() " , " acquire() " , " invalidateConnections() " , " release(T conn) " , " initTimer(QObject *parent) " , " QgsConnectionPoolGroup(const QString &ci) " ] ,
" QgsValueMapWidgetWrapper " : [ " QgsValueMapWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRuleBasedRenderer::Rule " : [ " label() const " , " createFromSld(QDomElement &element, QgsWkbTypes::GeometryType geomType) " , " scaleMaxDenom() const " , " scaleMinDenom() const " , " initFilter() " , " dependsOnScale() const " , " toSld(QDomDocument &doc, QDomElement &element, QgsStringMap props) const " , " save(QDomDocument &doc, QgsSymbolMap &symbolMap) const " , " setLabel(const QString &label) " , " symbol() " ] ,
" QgsExpression::NodeUnaryOperator " : [ " op() const " , " NodeUnaryOperator(UnaryOperator op, Node *operand) " , " operand() const " ] ,
" QgsLegendModel " : [ " QgsLegendModel(QgsLayerTreeGroup *rootNode, QObject *parent=nullptr) " , " ItemType " , " addLayer(QgsMapLayer *mapLayer, double scaleDenominator=-1, const QString &rule= \" \" , QStandardItem *parentItem=nullptr) " , " setLayerSet(const QStringList &layerIds, double scaleDenominator=-1, const QString &rule= \" \" ) " , " updateRasterClassificationItem(QStandardItem *classificationItem) " , " readXML(const QDomElement &legendModelElem, const QDomDocument &doc) " , " removeLayer(const QString &layerId) " , " writeXML(QDomElement &composerLegendElem, QDomDocument &doc) const " , " setAutoUpdate(bool autoUpdate) " , " layersChanged() " , " autoUpdate() " ] ,
2016-03-18 09:32:08 +01:00
" QgsAction " : [ " QgsAction(ActionType type, const QString &name, const QString &action, const QString &icon, bool capture) " , " ActionType " , " QgsAction(ActionType type, const QString &name, const QString &action, bool capture) " ] ,
2017-02-22 17:13:57 +10:00
" QgsSimpleFillSymbolLayerWidget " : [ " setBrushStyle() " , " create(const QgsVectorLayer *vl) " , " offsetChanged() " , " QgsSimpleFillSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " strokeWidthChanged() " , " setStrokeColor(const QColor &color) " , " setColor(const QColor &color) " , " strokeStyleChanged() " ] ,
2016-12-05 11:24:30 +01:00
" QgsValueRelationWidgetWrapper " : [ " orderByKeyLessThan(const QgsValueRelationWidgetWrapper::ValueRelationItem &p1, const QgsValueRelationWidgetWrapper::ValueRelationItem &p2) " , " orderByValueLessThan(const QgsValueRelationWidgetWrapper::ValueRelationItem &p1, const QgsValueRelationWidgetWrapper::ValueRelationItem &p2) " , " QgsValueRelationWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " , " createCache(const QVariantMap &config) " , " None " ] ,
2017-08-06 23:57:14 +02:00
" QgsCptCityColorRampItem " : [ " init() " , " QgsCptCityColorRampItem(QgsCptCityDataItem *parent, const QString &name, const QString &path, const QStringList &variantList, bool initialize=false) " , " QgsCptCityColorRampItem(QgsCptCityDataItem *parent, const QString &name, const QString &path, const QString &variantName=QString(), bool initialize=false) " , " ramp() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsMasterPasswordResetDialog " : [ " QgsMasterPasswordResetDialog(QWidget *parent=nullptr) " , " requestMasterPasswordReset(QString *newpass, QString *oldpass, bool *keepbackup) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterRange " : [ " min() const " , " max() const " , " setMax(double max) " , " setMin(double min) " ] ,
" QgsSymbol " : [ " mapUnitScale() const " , " layer() const " , " None " , " QgsSymbol(SymbolType type, const QgsSymbolLayerList &layers) " , " RenderHint " , " renderHints() const " , " outputUnit() const " , " type() const " , " clone() const =0 " , " startRender(QgsRenderContext &context, const QgsFields *fields=nullptr) " , " toSld(QDomDocument &doc, QDomElement &element, QgsStringMap props) const " , " setColor(const QColor &color) " , " setRenderHints(int hints) " , " color() const " , " dump() const " , " setMapUnitScale(const QgsMapUnitScale &scale) " , " setOutputUnit(QgsSymbol::OutputUnit u) " , " stopRender(QgsRenderContext &context) " ] ,
" QgsComposition " : [ " setSnapGridOffsetX(const double offset) " , " moveSelectedItemsToTop() " , " setGridStyle(const GridStyle s) " , " worldFileMap() const " , " setSnapToGridEnabled(const bool b) " , " atlasComposition() " , " setSnapGridOffsetY(const double offset) " , " setSmartGuidesEnabled(const bool b) " , " endMultiFrameCommand() " , " alignSelectedItemsLeft() " , " setPrintAsRaster(const bool enabled) " , " snapGridResolution() const " , " setGenerateWorldFile(const bool enabled) " , " alignmentSnap() const " , " setSnapGridResolution(const double r) " , " alignSelectedItemsBottom() " , " moveSelectedItemsToBottom() " , " init() " , " moveItemToBottom(QgsComposerItem *item) " , " selectNextByZOrder(const ZValueDirection direction) " , " gridStyle() const " , " setPrintResolution(const int dpi) " , " lowerSelectedItems() " , " raiseSelectedItems() " , " alignSelectedItemsRight() " , " snapGridOffsetY() const " , " getComposerItemBelow(QgsComposerItem *item) const " , " setWorldFileMap(QgsComposerMap *map) " , " nPagesChanged() " , " getComposerItemAbove(QgsComposerItem *item) const " , " setGridPen(const QPen &p) " , " printResolution() const " , " smartGuidesEnabled() const " , " snapGridOffsetX() const " , " printAsRaster() const " , " gridVisible() const " , " moveItemToTop(QgsComposerItem *item) " , " plotStyle() const " , " raiseItem(QgsComposerItem *item) " , " setGridVisible(const bool b) " , " snapToGridEnabled() const " , " setPlotStyle(const QgsComposition::PlotStyle style) " , " lowerItem(QgsComposerItem *item) " , " alignSelectedItemsTop() " , " generateWorldFile() const " , " gridPen() const " , " alignSelectedItemsVCenter() " , " paperSizeChanged() " , " snapLinesVisible() const " , " ZValueDirection " , " setAlignmentSnap(const bool s) " , " alignSelectedItemsHCenter() " , " QgsComposition(const QgsMapSettings &mapSettings) " , " PaperOrientation " , " beginMultiFrameCommand(QgsComposerMultiFrame *multiFrame, const QString &text, const QgsComposerMultiFrameMergeCommand::Context c=QgsComposerMultiFrameMergeCommand::Unknown) " , " preventCursorChange() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsGml " : [ " dataProgressAndSteps(int progress, int totalSteps) " , " dataReadProgress(int progress) " , " QgsGml(const QString &typeName, const QString &geometryAttribute, const QgsFields &fields) " , " totalStepsUpdate(int totalSteps) " ] ,
" QgsGenericFeatureSelectionManager " : [ " QgsGenericFeatureSelectionManager(QObject *parent=nullptr) " , " QgsGenericFeatureSelectionManager(const QgsFeatureIds &initialSelection, QObject *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsExpressionFieldBuffer " : [ " None " , " expressions() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsGPSConnection " : [ " Status " , " nmeaSentenceReceived(const QString &substring) " , " stateChanged(const QgsGPSInformation &info) " ] ,
2017-08-06 23:57:14 +02:00
" QgsMapServiceException " : [ " code() const " , " QgsMapServiceException(const QString &code, const QString &message) " , " message() const " ] ,
" QgsMapToPixel " : [ " toMapPoint(double x, double y) const " , " transform(QgsPointXY *p) const " , " transformInPlace(float &x, float &y) const " , " toMapCoordinates(int x, int y) const " , " transform() const " ] ,
" QgsPenJoinStyleComboBox " : [ " penJoinStyle() const " , " setPenJoinStyle(Qt::PenJoinStyle style) " , " QgsPenJoinStyleComboBox(QWidget *parent=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsPaintEngineHack " : [ " fixEngineFlags(QPaintEngine *engine) " , " fixFlags() " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterDataProvider " : [ " colorName(int colorInterpretation) const " , " progressUpdate(int progress) " , " identifyFormatToCapability(QgsRaster::IdentifyFormat format) " , " makeTableCell(const QString &value) " , " identifyFormatName(QgsRaster::IdentifyFormat format) " , " setUserNoDataValue(int bandNo, const QgsRasterRangeList &noData) " , " colorTable(int bandNo) const " , " identifyFormatLabel(QgsRaster::IdentifyFormat format) " , " makeTableCells(const QStringList &values) " , " identifyFormatFromName(const QString &formatName) " , " QgsRasterDataProvider(const QString &uri) " , " colorInterpretationName(int bandNo) const " ] ,
2016-03-18 09:32:08 +01:00
" QgsAdvancedDigitizingDockWidget::CadConstraint " : [ " CadConstraint(QLineEdit *lineEdit, QToolButton *lockerButton, QToolButton *relativeButton=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsProject " : [ " readBoolEntry(const QString &scope, const QString &key, bool def=false, bool *ok=nullptr) const " , " readEntry(const QString &scope, const QString &key, const QString &def=QString(), bool *ok=nullptr) const " , " dirty(bool b) " , " write() " , " loadingLayer(const QString &) " , " writeEntry(const QString &scope, const QString &key, const QString &value) " , " snapSettingsChanged() " , " readNumEntry(const QString &scope, const QString &key, int def=0, bool *ok=nullptr) const " , " writeEntry(const QString &scope, const QString &key, int value) " , " relationManager() const " , " writeEntry(const QString &scope, const QString &key, const QStringList &value) " , " readDoubleEntry(const QString &scope, const QString &key, double def=0, bool *ok=nullptr) const " ] ,
" QgsMapLayerModel " : [ " removeLayers(const QStringList &layerIds) " , " addLayers(const QList< QgsMapLayer * > &layers) " ] ,
2016-03-18 09:32:08 +01:00
" QgsValueRelationConfigDlg " : [ " editExpression() " , " QgsValueRelationConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=nullptr) " ] ,
" QgsFieldComboBox " : [ " indexChanged(int i) " ] ,
2017-08-06 23:57:14 +02:00
" pal::FeaturePart " : [ " getLabelDistance() const " , " FeaturePart(const FeaturePart &other) " , " addSizePenalty(int nbp, QList< LabelPosition * > &lPos, double bbx[4], double bby[4]) " , " getLabelAngle() " , " getLabelHeight() const " , " obstacleFactor() " , " getLabelWidth() const " , " curvedPlacementAtOffset(PointSet *path_positions, double *path_distances, int orientation, int index, double distance) " , " getFixedRotation() " , " isObstacle() " , " repeatDistance() " , " getFixedPosition() " , " getAlwaysShow() " ] ,
" QgsProviderExtentCalcEvent " : [ " QgsProviderExtentCalcEvent(QgsRectangle *layerExtent) " , " layerExtent() const " ] ,
" QgsGmlFeatureClass " : [ " fields() " , " QgsGmlFeatureClass(const QString &name, const QString &path) " , " path() const " , " geometryAttributes() " , " fieldIndex(const QString &name) " ] ,
2017-02-21 18:14:58 +01:00
" QgsOwsConnection " : [ " connectionList(const QString &service) " , " uri() " , " selectedConnection(const QString &service) " , " setSelectedConnection(const QString &service, const QString &name) " , " deleteConnection(const QString &service, const QString &name) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDatumTransformStore " : [ " clear() " , " QgsDatumTransformStore(const QgsCoordinateReferenceSystem &destCrs) " , " addEntry(const QString &layerId, const QString &srcAuthId, const QString &destAuthId, int srcDatumTransform, int destDatumTransform) " , " setDestinationCrs(const QgsCoordinateReferenceSystem &destCrs) " , " hasEntryForLayer(QgsMapLayer *layer) const " , " writeXML(QDomNode &parentNode, QDomDocument &doc) const " , " readXML(const QDomNode &parentNode) " ] ,
2017-05-02 11:54:27 +02:00
" QgsVectorFieldSymbolLayerWidget " : [ " create(const QgsVectorLayer *vl) " , " QgsVectorFieldSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=0) " ] ,
2017-08-06 23:57:14 +02:00
" QgsFieldProxyModel " : [ " Filter " , " filters() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsNumericSortTreeWidgetItem " : [ " QgsNumericSortTreeWidgetItem(QTreeWidgetItem *parent) " ] ,
2017-08-06 23:57:14 +02:00
" QgsBrowserWatcher " : [ " item() const " , " QgsBrowserWatcher(QgsDataItem *item) " , " finished(QgsDataItem *item, const QVector< QgsDataItem * > &items) " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorLayerUndoCommandChangeAttribute " : [ " QgsVectorLayerUndoCommandChangeAttribute(QgsVectorLayerEditBuffer *buffer, QgsFeatureId fid, int fieldIndex, const QVariant &newValue, const QVariant &oldValue) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDiagramLayerSettings " : [ " readXML(const QDomElement &elem, const QgsVectorLayer *layer) " , " Placement " , " writeXML(QDomElement &layerElem, QDomDocument &doc, const QgsVectorLayer *layer) const " ] ,
2016-03-18 09:32:08 +01:00
" QgsValueMapWidgetFactory " : [ " QgsValueMapWidgetFactory(const QString &name) " ] ,
2017-08-06 23:57:14 +02:00
" QgsComposerLayerItem " : [ " showFeatureCount() const " , " setDefaultStyle(double scaleDenominator=-1, const QString &rule= \" \" ) " , " QgsComposerLayerItem(const QString &text) " , " setLayerID(const QString &id) " , " layerID() const " , " setShowFeatureCount(bool show) " ] ,
" QgsSingleBandPseudoColorRenderer " : [ " classificationMax() const " , " setClassificationMax(double max) " , " create(const QDomElement &elem, QgsRasterInterface *input) " , " setClassificationMin(double min) " , " classificationMinMaxOrigin() const " , " setClassificationMinMaxOrigin(int origin) " , " shader() " , " classificationMin() const " ] ,
2017-05-02 11:54:27 +02:00
" QgsFeatureSelectionDlg " : [ " QgsFeatureSelectionDlg(QgsVectorLayer *vl, QgsAttributeEditorContext &context, QWidget *parent=0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsSingleBandColorDataRenderer " : [ " QgsSingleBandColorDataRenderer(QgsRasterInterface *input, int band) " , " create(const QDomElement &elem, QgsRasterInterface *input) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterRendererRegistry " : [ " rendererData(const QString &rendererName, QgsRasterRendererRegistryEntry &data) const " , " instance() " , " insert(const QgsRasterRendererRegistryEntry &entry) " , " renderersList() const " , " insertWidgetFunction(const QString &rendererName, QgsRasterRendererWidgetCreateFunc func) " , " entries() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsDummyConfigDlg " : [ " QgsDummyConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent, const QString &description) " ] ,
" QgsZonalStatistics " : [ " QgsZonalStatistics(QgsVectorLayer *polygonLayer, const QString &rasterFile, const QString &attributePrefix= \" \" , int rasterBand=1, const Statistics &stats=Statistics(Count|Sum|Mean)) " ] ,
2016-08-06 11:01:42 +02:00
" QgsRuleBasedRenderer " : [ " createFromSld(QDomElement &element, QgsWkbTypes::GeometryType geomType) " , " FeatureFlags " , " None " , " create(QDomElement &element) " , " rootRule() " ] ,
2017-02-21 18:14:58 +01:00
" QgsRasterDrawer " : [ " draw(QPainter *p, QgsRasterViewPort *viewPort, const QgsMapToPixel *qgsMapToPixel) " , " QgsRasterDrawer(QgsRasterIterator *iterator) " ] ,
2016-03-18 09:32:08 +01:00
" QgsOfflineEditing " : [ " ProgressMode " ] ,
2017-08-06 23:57:14 +02:00
" QgsRendererRangeLabelFormat " : [ " saveToDomElement(QDomElement &element) " , " setPrecision(int precision) " , " setFromDomElement(QDomElement &element) " , " setFormat(const QString &format) " , " QgsRendererRangeLabelFormat(const QString &format, int precision=4, bool trimTrailingZeroes=false) " , " formatNumber(double value) const " , " format() const " , " setTrimTrailingZeroes(bool trimTrailingZeroes) " , " labelForRange(const QgsRendererRange &range) const " , " trimTrailingZeroes() const " , " precision() const " ] ,
2017-05-07 20:58:28 +10:00
" QgsCharacterSelectorDialog " : [ " QgsCharacterSelectorDialog(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) " , " selectCharacter(bool *gotChar, const QFont &font, const QString &style) " ] ,
2017-08-06 23:57:14 +02:00
" QgsComposerLegend " : [ " boxSpace() const " , " symbolHeight() const " , " setBoxSpace(double s) " , " setSymbolWidth(double w) " , " splitLayer() const " , " setWmsLegendHeight(double h) " , " setFontColor(const QColor &c) " , " composerMap() const " , " setColumnCount(int c) " , " setComposerMap(const QgsComposerMap *map) " , " setTitle(const QString &t) " , " QgsComposerLegend(QgsComposition *composition) " , " setSymbolHeight(double h) " , " setColumnSpace(double s) " , " columnCount() const " , " setStyle(QgsLegendStyle::Style s, const QgsLegendStyle &style) " , " setWrapChar(const QString &t) " , " setSplitLayer(bool s) " , " title() const " , " styleFont(QgsLegendStyle::Style s) const " , " wmsLegendWidth() const " , " columnSpace() const " , " equalColumnWidth() const " , " wrapChar() const " , " setStyleMargin(QgsLegendStyle::Style s, QgsLegendStyle::Side side, double margin) " , " setWmsLegendWidth(double w) " , " setEqualColumnWidth(bool s) " , " fontColor() const " , " wmsLegendHeight() const " , " symbolWidth() const " ] ,
2016-08-04 09:10:08 +02:00
" QgsGeometryRubberBand " : [ " QgsGeometryRubberBand(QgsMapCanvas *mapCanvas, QgsWkbTypes::GeometryType geomType=QgsWkbTypes::LineGeometry) " , " IconType " ] ,
2017-05-07 20:58:28 +10:00
" QgsCredentialDialog " : [ " QgsCredentialDialog(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRuleBasedLabeling " : [ " rootRule() " , " None " , " rootRule() const " ] ,
" QgsLUDialog " : [ " QgsLUDialog(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) " , " lowerValue() const " , " setLowerValue(const QString &val) " , " upperValue() const " , " setUpperValue(const QString &val) " ] ,
2017-05-02 11:54:27 +02:00
" QgsRasterHistogramWidget " : [ " QgsRasterHistogramWidget(QgsRasterLayer *lyr, QWidget *parent=0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsUnitSelectionWidget " : [ " QgsUnitSelectionWidget(QWidget *parent=nullptr) " , " changed() " ] ,
2017-08-06 23:57:14 +02:00
" QgsAttributeTableModel " : [ " finished() " , " idToIndexList(QgsFeatureId id) const " , " Role " , " idToIndex(QgsFeatureId id) const " ] ,
" QgsPointLocator_Stream " : [ " QgsPointLocator_Stream(const QLinkedList< RTree::Data * > &dataList) " ] ,
" QgsProviderRegistry " : [ " registerGuis(QWidget *widget) " , " selectWidget(const QString &providerKey, QWidget *parent=nullptr, Qt::WindowFlags fl=nullptr) " , " providerLibrary(const QString &providerKey) const " ] ,
" QgsCoordinateTransform " : [ " destinationDatumTransform() const " , " clone() const " , " setSourceDatumTransform(int dt) " , " transformInPlace(double &x, double &y, double &z, TransformDirection direction=ForwardTransform) const " , " transformInPlace(QVector< float > &x, QVector< float > &y, QVector< float > &z, TransformDirection direction=ForwardTransform) const " , " sourceDatumTransform() const " , " setDestinationDatumTransform(int dt) " , " transformPolygon(QPolygonF &poly, TransformDirection direction=ForwardTransform) const " , " transformInPlace(float &x, float &y, float &z, TransformDirection direction=ForwardTransform) const " , " transformInPlace(float &x, float &y, double &z, TransformDirection direction=ForwardTransform) const " , " datumTransformString(int datumTransform) " ] ,
2016-08-06 11:01:42 +02:00
" QgsHeatmapRenderer " : [ " convertFromRenderer(const QgsFeatureRenderer *renderer) " , " create(QDomElement &element) " ] ,
2016-03-18 09:32:08 +01:00
" QgsConnectionPool " : [ " None " ] ,
" QgsVectorLayerFeatureSource " : [ " QgsVectorLayerFeatureSource(QgsVectorLayer *layer) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLabel " : [ " QgsLabel(const QgsFields &fields) " , " LabelField " , " maxScale() const " , " scaleBasedVisibility() const " , " minScale() const " ] ,
" QgsRasterFileWriter " : [ " buildPyramidsFlag() const " , " maxTileHeight() const " , " setBuildPyramidsFlag(QgsRaster::RasterBuildPyramids f) " , " outputProviderKey() const " , " setPyramidsFormat(QgsRaster::RasterPyramidsFormat f) " , " setCreateOptions(const QStringList &list) " , " setPyramidsResampling(const QString &str) " , " setPyramidsConfigOptions(const QStringList &list) " , " tiledMode() const " , " setMaxTileHeight(int h) " , " WriterError " , " setOutputProviderKey(const QString &key) " , " createOptions() const " , " setTiledMode(bool t) " , " setOutputFormat(const QString &format) " , " pyramidsList() const " , " Mode " , " pyramidsResampling() const " , " pyramidsConfigOptions() const " , " pyramidsFormat() const " , " outputFormat() const " , " QgsRasterFileWriter(const QString &outputUrl) " , " maxTileWidth() const " , " setMaxTileWidth(int w) " , " setPyramidsList(const QList< int > &list) " ] ,
2016-03-18 09:32:08 +01:00
" QgsProjectBadLayerHandler " : [ " handleBadLayers(const QList< QDomNode > &layers, const QDomDocument &projectDom)=0 " ] ,
" QgsVectorLayerCache " : [ " QgsVectorLayerCache(QgsVectorLayer *layer, int cacheSize, QObject *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterPipe " : [ " QgsRasterPipe(const QgsRasterPipe &pipe) " , " size() const " , " renderer() const " , " at(int idx) const " , " resampleFilter() const " , " provider() const " , " brightnessFilter() const " , " nuller() const " , " hueSaturationFilter() const " , " last() const " , " projector() const " , " Role " ] ,
2016-03-18 09:32:08 +01:00
" QgsDbFilterProxyModel " : [ " QgsDbFilterProxyModel(QObject *parent=nullptr) " ] ,
2016-08-06 11:01:42 +02:00
" QgsMarkerLineSymbolLayerWidget " : [ " create(const QgsVectorLayer *vl) " , " setOffsetAlongLine(double val) " , " setPlacement() " , " setInterval(double val) " , " setOffset() " , " setRotate() " , " QgsMarkerLineSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsDataDefinedAssistant " : [ " dataDefined() const =0 " ] ,
" QgsTransaction " : [ " QgsTransaction(const QString &connString) " ] ,
2017-08-06 23:57:14 +02:00
" QgsBrowserTreeView " : [ " hasExpandedDescendant(const QModelIndex &index) const " , " setSettingsSection(const QString §ion) " , " QgsBrowserTreeView(QWidget *parent=0) " ] ,
" QgsDistanceArea " : [ " computePolygonFlatArea(const QList< QgsPointXY > &points) const " ] ,
" QgsContrastEnhancement " : [ " writeXML(QDomDocument &doc, QDomElement &parentElem) const " , " QgsContrastEnhancement(const QgsContrastEnhancement &ce) " , " QgsContrastEnhancement(Qgis::DataType datatype=Qgis::Byte) " , " contrastEnhancementAlgorithm() const " , " readXML(const QDomElement &elem) " , " contrastEnhancementAlgorithmFromString(const QString &contrastEnhancementString) " , " contrastEnhancementAlgorithmString(ContrastEnhancementAlgorithm algorithm) " ] ,
2016-03-18 09:32:08 +01:00
" QgsExpression::Interval " : [ " Interval(double seconds=0) " ] ,
" QgsManageConnectionsDialog " : [ " doExportImport() " , " selectionChanged() " , " Mode " , " clearSelection() " , " QgsManageConnectionsDialog(QWidget *parent=nullptr, Mode mode=Export, Type type=WMS, const QString &fileName= \" \" ) " , " selectAll() " , " Type " ] ,
2017-05-02 11:54:27 +02:00
" QgsAttributeTableView " : [ " repaintRequested() " , " _q_selectRow(int row) " , " setModel(QgsAttributeTableFilterModel *filterModel) " , " finished() " , " selectRow(int row) " , " repaintRequested(const QModelIndexList &indexes) " , " QgsAttributeTableView(QWidget *parent=0) " ] ,
2017-08-06 23:57:14 +02:00
" QgsSimpleMarkerSymbolLayer " : [ " strokeWidthMapUnitScale() const " , " setName(const QString &name) " , " setStrokeColor(const QColor &color) " , " strokeStyle() const " , " setStrokeWidthUnit(QgsSymbol::OutputUnit u) " , " setStrokeWidthMapUnitScale(const QgsMapUnitScale &scale) " , " setStrokeWidth(double w) " , " strokeColor() const " , " preparePath(QString name=QString()) " , " prepareShape(const QString &name=QString()) " , " name() const " , " prepareShape(const QString &name, QPolygonF &polygon) const " , " QgsSimpleMarkerSymbolLayer(const QString &name=DEFAULT_SIMPLEMARKER_NAME, const QColor &color=DEFAULT_SIMPLEMARKER_COLOR, const QColor &strokeColor=DEFAULT_SIMPLEMARKER_BORDERCOLOR, double size=DEFAULT_SIMPLEMARKER_SIZE, double angle=DEFAULT_SIMPLEMARKER_ANGLE, QgsSymbol::ScaleMethod scaleMethod=DEFAULT_SCALE_METHOD) " , " drawMarker(QPainter *p, QgsSymbolRenderContext &context) " , " create(const QgsStringMap &properties=QgsStringMap()) " , " setStrokeStyle(Qt::PenStyle strokeStyle) " , " strokeWidthUnit() const " , " createFromSld(QDomElement &element) " , " strokeWidth() const " ] ,
2016-08-06 11:01:42 +02:00
" QgsStyleExportImportDialog " : [ " QgsStyleExportImportDialog(QgsStyle *style, QWidget *parent=nullptr, Mode mode=Export) " , " Mode " , " doExportImport() " , " importTypeChanged(int) " , " browse() " ] ,
2017-08-06 23:57:14 +02:00
" QgsMapSettings " : [ " readXML(QDomNode &node) " , " updateDerived() " , " mapToPixel() const " , " writeXML(QDomNode &node, QDomDocument &doc) " , " datumTransformStore() " ] ,
2016-03-18 09:32:08 +01:00
" QgsAttributeForm " : [ " QgsAttributeForm(QgsVectorLayer *vl, const QgsFeature &feature=QgsFeature(), const QgsAttributeEditorContext &context=QgsAttributeEditorContext(), QWidget *parent=nullptr) " , " feature() " ] ,
2017-08-06 23:57:14 +02:00
" QgsWkbPtr " : [ " operator unsigned char *() const " , " operator+=(int n) " , " size() const " , " QgsWkbPtr(unsigned char *p, int size) " , " operator>>(QgsWkbTypes::Type &v) const " , " operator<<(const double &v) " , " operator<<(const char &v) " , " operator>>(int &v) const " , " operator>>(char &v) const " , " operator>>(double &v) const " , " writtenSize() const " , " operator<<(const float &r) " , " remaining() const " , " operator<<(const QgsWkbTypes::Type &v) " , " operator<<(const int &v) " , " operator>>(Qgis::WkbType &v) const " , " operator>>(unsigned int &v) const " , " operator<<(const unsigned int &v) " , " operator<<(const Qgis::WkbType &v) " , " operator>>(float &r) const " ] ,
2016-07-22 20:48:56 +02:00
" QgsMapThemeCollection " : [ " None " ] ,
2017-08-06 23:57:14 +02:00
" QgsDirectoryItem " : [ " Column " , " dirPath() const " , " directoryChanged() " , " QgsDirectoryItem(QgsDataItem *parent, const QString &name, const QString &path) " , " init() " ] ,
2016-03-18 09:32:08 +01:00
" QgsExpression::NodeLiteral " : [ " NodeLiteral(const QVariant &value) " ] ,
2017-08-06 23:57:14 +02:00
" QgsEllipseSymbolLayer " : [ " symbolHeight() const " , " setStrokeWidthMapUnitScale(const QgsMapUnitScale &scale) " , " setSymbolWidth(double w) " , " setStrokeWidth(double w) " , " symbolHeightUnit() const " , " strokeWidthUnit() const " , " setSymbolWidthUnit(QgsSymbol::OutputUnit unit) " , " setSymbolHeightUnit(QgsSymbol::OutputUnit unit) " , " symbolHeightMapUnitScale() const " , " symbolWidthMapUnitScale() const " , " setStrokeStyle(Qt::PenStyle strokeStyle) " , " strokeStyle() const " , " setSymbolHeight(double h) " , " setSymbolName(const QString &name) " , " createFromSld(QDomElement &element) " , " strokeWidthMapUnitScale() const " , " setStrokeWidthUnit(QgsSymbol::OutputUnit unit) " , " symbolName() const " , " setSymbolWidthMapUnitScale(const QgsMapUnitScale &scale) " , " setSymbolHeightMapUnitScale(const QgsMapUnitScale &scale) " , " symbolWidthUnit() const " , " create(const QgsStringMap &properties=QgsStringMap()) " , " symbolWidth() const " , " strokeWidth() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerHtml " : [ " QgsComposerHtml(QgsComposition *c, bool createUndoCommands) " , " refreshExpressionContext() " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterMatrix " : [ " setNodataValue(double d) " , " greaterThan(const QgsRasterMatrix &other) " , " changeSign() " , " nodataValue() const " , " cosinus() " , " lesserEqual(const QgsRasterMatrix &other) " , " logicalAnd(const QgsRasterMatrix &other) " , " TwoArgOperator " , " log() " , " divide(const QgsRasterMatrix &other) " , " log10() " , " QgsRasterMatrix(const QgsRasterMatrix &m) " , " setData(int cols, int rows, double *data, double nodataValue) " , " greaterEqual(const QgsRasterMatrix &other) " , " equal(const QgsRasterMatrix &other) " , " sinus() " , " asinus() " , " logicalOr(const QgsRasterMatrix &other) " , " squareRoot() " , " nColumns() const " , " OneArgOperator " , " atangens() " , " number() const " , " lesserThan(const QgsRasterMatrix &other) " , " tangens() " , " acosinus() " , " power(const QgsRasterMatrix &other) " , " multiply(const QgsRasterMatrix &other) " , " nRows() const " , " notEqual(const QgsRasterMatrix &other) " ] ,
" QgsLayerTreeView " : [ " layerForIndex(const QModelIndex &index) const " , " updateExpandedStateToNode(const QModelIndex &index) " , " QgsLayerTreeView(QWidget *parent=0) " , " modelRowsRemoved() " , " onExpandedChanged(QgsLayerTreeNode *node, bool expanded) " , " updateExpandedStateFromNode(QgsLayerTreeNode *node) " , " modelRowsInserted(const QModelIndex &index, int start, int end) " , " onModelReset() " , " onCurrentChanged() " ] ,
2017-06-06 13:16:58 +02:00
" QgsCredentials " : [ " put(const QString &realm, const QString &username, const QString &password) " , " getMasterPassword(QString &password, bool stored=false) " , " get(const QString &realm, QString &username, QString &password, const QString &message=QString()) " ] ,
2017-08-06 23:57:14 +02:00
" QgsSnappingUtils " : [ " QgsSnappingUtils(QObject *parent=0) " , " IndexingStrategy " , " snapToMap(const QgsPointXY &pointMap, QgsPointLocator::MatchFilter *filter=nullptr) " , " currentLayer() const " , " mapSettings() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerRuler " : [ " Direction " , " QgsComposerRuler(QgsComposerRuler::Direction d) " , " updateMarker(QPointF pos) " , " setComposition(QgsComposition *c) " , " setSceneTransform(const QTransform &transform) " , " composition() " , " rulerSize() " ] ,
" QgsSimplifyMethod " : [ " MethodType " ] ,
" QgsComposerTextTable " : [ " QgsComposerTextTable(QgsComposition *c) " ] ,
" QgsDataItemProviderFromPlugin " : [ " QgsDataItemProviderFromPlugin(const QString &name, dataCapabilities_t *capabilitiesFunc, dataItem_t *dataItemFunc) " ] ,
2017-05-07 20:58:28 +10:00
" QgsMessageLogViewer " : [ " QgsMessageLogViewer(QStatusBar *statusBar=nullptr, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) " , " logMessage(QString message, QString tag, QgsMessageLog::MessageLevel level) " ] ,
2017-08-06 23:57:14 +02:00
" QgsAnnotationItem " : [ " drawSelectionBoxes(QPainter *p) " , " mapPositionFixed() const " , " frameBackgroundColor() const " , " MouseMoveAction " , " markerSymbol() const " , " offsetFromReferencePoint() const " , " frameColor() const " , " setFrameSize(QSizeF size) " , " minimumFrameSize() const " , " setFrameStrokeWidth(double w) " , " setFrameColor(const QColor &c) " , " writeXML(QDomDocument &doc) const =0 " , " setOffsetFromReferencePoint(QPointF offset) " , " frameStrokeWidth() const " , " _readXML(const QDomDocument &doc, const QDomElement &annotationElem) " , " setMapPosition(const QgsPointXY &pos) " , " drawFrame(QPainter *p) " , " readXML(const QDomDocument &doc, const QDomElement &itemElem)=0 " , " QgsAnnotationItem(QgsMapCanvas *mapCanvas) " , " updateBoundingRect() " , " _writeXML(QDomDocument &doc, QDomElement &itemElem) const " , " setMapPositionFixed(bool fixed) " , " mapPosition() const " , " frameSize() const " , " setFrameBackgroundColor(const QColor &c) " , " drawMarkerSymbol(QPainter *p) " ] ,
2017-06-01 12:18:43 +02:00
" QgsVertexMarker " : [ " QgsVertexMarker(QgsMapCanvas *mapCanvas) " , " setColor(const QColor &color) " , " setIconSize(int iconSize) " , " setCenter(const QgsPointXY &point) " , " setPenWidth(int width) " , " setIconType(int iconType) " ] ,
2016-03-18 09:32:08 +01:00
" QgsAttributeFormLegacyInterface " : [ " QgsAttributeFormLegacyInterface(const QString &function, const QString &pyFormName, QgsAttributeForm *form) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLongLongValidator " : [ " QgsLongLongValidator(qint64 bottom, qint64 top, QObject *parent) " , " setTop(qint64 top) " , " setRange(qint64 bottom, qint64 top) " , " bottom() const " , " setBottom(qint64 bottom) " , " QgsLongLongValidator(QObject *parent) " , " top() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsPalLayerSettings " : [ " DataDefinedProperties " , " ShapeType " , " DirectionSymbols " , " UpsideDownLabels " , " QuadrantPosition " , " MultiLineAlign " , " writeToLayer(QgsVectorLayer *layer) " , " RotationType " , " ShadowType " , " calculateLabelSize(const QFontMetricsF *fm, QString text, double &labelX, double &labelY, QgsFeature *f=nullptr, QgsRenderContext *context=nullptr) " , " QgsPalLayerSettings(const QgsPalLayerSettings &s) " , " SizeType " , " readFromLayer(QgsVectorLayer *layer) " ] ,
" QgsRasterLayerRenderer " : [ " QgsRasterLayerRenderer(QgsRasterLayer *layer, QgsRenderContext &rendererContext) " ] ,
2017-08-06 23:57:14 +02:00
" QgsCptCityColorRamp " : [ " descFileName() const " , " copyingInfo() const " , " fileName() const " , " copyingFileName() const " , " setVariantName(const QString &variantName) " , " schemeName() const " , " variantList() const " , " setSchemeName(const QString &schemeName) " , " loadPalette() " , " QgsCptCityColorRamp(const QString &schemeName=DEFAULT_CPTCITY_SCHEMENAME, const QString &variantName=DEFAULT_CPTCITY_VARIANTNAME, bool doLoadFile=true) " , " copy(const QgsCptCityColorRamp *other) " , " setName(const QString &schemeName, const QString &variantName=QString(), const QStringList &variantList=QStringList()) " , " cloneGradientRamp() const " , " setVariantList(const QStringList &variantList) " , " loadFile() " , " variantName() const " , " fileLoaded() const " , " hasMultiStops() const " , " create(const QgsStringMap &properties=QgsStringMap()) " , " QgsCptCityColorRamp(const QString &schemeName, const QStringList &variantList, const QString &variantName=QString(), bool doLoadFile=true) " ] ,
" QgsRenderChecker " : [ " matchTarget() " , " setRenderedImage(const QString &imageFileName) " , " matchPercent() " , " setElapsedTimeTarget(int target) " , " mismatchCount() " , " elapsedTime() " , " report() " , " controlImagePath() const " , " setControlPathSuffix(const QString &name) " ] ,
2016-03-18 09:32:08 +01:00
" QgsPaperGrid " : [ " QgsPaperGrid(double x, double y, double width, double height, QgsComposition *composition) " ] ,
" QgsExternalResourceWidget " : [ " DocumentViewerContent " , " setDocumentPath(const QVariant &documentPath) " ] ,
" QgsCoordinateTransformCache " : [ " instance() " ] ,
2017-08-06 23:57:14 +02:00
" QgsCptCityDirectoryItem " : [ " QgsCptCityDirectoryItem(QgsCptCityDataItem *parent, const QString &name, const QString &path) " , " rampsMap() " , " dataItem(QgsCptCityDataItem *parent, const QString &name, const QString &path) " , " dirEntries() const " ] ,
2017-06-01 12:18:43 +02:00
" QgsGeometry::Error " : [ " Error(const QString &m, const QgsPointXY &p) " , " Error(const QString &m) " , " hasWhere() " , " what() " , " where() " ] ,
2017-08-06 23:57:14 +02:00
" QgsConstWkbPtr " : [ " operator+=(int n) " , " operator>>(double &v) const " , " operator>>(int &v) const " , " QgsConstWkbPtr(const unsigned char *p, int size) " , " operator>>(char &v) const " , " operator const unsigned char *() const " , " remaining() const " , " operator-=(int n) " , " readHeader() const " , " operator>>(unsigned int &v) const " , " operator>>(float &r) const " ] ,
2016-03-18 09:32:08 +01:00
" QgsExternalResourceConfigDlg " : [ " QgsExternalResourceConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=0) " ] ,
2017-06-01 12:18:43 +02:00
" QgsPointLocator_VisitorNearestVertex " : [ " QgsPointLocator_VisitorNearestVertex(QgsPointLocator *pl, QgsPointLocator::Match &m, const QgsPointXY &srcPoint, QgsPointLocator::MatchFilter *filter=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsConditionalStyle " : [ " QgsConditionalStyle(const QgsConditionalStyle &other) " , " QgsConditionalStyle(const QString &rule) " ] ,
" QgsColorEffectWidget " : [ " QgsColorEffectWidget(QWidget *parent=nullptr) " , " create() " ] ,
2017-02-21 18:14:58 +01:00
" QgsRaster " : [ " RasterProgressType " , " RasterPyramidsFormat " , " IdentifyFormat " , " contrastEnhancementLimitsAsString(QgsRaster::ContrastEnhancementLimits limits) " , " contrastEnhancementLimitsFromString(const QString &limits) " , " RasterBuildPyramids " , " ColorInterpretation " ] ,
2017-08-06 23:57:14 +02:00
" QgsMapCanvasLayer " : [ " QgsMapCanvasLayer(QgsMapLayer *layer, bool visible=true, bool isInOverview=false) " , " setVisible(bool visible) " , " isVisible() const " , " setInOverview(bool isInOverview) " , " layer() " , " layer() const " , " isInOverview() const " ] ,
" QgsMapRenderer " : [ " setOutputSize(QSizeF size, double dpi) " , " destinationSrsChanged() " , " mapUnitsChanged() " , " clearLayerCoordinateTransforms() " , " outputSizeF() " , " height() const " , " transformation(const QgsMapLayer *layer) const " , " setOutputUnits(OutputUnits u) " , " setMapUnits(Qgis::UnitType u) " , " coordinateTransform() " , " outputUnits() const " , " mapUnitsPerPixel() const " , " width() const " , " addLayerCoordinateTransform(const QString &layerId, const QString &srcAuthId, const QString &destAuthId, int srcDatumTransform=-1, int destDatumTransform=-1) " , " setOutputSize(QSize size, int dpi) " , " mapUnits() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsAttributeDialog " : [ " feature() " , " attributeForm() " ] ,
2017-08-06 23:57:14 +02:00
" QgsRelief " : [ " zFactor() const " , " setReliefColors(const QList< QgsRelief::ReliefColor > &c) " , " addReliefColorClass(const QgsRelief::ReliefColor &color) " , " clearReliefColors() " , " setZFactor(double factor) " , " QgsRelief(const QString &inputFile, const QString &outputFile, const QString &outputFormat) " , " reliefColors() const " ] ,
" QgsAlignRaster " : [ " gridOffset() const " , " None " , " setGridOffset(QPointF offset) " ] ,
2016-03-18 09:32:08 +01:00
" pal::GeomFunction " : [ " cross_product(double x1, double y1, double x2, double y2, double x3, double y3) " , " dist_euc2d(double x1, double y1, double x2, double y2) " , " findLineCircleIntersection(double cx, double cy, double radius, double x1, double y1, double x2, double y2, double &xRes, double &yRes) " , " dist_euc2d_sq(double x1, double y1, double x2, double y2) " ] ,
2016-08-05 08:09:43 +02:00
" QgsSizeScaleWidget " : [ " QgsSizeScaleWidget(const QgsVectorLayer *layer, const QgsSymbol *symbol) " ] ,
2017-08-06 23:57:14 +02:00
" QgsSVGFillSymbolLayer " : [ " svgStrokeWidth() const " , " QgsSVGFillSymbolLayer(const QString &svgFilePath= \" \" , double width=20, double rotation=0.0) " , " svgFilePath() const " , " patternWidthMapUnitScale() const " , " setPatternWidthUnit(QgsSymbol::OutputUnit unit) " , " setSvgStrokeWidthUnit(QgsSymbol::OutputUnit unit) " , " setSvgFilePath(const QString &svgPath) " , " setSvgStrokeWidthMapUnitScale(const QgsMapUnitScale &scale) " , " setPatternWidthMapUnitScale(const QgsMapUnitScale &scale) " , " patternWidthUnit() const " , " setSvgStrokeWidth(double w) " , " svgStrokeColor() const " , " setSvgStrokeColor(const QColor &c) " , " patternWidth() const " , " createFromSld(QDomElement &element) " , " svgFillColor() const " , " svgStrokeWidthMapUnitScale() const " , " setPatternWidth(double width) " , " svgStrokeWidthUnit() const " , " setSvgFillColor(const QColor &c) " , " create(const QgsStringMap &properties=QgsStringMap()) " , " QgsSVGFillSymbolLayer(const QByteArray &svgData, double width=20, double rotation=0.0) " ] ,
2017-06-07 16:16:21 +02:00
" QgsMapToolIdentify " : [ " formatChanged(QgsRasterLayer *layer) " , " changedRasterResults(QList< QgsMapToolIdentify::IdentifyResult > &) " , " identifyProgress(int, int) " , " Type " , " identifyVectorLayer(QList< QgsMapToolIdentify::IdentifyResult > *results, QgsVectorLayer *layer, const QgsPointXY &point) " , " IdentifyMode " , " identifyRasterLayer(QList< QgsMapToolIdentify::IdentifyResult > *results, QgsRasterLayer *layer, QgsPointXY point, const QgsRectangle &viewExtent, double mapUnitsPerPixel) " , " identifyMessage(const QString &) " ] ,
2016-08-05 08:09:43 +02:00
" QgsLayerPropertiesWidget " : [ " updateSymbolLayerWidget(QgsSymbolLayer *layer) " , " changed() " , " populateLayerTypes() " , " emitSignalChanged() " , " QgsLayerPropertiesWidget(QgsSymbolLayer *layer, const QgsSymbol *symbol, const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " changeLayer(QgsSymbolLayer *) " , " layerTypeChanged() " ] ,
2017-08-06 23:57:14 +02:00
" pal::PointSet " : [ " getBoundingBox(double min[2], double max[2]) const " , " compute_chull_bbox() " , " getGeosType() const " , " invalidateGeos() " , " extractShape(int nbPtSh, int imin, int imax, int fps, int fpe, double fptx, double fpty) " , " PointSet(double x, double y) " , " getNumPoints() const " , " createGeosGeom() const " , " preparedGeom() const " , " deleteCoords() " , " getCentroid(double &px, double &py, bool forceInside=false) const " , " PointSet(int nbPoints, double *x, double *y) " , " PointSet(const PointSet &ps) " ] ,
" QgsComposerScaleBar " : [ " unitLabeling() const " , " numSegmentsLeft() const " , " setNumSegments(int nSegments) " , " labelBarSpace() const " , " numSegments() const " , " updateSegmentSize() " , " QgsComposerScaleBar(QgsComposition *composition) " , " composerMap() const " , " setComposerMap(const QgsComposerMap *map) " , " setNumSegmentsLeft(int nSegmentsLeft) " , " setFont(const QFont &font) " , " setBoxContentSpace(double space) " , " numUnitsPerSegment() const " , " setHeight(double h) " , " setUnits(ScaleBarUnits u) " , " setNumMapUnitsPerScaleBarUnit(double d) " , " units() const " , " setAlignment(Alignment a) " , " ScaleBarUnits " , " boxContentSpace() const " , " setUnitLabeling(const QString &label) " , " setLabelBarSpace(double space) " , " font() const " , " setNumUnitsPerSegment(double units) " , " numMapUnitsPerScaleBarUnit() const " , " segmentMillimeters() const " , " height() const " , " Alignment " ] ,
" QgsExpression::NodeList " : [ " dump() const " , " count() " , " list() " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerAttributeTableV2 " : [ " QgsComposerAttributeTableV2(QgsComposition *composition, bool createUndoCommands) " ] ,
2017-05-02 11:54:27 +02:00
" QgsMapLayerLegend " : [ " QgsMapLayerLegend(QObject *parent=0) " ] ,
2017-08-07 18:08:57 +10:00
" QgsGeometryEngine " : [ " buffer(double distance, int segments, QString *errorMsg=nullptr) const =0 " , " contains(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " prepareGeometry()=0 " , " length(QString *errorMsg=nullptr) const =0 " , " splitGeometry(const QgsLineString &splitLine, QList< QgsAbstractGeometry * > &newGeometries, bool topological, QgsPointSequence &topologyTestPoints, QString *errorMsg=nullptr) const " , " within(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " geometryChanged()=0 " , " overlaps(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " interpolate(double distance, QString *errorMsg=nullptr) const =0 " , " intersection(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " centroid(QgsPoint &pt, QString *errorMsg=nullptr) const =0 " , " simplify(double tolerance, QString *errorMsg=nullptr) const =0 " , " QgsGeometryEngine(const QgsAbstractGeometry *geometry) " , " isValid(QString *errorMsg=nullptr) const =0 " , " area(QString *errorMsg=nullptr) const =0 " , " combine(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " combine(const QList< QgsAbstractGeometry * > &, QString *errorMsg=nullptr) const =0 " , " isEmpty(QString *errorMsg) const =0 " , " envelope(QString *errorMsg=nullptr) const =0 " , " touches(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " distance(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " disjoint(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " convexHull(QString *errorMsg=nullptr) const =0 " , " offsetCurve(double distance, int segments, int joinStyle, double miterLimit, QString *errorMsg=nullptr) const =0 " , " buffer(double distance, int segments, int endCapStyle, int joinStyle, double miterLimit, QString *errorMsg=nullptr) const =0 " , " pointOnSurface(QgsPoint &pt, QString *errorMsg=nullptr) const =0 " , " intersects(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " difference(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " symDifference(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " isEqual(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " , " crosses(const QgsAbstractGeometry &geom, QString *errorMsg=nullptr) const =0 " ] ,
2017-08-06 23:57:14 +02:00
" QgsMapToolAdvancedDigitizing " : [ " cadDockWidget() const " ] ,
" QgsCptCityBrowserModel " : [ " findItem(QgsCptCityDataItem *item, QgsCptCityDataItem *parent=nullptr) const " , " QgsCptCityBrowserModel(QObject *parent=nullptr, QgsCptCityArchive *archive=QgsCptCityArchive::defaultArchive(), ViewType Type=Authors) " , " endInsertItems() " , " reload() " , " beginInsertItems(QgsCptCityDataItem *parent, int first, int last) " , " addRootItems() " , " connectItem(QgsCptCityDataItem *item) " , " refresh(const QString &path) " , " beginRemoveItems(QgsCptCityDataItem *parent, int first, int last) " , " endRemoveItems() " , " refresh(const QModelIndex &index=QModelIndex()) " , " ViewType " , " removeRootItems() " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerPicture " : [ " QgsComposerPicture(QgsComposition *composition) " ] ,
" QgsSingleCategoryDiagramRenderer " : [ " setDiagramSettings(const QgsDiagramSettings &s) " ] ,
2017-08-06 23:57:14 +02:00
" QgsFilterLineEdit " : [ " nullValue() const " , " QgsFilterLineEdit(QWidget *parent=nullptr, const QString &nullValue=QString::null) " , " cleared() " , " setNullValue(const QString &nullValue) " ] ,
" QgsFillSymbolLayer " : [ " setAngle(double angle) " , " renderPolygon(const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolRenderContext &context)=0 " , " QgsFillSymbolLayer(bool locked=false) " , " angle() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsClassificationWidgetWrapperFactory " : [ " QgsClassificationWidgetWrapperFactory(const QString &name) " ] ,
" QgsLegendInterface " : [ " itemAdded(const QModelIndex &index) " , " groupRelationsChanged() " , " itemRemoved() " ] ,
" QgsGlowWidget " : [ " QgsGlowWidget(QWidget *parent=nullptr) " , " create() " ] ,
2017-08-06 23:57:14 +02:00
" QgsCollapsibleGroupBox " : [ " setSettings(QgsSettings *settings) " , " QgsCollapsibleGroupBox(QWidget *parent=nullptr, QgsSettings *settings=nullptr) " , " QgsCollapsibleGroupBox(const QString &title, QWidget *parent=nullptr, QgsSettings *settings=nullptr) " , " init() " , " saveCollapsedState() " , " saveKey() const " , " saveCheckedState() " ] ,
2016-03-18 09:32:08 +01:00
" QgsSVGFillSymbolLayerWidget " : [ " create(const QgsVectorLayer *vl) " , " QgsSVGFillSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " insertIcons() " ] ,
" pal::Problem " : [ " getNumFeatures() " , " reduce() " , " subPart(int r, int featseed, int *isIn) " , " getSolution(bool returnInactive) " , " getFeatureCandidateCount(int i) " , " compute_feature_cost(SubPart *part, int feat_id, int label_id, int *nbOverlap) " , " compareLabelArea(pal::LabelPosition *l1, pal::LabelPosition *l2) " , " initialization() " , " compute_subsolution_cost(SubPart *part, int *s, int *nbOverlap) " , " init_sol_falp() " , " getFeatureCandidate(int fi, int ci) " , " popmusic_tabu(SubPart *part) " , " getStats() " ] ,
2017-08-06 23:57:14 +02:00
" QgsPenStyleComboBox " : [ " setPenStyle(Qt::PenStyle style) " , " iconForPen(Qt::PenStyle style) " , " QgsPenStyleComboBox(QWidget *parent=nullptr) " , " penStyle() const " ] ,
" QgsDxfPaintEngine " : [ " setLayer(const QString &layer) " , " QgsDxfPaintEngine(const QgsDxfPaintDevice *dxfDevice, QgsDxfExport *dxf) " , " layer() const " , " setShift(QPointF shift) " ] ,
" QgsRasterProjector " : [ " precisionLabel(Precision precision) " , " QgsRasterProjector(const QgsCoordinateReferenceSystem &srcCRS, const QgsCoordinateReferenceSystem &destCRS, double maxSrcXRes, double maxSrcYRes, const QgsRectangle &boundingBox) " , " QgsRasterProjector(const QgsCoordinateReferenceSystem &srcCRS, const QgsCoordinateReferenceSystem &destCRS, const QgsRectangle &destExtent, int destRows, int destCols, double maxSrcXRes, double maxSrcYRes, const QgsRectangle &boundingBox) " , " setPrecision(Precision precision) " , " precision() const " ] ,
2017-05-02 11:54:27 +02:00
" QgsCodeEditorHTML " : [ " QgsCodeEditorHTML(QWidget *parent=0) " ] ,
2017-02-21 18:14:58 +01:00
" QgsGenericProjectionSelector " : [ " setSelectedCrsName(const QString &name) " , " setSelectedCrsId(long theID) " , " selectedAuthId() " , " selectedCrsId() " , " setSelectedAuthId(const QString &authId) " ] ,
2016-03-18 09:32:08 +01:00
" QgsSpatialIndexData " : [ " QgsSpatialIndexData(const QgsFeatureIterator &fi) " , " QgsSpatialIndexData(const QgsSpatialIndexData &other) " , " initTree(IDataStream *inputStream=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsSlider " : [ " setSingleStep(const QVariant &step) " , " variantValue() const " , " valueChanged(int) " , " setMinimum(const QVariant &min) " , " valueChanged(const QVariant &) " , " setValue(const QVariant &value) " , " QgsSlider(QWidget *parent=0) " , " setMaximum(const QVariant &max) " , " QgsSlider(Qt::Orientation orientation, QWidget *parent=0) " ] ,
" QgsBusyIndicatorDialog " : [ " setMessage(const QString &message) " , " message() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsTextEditConfigDlg " : [ " QgsTextEditConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=nullptr) " ] ,
" QgsRectangle " : [ " scale(double scaleFactor, double centerX, double centerY) " ] ,
2017-08-06 23:57:14 +02:00
" QgsFileDropEdit " : [ " isDirOnly() const " , " isFileOnly() const " , " QgsFileDropEdit(QWidget *parent=0) " , " suffixFilter() const " ] ,
" QgsFormAnnotationItem " : [ " QgsFormAnnotationItem(QgsMapCanvas *canvas, QgsVectorLayer *vlayer=nullptr, bool hasFeature=false, int feature=0) " , " vectorLayer() const " , " designerForm() const " , " setDesignerForm(const QString &uiFile) " ] ,
" QgsMapLayer " : [ " legendUrlFormat() const " , " saveSldStyle(const QString &theURI, bool &resultFlag) " , " setLegendUrl(const QString &legendUrl) " , " readSld(const QDomNode &node, QString &errorMessage) " , " legendUrl() const " , " setLegendUrlFormat(const QString &legendUrlFormat) " , " fromLayerDefinitionFile(const QString &qlrfile) " , " loadNamedStyleFromDb(const QString &db, const QString &theURI, QString &qml) " , " loadSldStyle(const QString &theURI, bool &resultFlag) " ] ,
2016-03-18 09:32:08 +01:00
" QgsSlopeFilter " : [ " QgsSlopeFilter(const QString &inputFile, const QString &outputFile, const QString &outputFormat) " ] ,
2016-07-23 00:20:29 +02:00
" QgsDatumTransformDialog " : [ " QgsDatumTransformDialog(const QString &layerName, const QList< QList< int > > &dt, QWidget *parent=nullptr, Qt::WindowFlags f=0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsMapRendererSequentialJob " : [ " QgsMapRendererSequentialJob(const QgsMapSettings &settings) " , " internalFinished() " ] ,
2016-08-06 11:01:42 +02:00
" QgsPointDisplacementRendererWidget " : [ " create(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " QgsPointDisplacementRendererWidget(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " ] ,
2016-03-18 09:32:08 +01:00
" QgsPointLocator " : [ " Type " , " destroyIndex() " , " None " , " rebuildIndex(int maxFeaturesToIndex=-1) " ] ,
2017-05-02 11:54:27 +02:00
" QgsUserInputDockWidget " : [ " QgsUserInputDockWidget(QWidget *parent=0) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLayerTreeModelLegendNode " : [ " setUserLabel(const QString &userLabel) " , " isScaleOK(double scale) const " , " userLabel() const " , " setEmbeddedInParent(bool embedded) " , " LegendNodeRoles " , " isEmbeddedInParent() const " ] ,
2017-02-21 18:14:58 +01:00
" QgsSingleBandGrayRendererWidget " : [ " create(QgsRasterLayer *layer, const QgsRectangle &extent) " , " QgsSingleBandGrayRendererWidget(QgsRasterLayer *layer, const QgsRectangle &extent=QgsRectangle()) " , " setFromRenderer(const QgsRasterRenderer *r) " , " loadMinMax(int bandNo, double min, double max, int origin) " ] ,
2016-03-18 09:32:08 +01:00
" QgsValueRelationWidgetFactory " : [ " QgsValueRelationWidgetFactory(const QString &name) " ] ,
2017-02-21 18:14:58 +01:00
" QgsCoordinateReferenceSystem " : [ " createFromId(const long id, CrsType type=PostgisCrsId) " , " CrsType " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorLayerUndoCommandAddAttribute " : [ " QgsVectorLayerUndoCommandAddAttribute(QgsVectorLayerEditBuffer *buffer, const QgsField &field) " ] ,
2017-08-06 23:57:14 +02:00
" GEOSGeomScopedPtr " : [ " GEOSGeomScopedPtr(GEOSGeometry *geom=nullptr) " , " get() const " , " operator bool() const " , " reset(GEOSGeometry *geom) " ] ,
" QgsDoubleSpinBox " : [ " QgsDoubleSpinBox(QWidget *parent=nullptr) " , " ClearValueMode " , " showClearButton() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerAttributeTableCompareV2 " : [ " operator()(const QgsComposerTableRow &m1, const QgsComposerTableRow &m2) " ] ,
" QgsEnumerationWidgetFactory " : [ " QgsEnumerationWidgetFactory(const QString &name) " ] ,
" QgsOSMWayIterator " : [ " close() " , " next() " ] ,
2017-08-06 23:57:14 +02:00
" QgsComposerLegendItem " : [ " itemType() const =0 " , " ItemType " , " QgsComposerLegendItem(const QString &text, QgsLegendStyle::Style s=QgsLegendStyle::Undefined) " , " QgsComposerLegendItem(const QIcon &icon, const QString &text, QgsLegendStyle::Style s=QgsLegendStyle::Undefined) " , " writeXML(QDomElement &elem, QDomDocument &doc) const =0 " , " userText() const " , " setStyle(QgsLegendStyle::Style style) " , " style() const " , " writeXMLChildren(QDomElement &elem, QDomDocument &doc) const " , " setUserText(const QString &text) " , " QgsComposerLegendItem(QgsLegendStyle::Style s=QgsLegendStyle::Undefined) " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorFileWriter::BoolOption " : [ " BoolOption(const QString &docString, bool defaultValue) " ] ,
" QgsVectorLayerUndoCommandDeleteAttribute " : [ " QgsVectorLayerUndoCommandDeleteAttribute(QgsVectorLayerEditBuffer *buffer, int fieldIndex) " ] ,
" QgsIFeatureSelectionManager " : [ " QgsIFeatureSelectionManager(QObject *parent) " ] ,
2017-08-06 23:57:14 +02:00
" QgsOSMXmlImport " : [ " readTag(bool way, QgsOSMId id, QXmlStreamReader &xml) " , " createIndexes() " , " progress(int percent) " , " closeDatabase() " , " setInputXmlFileName(const QString &xmlFileName) " , " readNode(QXmlStreamReader &xml) " , " createDatabase() " , " readRoot(QXmlStreamReader &xml) " , " setOutputDbFileName(const QString &dbFileName) " , " errorString() const " , " readWay(QXmlStreamReader &xml) " , " inputXmlFileName() const " , " outputDbFileName() const " , " QgsOSMXmlImport(const QString &xmlFileName=QString(), const QString &dbFileName=QString()) " , " hasError() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerMergeCommand " : [ " QgsComposerMergeCommand(Context c, QgsComposerItem *item, const QString &text) " , " Context " ] ,
2017-08-06 23:57:14 +02:00
" QgsVectorFileWriter " : [ " OptionType " , " SymbologyExport " , " driverMetadata(const QString &driverName, MetaData &driverMetadata) " , " setSymbologyExport(QgsVectorFileWriter::SymbologyExport symExport) " , " symbologyScaleDenominator() const " , " setSymbologyScaleDenominator(double d) " , " WriterError " , " symbologyExport() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorLayerSelectionManager " : [ " QgsVectorLayerSelectionManager(QgsVectorLayer *layer, QObject *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsVertexId " : [ " VertexType " , " ringEqual(QgsVertexId o) const " , " partEqual(QgsVertexId o) const " , " QgsVertexId(int _part=-1, int _ring=-1, int _vertex=-1, VertexType _type=SegmentVertex) " , " isValid(const QgsAbstractGeometry *geom) const " , " vertexEqual(QgsVertexId o) const " ] ,
2016-03-18 09:32:08 +01:00
" CloughTocherInterpolator " : [ " setTriangulation(NormVecDecorator *tin) " ] ,
" QgsExpressionHighlighter " : [ " addFields(const QStringList &fieldList) " , " QgsExpressionHighlighter(QTextDocument *parent=nullptr) " ] ,
2017-05-07 20:58:28 +10:00
" QgsNewVectorLayerDialog " : [ " QgsNewVectorLayerDialog(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) " , " nameChanged(const QString &) " , " selectionChanged() " , " runAndCreateLayer(QWidget *parent=nullptr, QString *enc=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsMapRendererCustomPainterJob " : [ " doRender() " , " futureFinished() " , " staticRender(QgsMapRendererCustomPainterJob *self) " , " QgsMapRendererCustomPainterJob(const QgsMapSettings &settings, QPainter *painter) " ] ,
" QgsAttributeFormInterface " : [ " acceptChanges(const QgsFeature &feature) " , " feature() " , " form() " , " featureChanged() " , " QgsAttributeFormInterface(QgsAttributeForm *form) " , " initForm() " ] ,
2016-07-21 22:01:38 +10:00
" QgsContrastEnhancementFunction " : [ " QgsContrastEnhancementFunction(Qgis::DataType, double, double) " , " QgsContrastEnhancementFunction(const QgsContrastEnhancementFunction &f) " ] ,
2016-03-18 09:32:08 +01:00
" QgsCodeEditor " : [ " getMonospaceFont() " , " isFixedPitch(const QFont &font) " , " foldingVisible() " , " marginVisible() " ] ,
" QgsRasterResampler " : [ " type() const =0 " , " resample(const QImage &srcImage, QImage &dstImage)=0 " , " clone() const =0 " ] ,
2017-08-06 23:57:14 +02:00
" QgsSvgAnnotationItem " : [ " QgsSvgAnnotationItem(QgsMapCanvas *canvas) " , " filePath() const " , " setFilePath(const QString &file) " ] ,
2016-08-06 11:01:42 +02:00
" QgsSymbolsListWidget " : [ " updateDataDefinedMarkerAngle() " , " updateDataDefinedMarkerSize() " , " changed() " , " setSymbolColor(const QColor &color) " , " setLineWidth(double width) " , " setSymbolFromStyle(const QModelIndex &index) " , " updateSymbolColor() " , " updateSymbolInfo() " , " setMarkerAngle(double angle) " , " openStyleManager() " , " QgsSymbolsListWidget(QgsSymbol *symbol, QgsStyle *style, QMenu *menu, QWidget *parent, const QgsVectorLayer *layer=nullptr) " , " symbolAddedToStyle(const QString &name, QgsSymbol *symbol) " , " saveSymbol() " , " clipFeaturesToggled(bool checked) " , " populateSymbols(const QStringList &symbols) " , " populateSymbolView() " , " addSymbolToStyle() " , " setMarkerSize(double size) " , " updateDataDefinedLineWidth() " ] ,
2017-08-06 23:57:14 +02:00
" QgsGradientFillSymbolLayer " : [ " referencePoint2() const " , " GradientSpread " , " GradientColorType " , " setOffsetMapUnitScale(const QgsMapUnitScale &scale) " , " QgsGradientFillSymbolLayer(const QColor &color=DEFAULT_SIMPLEFILL_COLOR, const QColor &color2=Qt::white, GradientColorType gradientColorType=SimpleTwoColor, GradientType gradientType=Linear, GradientCoordinateMode coordinateMode=Feature, GradientSpread gradientSpread=Pad) " , " GradientCoordinateMode " , " setCoordinateMode(GradientCoordinateMode coordinateMode) " , " setColor2(const QColor &color2) " , " setGradientColorType(GradientColorType gradientColorType) " , " referencePoint1() const " , " offsetUnit() const " , " referencePoint2IsCentroid() const " , " GradientType " , " referencePoint1IsCentroid() const " , " offset() const " , " setGradientType(GradientType gradientType) " , " setColorRamp(QgsVectorColorRamp *ramp) " , " setGradientSpread(GradientSpread gradientSpread) " , " create(const QgsStringMap &properties=QgsStringMap()) " , " offsetMapUnitScale() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsOSMNodeIterator " : [ " close() " , " next() " ] ,
2017-02-21 18:14:58 +01:00
" QgsPalettedRendererWidget " : [ " create(QgsRasterLayer *layer, const QgsRectangle &extent) " , " QgsPalettedRendererWidget(QgsRasterLayer *layer, const QgsRectangle &extent=QgsRectangle()) " , " setFromRenderer(const QgsRasterRenderer *r) " ] ,
2016-03-18 09:32:08 +01:00
" QgsDataProvider " : [ " QgsDataProvider(QString const &uri= \" \" ) " , " DataCapability " ] ,
" QgsMapToolIdentifyFeature " : [ " featureIdentified(const QgsFeature &) " , " featureIdentified(QgsFeatureId) " ] ,
" QgsGeometryValidator " : [ " errorFound(const QgsGeometry::Error &) " , " addError(const QgsGeometry::Error &) " , " stop() " ] ,
2017-05-07 20:58:28 +10:00
" QgsErrorDialog " : [ " QgsErrorDialog(const QgsError &error, const QString &title, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) " ] ,
2016-03-18 09:32:08 +01:00
" QgsExpression::NodeColumnRef " : [ " NodeColumnRef(const QString &name) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterCalcNode " : [ " setRight(QgsRasterCalcNode *right) " , " setLeft(QgsRasterCalcNode *left) " , " type() const " , " QgsRasterCalcNode(const QString &rasterName) " , " QgsRasterCalcNode(double number) " , " parseRasterCalcString(const QString &str, QString &parserErrorMsg) " , " QgsRasterCalcNode(QgsRasterMatrix *matrix) " , " QgsRasterCalcNode(Operator op, QgsRasterCalcNode *left, QgsRasterCalcNode *right) " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerMultiFrameMergeCommand " : [ " QgsComposerMultiFrameMergeCommand(Context c, QgsComposerMultiFrame *multiFrame, const QString &text) " , " Context " ] ,
" QgsColorWidgetWrapper " : [ " QgsColorWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2017-05-07 20:58:28 +10:00
" QgsDialog " : [ " QgsDialog(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, const QDialogButtonBox::StandardButtons &buttons=QDialogButtonBox::Close, Qt::Orientation orientation=Qt::Horizontal) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDartMeasurement " : [ " typeToString(Type type) " , " send() const " , " Type " , " QgsDartMeasurement(const QString &name, Type type, const QString &value) " , " toString() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsDirectoryParamWidget " : [ " showHideColumn() " , " QgsDirectoryParamWidget(const QString &path, QWidget *parent=nullptr) " ] ,
2017-06-01 12:18:43 +02:00
" QgsGeometryUtils " : [ " componentType " , " closestSegmentFromComponents(T &container, componentType ctype, const QgsPoint &pt, QgsPoint &segmentPt, QgsVertexId &vertexAfter, bool *leftOf, double epsilon) " ] ,
2017-05-02 11:54:27 +02:00
" QgsProjectionSelectionWidget " : [ " QgsProjectionSelectionWidget(QWidget *parent=0) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLinePatternFillSymbolLayer " : [ " setOffsetUnit(QgsSymbol::OutputUnit unit) " , " distance() const " , " lineWidthUnit() const " , " lineWidth() const " , " offsetMapUnitScale() const " , " setOffsetMapUnitScale(const QgsMapUnitScale &scale) " , " offsetUnit() const " , " lineAngle() const " , " createFromSld(QDomElement &element) " , " ogrFeatureStyleWidth(double widthScaleFactor) const " , " distanceUnit() const " , " setLineAngle(double a) " , " lineWidthMapUnitScale() const " , " offset() const " , " distanceMapUnitScale() const " , " setDistanceMapUnitScale(const QgsMapUnitScale &scale) " , " setDistance(double d) " , " setOffset(double offset) " , " setLineWidthMapUnitScale(const QgsMapUnitScale &scale) " , " setLineWidth(double w) " , " create(const QgsStringMap &properties=QgsStringMap()) " , " setDistanceUnit(QgsSymbol::OutputUnit unit) " , " setLineWidthUnit(QgsSymbol::OutputUnit unit) " ] ,
2016-03-18 09:32:08 +01:00
" QgsColorButton " : [ " transpBkgrd() " ] ,
2017-08-06 23:57:14 +02:00
" QgsExpression::Function " : [ " referencedColumns() const " , " Function(const QString &fnname, int params, const QString &group, const QString &helpText=QString(), bool usesGeometry=false, const QStringList &referencedColumns=QStringList(), bool lazyEval=false, bool handlesNull=false, bool isContextual=false) " , " handlesNull() const " ] ,
2017-05-02 11:54:27 +02:00
" QgsDefaultSearchWidgetWrapper " : [ " QgsDefaultSearchWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsGPSDetector " : [ " detected(const QgsGPSInformation &) " , " connDestroyed(QObject *) " , " detectionFailed() " , " availablePorts() " , " advance() " , " QgsGPSDetector(const QString &portName) " , " detected(QgsGPSConnection *) " ] ,
" QgsAttributeEditorElement " : [ " AttributeEditorType " ] ,
2016-12-12 09:53:33 +08:00
" QgsLegendRenderer " : [ " setNodeLegendStyle(QgsLayerTreeNode *node, QgsLegendStyle::Style style) " , " nodeLegendStyle(QgsLayerTreeNode *node, QgsLayerTreeModel *model) " ] ,
2017-08-06 23:57:14 +02:00
" QgsOSMDatabase " : [ " filename() const " , " QgsOSMDatabase(const QString &dbFileName=QString()) " , " countWays() const " , " open() " , " prepareStatements() " , " errorString() const " , " createSpatialTable(const QString &tableName, const QString &geometryType, const QStringList &tagKeys) " , " exportSpatiaLiteWays(bool closed, const QString &tableName, const QStringList &tagKeys, const QStringList ¬NullTagKeys=QStringList()) " , " wayPoints(QgsOSMId id) const " , " quotedValue(QString value) " , " quotedIdentifier(QString id) " , " node(QgsOSMId id) const " , " exportSpatiaLiteNodes(const QString &tableName, const QStringList &tagKeys, const QStringList ¬NullTagKeys=QStringList()) " , " exportSpatiaLite(ExportType type, const QString &tableName, const QStringList &tagKeys=QStringList(), const QStringList &noNullTagKeys=QStringList()) " , " way(QgsOSMId id) const " , " setFileName(const QString &dbFileName) " , " ExportType " , " runCountStatement(const char *sql) const " , " close() " , " createSpatialIndex(const QString &tableName) " , " countNodes() const " , " tags(bool way, QgsOSMId id) const " , " isOpen() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsTotalCurvatureFilter " : [ " QgsTotalCurvatureFilter(const QString &inputFile, const QString &outputFile, const QString &outputFormat) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterInterface " : [ " QgsRasterInterface(QgsRasterInterface *input=nullptr) " , " dataTypeSize(int bandNo) " , " ySize() const " , " srcInput() " , " yBlockSize() const " ] ,
2017-05-22 09:01:45 +02:00
" QgsVectorFileWriter::Option " : [ " Option(const QString &docString, QgsVectorFileWriter::OptionType type) " ] ,
2016-03-18 09:32:08 +01:00
" QgsValueMapConfigDlg " : [ " updateMap(const QMap< QString, QVariant > &map, bool insertNull) " , " QgsValueMapConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent) " ] ,
" QgsActionMenu " : [ " ActionType " , " reinit() " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterFormatSaveOptionsWidget " : [ " validateOptions(bool gui=true, bool reportOk=true) " , " setFormat(const QString &format) " , " setRasterLayer(QgsRasterLayer *rasterLayer) " , " setPyramidsFormat(QgsRaster::RasterPyramidsFormat format) " , " QgsRasterFormatSaveOptionsWidget(QWidget *parent SIP_TRANSFERTHIS=nullptr, const QString &format= \" GTiff \" , QgsRasterFormatSaveOptionsWidget::Type type=Default, const QString &provider= \" gdal \" ) " , " options() const " , " setProvider(const QString &provider) " , " setRasterFileName(const QString &file) " , " updateProfiles() " , " helpOptions() " , " apply() " , " Type " , " setType(QgsRasterFormatSaveOptionsWidget::Type type=Default) " , " optionsChanged() " ] ,
2016-03-18 09:32:08 +01:00
" QgsSpatialIndexCopyVisitor " : [ " QgsSpatialIndexCopyVisitor(SpatialIndex::ISpatialIndex *newIndex) " ] ,
2017-08-06 23:57:14 +02:00
" QgsCurvePolygon " : [ " numInteriorRings() const " , " QgsCurvePolygon(const QgsCurvePolygon &p) " , " exteriorRing() const " , " interiorRing(int i) const " , " toPolygon() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsPointPatternFillSymbolLayerWidget " : [ " QgsPointPatternFillSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " create(const QgsVectorLayer *vl) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLayerTreeMapCanvasBridge " : [ " nodeAddedChildren(QgsLayerTreeNode *node, int indexFrom, int indexTo) " , " clear() " , " defaultLayerOrder() const " , " customLayerOrder() const " , " nodeRemovedChildren() " , " hasCustomLayerOrder() const " , " setCanvasLayers(QgsLayerTreeNode *node, QList< QgsMapCanvasLayer > &layers) " , " nodeVisibilityChanged() " , " setCustomLayerOrder(const QStringList &order) " , " writeProject(QDomDocument &doc) " , " mapCanvas() const " , " rootGroup() const " , " setHasCustomLayerOrder(bool state) " , " readProject(const QDomDocument &doc) " , " autoEnableCrsTransform() const " , " autoSetupOnFirstLayer() const " , " defaultLayerOrder(QgsLayerTreeNode *node, QStringList &order) const " , " hasCustomLayerOrderChanged(bool) " , " customLayerOrderChanged(const QStringList &order) " , " nodeCustomPropertyChanged(QgsLayerTreeNode *node, const QString &key) " , " deferredSetCanvasLayers() " ] ,
" QgsCptCityAllRampsItem " : [ " QgsCptCityAllRampsItem(QgsCptCityDataItem *parent, const QString &name, const QVector< QgsCptCityDataItem * > &items) " ] ,
2016-03-18 09:32:08 +01:00
" QgsSearchQueryBuilder " : [ " loadQuery() " , " saveQuery() " ] ,
" QgsMapRendererParallelJob " : [ " renderLayerStatic(LayerRenderJob &job) " , " QgsMapRendererParallelJob(const QgsMapSettings &settings) " , " renderLabelsStatic(QgsMapRendererParallelJob *self) " ] ,
2017-08-06 23:57:14 +02:00
" QgsSingleBandGrayRenderer " : [ " Gradient " , " gradient() const " , " setGrayBand(int band) " , " create(const QDomElement &elem, QgsRasterInterface *input) " , " setGradient(Gradient gradient) " , " grayBand() const " , " contrastEnhancement() const " , " QgsSingleBandGrayRenderer(QgsRasterInterface *input, int grayBand) " ] ,
2016-03-18 09:32:08 +01:00
" QgsExpression " : [ " scale() " , " NodeType " , " None " , " FcnEval)(const QVariantList &values, const QgsFeature *f, QgsExpression *parent) " , " SpatialOperator " , " setScale(double scale) " , " initGeomCalculator() " , " Functions() " , " BuiltinFunctions() " ] ,
" QgsOWSSourceSelect " : [ " addWMSListRow(const QDomElement &item, int row) " , " connectionsChanged() " , " addRasterLayer(const QString &rasterLayerPath, const QString &baseName, const QString &providerKey) " , " searchFinished() " , " enableLayersForCrs(QTreeWidgetItem *item) " , " addWMSListItem(const QDomElement &el, int row, int column) " ] ,
" QgsSmartGroupCondition " : [ " removed(int) " , " QgsSmartGroupCondition(int id, QWidget *parent=nullptr) " , " destruct() " ] ,
2017-08-06 23:57:14 +02:00
" QgsDataDefinedSizeDialog " : [ " QgsDataDefinedSizeDialog(const QList< QgsSymbol * > &symbolList, QgsVectorLayer *layer) " ] ,
2017-06-22 20:25:19 +02:00
" QgsIDWInterpolator " : [ " QgsIDWInterpolator(const QList< QgsInterpolator::LayerData > &layerData) " , " setDistanceCoefficient(double p) " ] ,
2016-03-18 09:32:08 +01:00
" QgsRasterHistogram " : [ " None " ] ,
2017-08-06 23:57:14 +02:00
" QgsDial " : [ " setSingleStep(const QVariant &step) " , " variantValue() const " , " valueChanged(int) " , " setMinimum(const QVariant &min) " , " valueChanged(const QVariant &) " , " setValue(const QVariant &value) " , " setMaximum(const QVariant &max) " , " QgsDial(QWidget *parent=nullptr) " ] ,
" QgsExpressionItem " : [ " QgsExpressionItem(const QString &label, const QString &expressionText, const QString &helpText, QgsExpressionItem::ItemType itemType=ExpressionNode) " , " QgsExpressionItem(const QString &label, const QString &expressionText, QgsExpressionItem::ItemType itemType=ExpressionNode) " , " ItemType " , " getExpressionText() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsRasterChecker " : [ " report() " ] ,
" QgsPluginLayer " : [ " QgsPluginLayer(const QString &layerType, const QString &layerName=QString()) " ] ,
2017-02-22 17:13:57 +10:00
" QgsSimpleMarkerSymbolLayerWidget " : [ " setName() " , " setAngle() " , " create(const QgsVectorLayer *vl) " , " setColorStroke(const QColor &color) " , " setColorFill(const QColor &color) " , " QgsSimpleMarkerSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " setSize() " , " setOffset() " ] ,
2016-03-18 09:32:08 +01:00
" QgsProjectVersion " : [ " text() " , " QgsProjectVersion(int major, int minor, int sub, const QString &name= \" \" ) " , " majorVersion() " , " subVersion() " , " QgsProjectVersion(const QString &string) " , " minorVersion() " ] ,
" QgsMessageBarItem " : [ " setLevel(QgsMessageBar::MessageLevel level) " , " setIcon(const QIcon &icon) " , " setText(const QString &text) " , " setDuration(int duration) " , " setTitle(const QString &title) " , " setWidget(QWidget *widget) " ] ,
" QgsDataItemProviderRegistry " : [ " instance() " ] ,
2017-08-06 23:57:14 +02:00
" QgsFeatureRequest " : [ " Flag " , " flags() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsNewNameDialog " : [ " matching(const QStringList &newNames, const QStringList &existingNames, Qt::CaseSensitivity cs=Qt::CaseSensitive) " , " highlightText(const QString &text) " , " fullNames(const QString &name, const QStringList &extensions) " , " nameChanged() " ] ,
" QgsMapRendererJob " : [ " None " , " drawNewLabeling(const QgsMapSettings &settings, QgsRenderContext &renderContext, QgsPalLabeling *labelingEngine) " , " composeImage(const QgsMapSettings &settings, const LayerRenderJobs &jobs) " , " drawOldLabeling(const QgsMapSettings &settings, QgsRenderContext &renderContext) " , " QgsMapRendererJob(const QgsMapSettings &settings) " , " needTemporaryImage(QgsMapLayer *ml) " ] ,
" QgsMapRendererQImageJob " : [ " QgsMapRendererQImageJob(const QgsMapSettings &settings) " ] ,
" QgsHttpTransaction " : [ " transactionFinished(bool error) " , " dataProgress(int done, int total) " , " networkTimedOut() " , " getAsynchronously() " , " responseContentType() " , " dataReceived(const QHttpResponseHeader &resp) " , " dataStateChanged(int state) " , " dataFinished(int id, bool error) " , " dataHeaderReceived(const QHttpResponseHeader &resp) " , " dataStarted(int id) " ] ,
" QgsColorWidgetFactory " : [ " QgsColorWidgetFactory(const QString &name) " ] ,
" QgsDateTimeEditConfig " : [ " QgsDateTimeEditConfig(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=nullptr) " ] ,
" QgsApplyDialog " : [ " apply() const =0 " ] ,
" QgsImageFetcher " : [ " finish(const QImage &legend) " , " progress(qint64 received, qint64 total) " , " error(const QString &msg) " , " start()=0 " ] ,
" QgsFeatureListView " : [ " repaintRequested() " , " repaintRequested(const QModelIndexList &indexes) " ] ,
" QgsScopeLogger " : [ " QgsScopeLogger(const char *file, const char *func, int line) " ] ,
" QgsDiagram " : [ " clearCache() " , " diagramName() const =0 " , " QgsDiagram(const QgsDiagram &other) " ] ,
2017-05-02 11:54:27 +02:00
" QgsPixmapLabel " : [ " QgsPixmapLabel(QWidget *parent=0) " , " setPixmap(const QPixmap &) " ] ,
2016-03-18 09:32:08 +01:00
" QgsTransectSample " : [ " createSample(QProgressDialog *pd) " , " DistanceUnits " , " QgsTransectSample(QgsVectorLayer *strataLayer, const QString &strataIdAttribute, const QString &minDistanceAttribute, const QString &nPointsAttribute, DistanceUnits minDistUnits, QgsVectorLayer *baselineLayer, bool shareBaseline, const QString &baselineStrataId, const QString &outputPointLayer, const QString &outputLineLayer, const QString &usedBaselineLayer, double minTransectLength=0.0, double baselineBufferDistance=-1.0, double baselineSimplificationTolerance=-1.0) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRendererCategory " : [ " label() const " , " swap(QgsRendererCategory &other) " , " symbol() const " , " setValue(const QVariant &value) " , " renderState() const " , " toSld(QDomDocument &doc, QDomElement &element, QgsStringMap props) const " , " setRenderState(bool render) " , " value() const " , " setSymbol(QgsSymbol *s) " , " dump() const " , " setLabel(const QString &label) " ] ,
" QgsOSMTags " : [ " count() const " , " insert(const QString &k, const QString &v) " , " value(const QString &k) const " , " contains(const QString &k) const " , " keys() const " ] ,
2017-05-02 11:54:27 +02:00
" QgsCodeEditorCSS " : [ " QgsCodeEditorCSS(QWidget *parent=0) " ] ,
" QgsRasterMinMaxWidget " : [ " QgsRasterMinMaxWidget(QgsRasterLayer *layer, QWidget *parent=0) " , " load() " , " setExtent(const QgsRectangle &boundingBox) " , " setBands(const QList< int > &bands) " , " load(int bandNo, double min, double max, int origin) " ] ,
2016-03-18 09:32:08 +01:00
" QgsUniqueValuesConfigDlg " : [ " QgsUniqueValuesConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=nullptr) " ] ,
" QgsEffectStack " : [ " QgsEffectStack(const QgsEffectStack &other) " ] ,
" QgsMapCanvasRendererSync " : [ " onDestCrsR2C() " , " onLayersC2R() " , " onCrsTransformR2C() " , " onExtentR2C() " , " QgsMapCanvasRendererSync(QgsMapCanvas *canvas, QgsMapRenderer *renderer) " , " onExtentC2R() " , " onMapUnitsC2R() " , " onMapUnitsR2C() " , " onCrsTransformC2R() " , " onDestCrsC2R() " ] ,
" QgsMapUnitScaleDialog " : [ " QgsMapUnitScaleDialog(QWidget *parent=nullptr) " ] ,
" QgsFieldExpressionWidget " : [ " currentFieldChanged() " , " setLeftHandButtonStyle(bool isLeft) " , " isExpressionValid(const QString &expressionStr) " ] ,
2016-08-06 11:01:42 +02:00
" QgsRuleBasedRendererWidget " : [ " editRule(const QModelIndex &index) " , " editRule() " , " refineRuleScalesGui(const QModelIndexList &index) " , " restoreSectionWidths() " , " QgsRuleBasedRendererWidget(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " currentRuleChanged(const QModelIndex ¤t=QModelIndex(), const QModelIndex &previous=QModelIndex()) " , " clearFeatureCounts() " , " refineRuleRanges() " , " setRenderingOrder() " , " addRule() " , " create(QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer) " , " refineRuleCategories() " , " refineRuleRangesGui(const QModelIndexList &index) " , " currentRule() " , " selectedRulesChanged() " , " refineRuleCategoriesGui(const QModelIndexList &index) " , " saveSectionWidth(int section, int oldSize, int newSize) " , " refineRule(int type) " , " removeRule() " , " selectedRules() " , " countFeatures() " , " refineRuleScales() " ] ,
2017-08-06 23:57:14 +02:00
" QgsSymbolLevelsDialog " : [ " renderingPassChanged(int row, int column) " , " setForceOrderingEnabled(bool enabled) " , " updateUi() " , " usingLevels() const " ] ,
2016-08-06 11:01:42 +02:00
" QgsAbstractGeometry " : [ " QgsAbstractGeometry(const QgsAbstractGeometry &geom) " , " ringCount(int part=0) const =0 " , " vertexCount(int part=0, int ring=0) const =0 " ] ,
2016-03-18 09:32:08 +01:00
" QgsUuidWidgetWrapper " : [ " QgsUuidWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2016-08-06 11:01:42 +02:00
" QgsSimpleLineSymbolLayerWidget " : [ " penStyleChanged() " , " penWidthChanged() " , " create(const QgsVectorLayer *vl) " , " offsetChanged() " , " updatePatternIcon() " , " colorChanged(const QColor &color) " , " QgsSimpleLineSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterNuller " : [ " noData(int bandNo) const " , " setNoData(int bandNo, const QgsRasterRangeList &noData) " , " QgsRasterNuller(QgsRasterInterface *input=nullptr) " ] ,
" QgsRasterLayer " : [ " renderer() const " , " showStatusMessage(const QString &message) " , " rasterUnitsPerPixelY() " , " brightnessFilter() const " , " hueSaturationFilter() const " , " isValidRasterFileName(const QString &fileNameQString) " ] ,
2016-03-18 09:32:08 +01:00
" QgsMimeDataUtils " : [ " isUriList(const QMimeData *data) " , " encodeUriList(const UriList &layers) " , " None " , " decodeUriList(const QMimeData *data) " ] ,
2016-07-21 22:01:38 +10:00
" Qgis " : [ " wkbDimensions(WkbType type) " , " GeometryType " ] ,
2017-05-02 11:54:27 +02:00
" QgsDetailedItemWidget " : [ " setData(const QgsDetailedItemData &data) " , " QgsDetailedItemWidget(QWidget *parent=0) " , " setChecked(bool flag) " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerStyleItem " : [ " QgsComposerStyleItem(QgsComposerLegendItem *item) " ] ,
2017-08-06 23:57:14 +02:00
" QgsPointPatternFillSymbolLayer " : [ " setDisplacementX(double d) " , " displacementYUnit() const " , " distanceXUnit() const " , " setDistanceYUnit(QgsSymbol::OutputUnit unit) " , " distanceX() const " , " setDistanceX(double d) " , " displacementYMapUnitScale() const " , " setDisplacementY(double d) " , " setDistanceYMapUnitScale(const QgsMapUnitScale &scale) " , " displacementXMapUnitScale() const " , " distanceYMapUnitScale() const " , " displacementXUnit() const " , " setDistanceY(double d) " , " distanceYUnit() const " , " distanceY() const " , " displacementY() const " , " createFromSld(QDomElement &element) " , " displacementX() const " , " setDisplacementYMapUnitScale(const QgsMapUnitScale &scale) " , " setDistanceXUnit(QgsSymbol::OutputUnit unit) " , " setDisplacementXMapUnitScale(const QgsMapUnitScale &scale) " , " distanceXMapUnitScale() const " , " create(const QgsStringMap &properties=QgsStringMap()) " , " setDisplacementYUnit(QgsSymbol::OutputUnit unit) " , " setDistanceXMapUnitScale(const QgsMapUnitScale &scale) " , " setDisplacementXUnit(QgsSymbol::OutputUnit unit) " ] ,
" QgsDiagramSettings " : [ " LabelPlacementMethod " , " readXML(const QDomElement &elem, const QgsVectorLayer *layer) " , " writeXML(QDomElement &rendererElem, QDomDocument &doc, const QgsVectorLayer *layer) const " , " SizeType " ] ,
2016-03-18 09:32:08 +01:00
" QgsScopedExpressionFunction " : [ " QgsScopedExpressionFunction(const QString &fnname, int params, const QString &group, const QString &helpText=QString(), bool usesGeometry=false, const QStringList &referencedColumns=QStringList(), bool lazyEval=false, bool handlesNull=false, bool isContextual=true) " ] ,
2017-02-21 18:14:58 +01:00
" QgsSublayersDialog " : [ " selectionIndexes() " , " ProviderType " , " exec() " , " QgsSublayersDialog(ProviderType providerType, const QString &name, QWidget *parent=nullptr, Qt::WindowFlags fl=0) " , " populateLayerTable(const QStringList &list, const QString &delim= \" : \" ) " , " selectionNames() " ] ,
2017-05-02 11:54:27 +02:00
" QgsCustomLayerOrderWidget " : [ " bridgeHasCustomLayerOrderChanged(bool state) " , " QgsCustomLayerOrderWidget(QgsLayerTreeMapCanvasBridge *bridge, QWidget *parent=0) " , " nodeVisibilityChanged(QgsLayerTreeNode *node, Qt::CheckState state) " , " bridgeCustomLayerOrderChanged(const QStringList &order) " , " modelUpdated() " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterShader " : [ " readXML(const QDomElement &elem) " , " rasterShaderFunction() " , " writeXML(QDomDocument &doc, QDomElement &parent) const " , " rasterShaderFunction() const " , " QgsRasterShader(double minimumValue=0.0, double maximumValue=255.0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsHiddenWidgetFactory " : [ " QgsHiddenWidgetFactory(const QString &name) " ] ,
" QgisVisitor " : [ " QgisVisitor(QList< QgsFeatureId > &list) " ] ,
" QgsShadowEffectWidget " : [ " create() " , " QgsShadowEffectWidget(QWidget *parent=nullptr) " ] ,
" QgsFavouritesItem " : [ " QgsFavouritesItem(QgsDataItem *parent, const QString &name, const QString &path=QString()) " , " iconFavourites() " , " addDirectory(const QString &favIcon) " , " removeDirectory(QgsDirectoryItem *item) " ] ,
2016-08-06 11:01:42 +02:00
" QgsRendererWidget " : [ " refreshSymbolView() " , " QgsRendererWidget(QgsVectorLayer *layer, QgsStyle *style) " , " copy() " , " contextMenuViewCategories(QPoint p) " , " paste() " ] ,
2016-08-06 17:52:06 +02:00
" QgsComposerSymbolItem " : [ " QgsComposerSymbolItem(const QIcon &icon, const QString &text) " , " QgsComposerSymbolItem(const QString &text) " , " symbol() " ] ,
2016-03-18 09:32:08 +01:00
" QgsAspectFilter " : [ " QgsAspectFilter(const QString &inputFile, const QString &outputFile, const QString &outputFormat) " ] ,
" QgsDefaultVectorLayerLegend " : [ " QgsDefaultVectorLayerLegend(QgsVectorLayer *vl) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDateTimeEdit " : [ " QgsDateTimeEdit(QWidget *parent=0) " , " allowNull() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsCheckboxWidgetFactory " : [ " QgsCheckboxWidgetFactory(const QString &name) " ] ,
2017-08-06 23:57:14 +02:00
" QgsVectorLayerImport " : [ " ImportError " , " errorCount() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsRelationManager " : [ " QgsRelationManager(QgsProject *project) " ] ,
2017-05-02 11:54:27 +02:00
" QgsValueMapSearchWidgetWrapper " : [ " QgsValueMapSearchWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerTextTableV2 " : [ " QgsComposerTextTableV2(QgsComposition *c, bool createUndoCommands) " ] ,
2017-08-06 23:57:14 +02:00
" QgsRasterIterator " : [ " QgsRasterIterator(QgsRasterInterface *input) " , " setMaximumTileHeight(int h) " , " stopRasterRead(int bandNumber) " , " maximumTileHeight() const " , " setMaximumTileWidth(int w) " , " input() const " , " maximumTileWidth() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsRasterBandStats " : [ " Stats " ] ,
" QgsFeatureSelectionModel " : [ " setFeatureSelectionManager(QgsIFeatureSelectionManager *featureSelectionManager) " , " QgsFeatureSelectionModel(QAbstractItemModel *model, QgsFeatureModel *featureModel, QgsIFeatureSelectionManager *featureSelectionHandler, QObject *parent) " ] ,
2017-08-06 23:57:14 +02:00
" QgsComposerMultiFrameCommand " : [ " multiFrame() const " , " saveAfterState() " , " previousState() const " , " checkFirstRun() " , " QgsComposerMultiFrameCommand(QgsComposerMultiFrame *multiFrame, const QString &text, QUndoCommand *parent=0) " , " restoreState(QDomDocument &stateDoc) " , " afterState() const " , " savePreviousState() " , " saveState(QDomDocument &stateDoc) " ] ,
" QgsExtentGroupBox " : [ " extentState() const " , " currentCrs() const " , " setOutputExtentFromLineEdit() " , " setOutputExtent(const QgsRectangle &r, const QgsCoordinateReferenceSystem &srcCrs, QgsExtentGroupBox::ExtentState state) " , " updateTitle() " , " ExtentState " , " originalCrs() const " , " QgsExtentGroupBox(QWidget *parent=0) " , " groupBoxClicked() " , " originalExtent() const " , " currentExtent() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerAttributeTableCompare " : [ " operator()(const QgsAttributeMap &m1, const QgsAttributeMap &m2) " ] ,
2017-08-06 23:57:14 +02:00
" QgsSpinBox " : [ " ClearValueMode " , " showClearButton() const " , " QgsSpinBox(QWidget *parent=nullptr) " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerItem " : [ " beginItemCommand(const QString &text) " , " endItemCommand() " , " ItemType " , " removeItems() " , " deleteHAlignSnapItem() " , " deleteVAlignSnapItem() " , " ItemPositionMode " , " cancelCommand() " , " deleteAlignItems() " ] ,
" QgsBlurWidget " : [ " create() " , " QgsBlurWidget(QWidget *parent=nullptr) " ] ,
" QgsZipItem " : [ " QgsZipItem(QgsDataItem *parent, const QString &name, const QString &filePath, const QString &path) " , " itemFromPath(QgsDataItem *parent, QString path, QString name) " , " getZipFileList() " , " QgsZipItem(QgsDataItem *parent, const QString &name, const QString &path) " , " iconZip() " , " vsiPrefix(const QString &uri) " ] ,
" NormVecDecorator " : [ " NormVecDecorator(Triangulation *tin) " ] ,
2017-08-06 23:57:14 +02:00
" QgsVectorLayerJoinBuffer " : [ " vectorJoins() const " , " QgsVectorLayerJoinBuffer(QgsVectorLayer *layer=nullptr) " ] ,
2017-08-06 18:09:40 +02:00
" pal::Pal " : [ " solveProblem(Problem *prob, bool displayAll) " , " extractProblem(double bbox[4]) " , " FnIsCanceled)(void *ctx) " ] ,
2016-03-18 09:32:08 +01:00
" QgsSearchWidgetWrapper " : [ " setExpression(QString value)=0 " ] ,
" QgsRasterFillSymbolLayer " : [ " create(const QgsStringMap &properties=QgsStringMap()) " , " QgsRasterFillSymbolLayer(const QString &imageFilePath=QString()) " , " FillCoordinateMode " ] ,
2017-08-06 23:57:14 +02:00
" QgsExpression::NodeInOperator " : [ " NodeInOperator(Node *node, NodeList *list, bool notin=false) " , " node() const " , " isNotIn() const " , " list() const " ] ,
" QgsComposerView " : [ " setVerticalRuler(QgsComposerRuler *r) " , " currentTool() const " , " ToolStatus " , " PasteMode " , " ClipboardMode " , " QgsComposerView(QWidget *parent=nullptr, const char *name=nullptr, Qt::WindowFlags f=0) " , " setPaintingEnabled(bool enabled) " , " setCurrentTool(QgsComposerView::Tool t) " , " setHorizontalRuler(QgsComposerRuler *r) " , " paintingEnabled() const " ] ,
" QgsOSMElement " : [ " QgsOSMElement(QgsOSMElementID::Type t, QgsOSMId id) " , " isValid() const " , " id() const " , " elemID() const " ] ,
" QgsHueSaturationFilter " : [ " saturation() const " , " colorizeColor() const " , " colorizeStrength() const " , " setColorizeColor(const QColor &colorizeColor) " , " setColorizeOn(bool colorizeOn) " , " colorizeOn() const " , " setSaturation(int saturation) " , " GrayscaleMode " , " grayscaleMode() const " , " QgsHueSaturationFilter(QgsRasterInterface *input=nullptr) " , " setGrayscaleMode(QgsHueSaturationFilter::GrayscaleMode grayscaleMode) " , " setColorizeStrength(int colorizeStrength) " ] ,
2016-03-18 09:32:08 +01:00
" QgsAttributeTableDelegate " : [ " setFeatureSelectionModel(QgsFeatureSelectionModel *featureSelectionModel) " ] ,
" QgsRuggednessFilter " : [ " QgsRuggednessFilter(const QString &inputFile, const QString &outputFile, const QString &outputFormat) " ] ,
" QgsDefaultRasterLayerLegend " : [ " QgsDefaultRasterLayerLegend(QgsRasterLayer *rl) " ] ,
" QgsGridFileWriter " : [ " QgsGridFileWriter(QgsInterpolator *i, const QString &outputPath, const QgsRectangle &extent, int nCols, int nRows, double cellSizeX, double cellSizeY) " ] ,
" QgsVectorLayerUndoCommandAddFeature " : [ " QgsVectorLayerUndoCommandAddFeature(QgsVectorLayerEditBuffer *buffer, QgsFeature &f) " ] ,
2017-08-06 23:57:14 +02:00
" QgsCategorizedSymbolRenderer " : [ " symbolForValue(const QVariant &value) " , " addCategory(const QgsRendererCategory &category) " , " setSizeScaleField(const QString &fieldOrExpression) " , " setInvertedColorRamp(bool inverted) " , " rebuildHash() " , " scaleMethod() const " , " QgsCategorizedSymbolRenderer(const QString &attrName=QString(), const QgsCategoryList &categories=QgsCategoryList()) " , " updateCategoryValue(int catIndex, const QVariant &value) " , " categories() const " , " sizeScaleField() const " , " sortByLabel(Qt::SortOrder order=Qt::AscendingOrder) " , " setClassAttribute(const QString &attr) " , " classAttribute() const " , " sortByValue(Qt::SortOrder order=Qt::AscendingOrder) " , " updateCategorySymbol(int catIndex, QgsSymbol *symbol) " , " setScaleMethod(QgsSymbol::ScaleMethod scaleMethod) " , " skipRender() " , " deleteCategory(int catIndex) " , " deleteAllCategories() " , " updateCategoryLabel(int catIndex, const QString &label) " ] ,
" QgsExpression::NodeFunction " : [ " args() const " , " fnIndex() const " , " NodeFunction(int fnIndex, NodeList *args) " ] ,
2016-03-18 09:32:08 +01:00
" QgsDualView " : [ " setFeatureSelectionManager(QgsIFeatureSelectionManager *featureSelectionManager) " , " openConditionalStyles() " , " setRequest(const QgsFeatureRequest &request) " , " filterMode() " , " filteredFeatures() " ] ,
2017-05-02 11:54:27 +02:00
" QgsCodeEditorSQL " : [ " QgsCodeEditorSQL(QWidget *parent=0) " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorFileWriter::IntOption " : [ " IntOption(const QString &docString, int defaultValue) " ] ,
" QgsExternalResourceWidgetWrapper " : [ " QgsExternalResourceWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsMarkerSymbol " : [ " setAngle(double angle) " , " scaleMethod() " , " size() const " , " angle() const " , " setSize(double size) " , " renderPoint(QPointF point, const QgsFeature *f, QgsRenderContext &context, int layer=-1, bool selected=false) " , " setScaleMethod(QgsSymbol::ScaleMethod scaleMethod) " , " QgsMarkerSymbol(const QgsSymbolLayerList &layers=QgsSymbolLayerList()) " ] ,
2016-03-18 09:32:08 +01:00
" QgsTextEditWrapper " : [ " QgsTextEditWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsHillshadeFilter " : [ " lightAzimuth() const " , " setLightAngle(float angle) " , " lightAngle() const " , " setLightAzimuth(float azimuth) " , " QgsHillshadeFilter(const QString &inputFile, const QString &outputFile, const QString &outputFormat, double lightAzimuth=300, double lightAngle=40) " ] ,
2016-03-18 09:32:08 +01:00
" TriDecorator " : [ " TriDecorator(Triangulation *t) " ] ,
" QgsUniqueValuesWidgetWrapper " : [ " QgsUniqueValuesWidgetWrapper(QgsVectorLayer *vl, int fieldIdx, QWidget *editor=nullptr, QWidget *parent=nullptr) " ] ,
2017-08-06 23:57:14 +02:00
" QgsLegendStyle " : [ " margin(Side side) " , " writeXML(const QString &name, QDomElement &elem, QDomDocument &doc) const " , " Style " , " rfont() " , " setMargin(Side side, double margin) " , " font() const " , " setMargin(double margin) " , " readXML(const QDomElement &elem, const QDomDocument &doc) " , " setFont(const QFont &font) " , " Side " ] ,
" QgsPropertyValue " : [ " count() const " , " QgsPropertyValue(const QVariant &value) " ] ,
2016-03-18 09:32:08 +01:00
" QgsCptCityCollectionItem " : [ " setPopulated() " , " childrenRamps(bool recursive) " , " QgsCptCityCollectionItem(QgsCptCityDataItem *parent, const QString &name, const QString &path) " , " addChild(QgsCptCityDataItem *item) " ] ,
" QgsRuleBasedLabelProvider " : [ " QgsRuleBasedLabelProvider(const QgsRuleBasedLabeling &rules, QgsVectorLayer *layer, bool withFeatureLoop=true) " ] ,
2017-05-02 11:54:27 +02:00
" QgsBlendModeComboBox " : [ " updateModes() " , " QgsBlendModeComboBox(QWidget *parent=0) " ] ,
2017-08-06 23:57:14 +02:00
" QgsComposerRasterSymbolItem " : [ " setColor(const QColor &c) " , " color() const " , " QgsComposerRasterSymbolItem(const QString &text) " , " setLayerID(const QString &id) " , " layerID() const " , " QgsComposerRasterSymbolItem(const QIcon &icon, const QString &text) " ] ,
" QgsSimpleFillSymbolLayer " : [ " setOffsetUnit(QgsSymbol::OutputUnit unit) " , " setStrokeWidthUnit(QgsSymbol::OutputUnit unit) " , " offsetMapUnitScale() const " , " setBrushStyle(Qt::BrushStyle style) " , " penJoinStyle() const " , " setOffsetMapUnitScale(const QgsMapUnitScale &scale) " , " QgsSimpleFillSymbolLayer(const QColor &color=DEFAULT_SIMPLEFILL_COLOR, Qt::BrushStyle style=DEFAULT_SIMPLEFILL_STYLE, const QColor &strokeColor=DEFAULT_SIMPLEFILL_BORDERCOLOR, Qt::PenStyle strokeStyle=DEFAULT_SIMPLEFILL_BORDERSTYLE, double strokeWidth=DEFAULT_SIMPLEFILL_BORDERWIDTH, Qt::PenJoinStyle penJoinStyle=DEFAULT_SIMPLEFILL_JOINSTYLE) " , " offset() " , " setStrokeWidthMapUnitScale(const QgsMapUnitScale &scale) " , " offsetUnit() const " , " setPenJoinStyle(Qt::PenJoinStyle style) " , " strokeWidthUnit() const " , " strokeWidth() const " , " setStrokeWidth(double strokeWidth) " , " strokeWidthMapUnitScale() const " , " createFromSld(QDomElement &element) " , " setOffset(QPointF offset) " , " strokeColor() const " , " brushStyle() const " , " create(const QgsStringMap &properties=QgsStringMap()) " , " setStrokeColor(const QColor &strokeColor) " , " setStrokeStyle(Qt::PenStyle strokeStyle) " , " strokeStyle() const " ] ,
2016-08-06 11:01:42 +02:00
" QgsLegendSymbolItem " : [ " QgsLegendSymbolItem(const QgsLegendSymbolItem &other) " ] ,
" QgsGeometryCollection " : [ " QgsGeometryCollection(const QgsGeometryCollection &c) " ] ,
2016-03-18 09:32:08 +01:00
" QgsDateTimeEditFactory " : [ " QgsDateTimeEditFactory(const QString &name) " ] ,
" QgsSvgSelectorGroupsModel " : [ " QgsSvgSelectorGroupsModel(QObject *parent) " ] ,
2017-08-06 23:57:14 +02:00
" QgsDataDefinedWidthDialog " : [ " QgsDataDefinedWidthDialog(const QList< QgsSymbol * > &symbolList, QgsVectorLayer *layer) " ] ,
2016-03-18 09:32:08 +01:00
" QgsDoubleBoxScaleBarStyle " : [ " QgsDoubleBoxScaleBarStyle(const QgsComposerScaleBar *bar) " ] ,
2017-05-02 11:54:27 +02:00
" QgsAddRemoveItemCommand " : [ " QgsAddRemoveItemCommand(State s, QgsComposerItem *item, QgsComposition *c, const QString &text, QUndoCommand *parent=0) " , " State " , " itemRemoved(QgsComposerItem *item) " , " itemAdded(QgsComposerItem *item) " ] ,
2016-03-18 09:32:08 +01:00
" QgsFeatureIteratorDataStream " : [ " readNextEntry() " ] ,
2016-08-04 09:10:08 +02:00
" QgsWkbTypes " : [ " GeometryType " , " Type " ] ,
2017-08-06 23:57:14 +02:00
" QgsExpression::NodeBinaryOperator " : [ " computeDouble(double x, double y) " , " computeInt(int x, int y) " , " op() const " , " opLeft() const " , " compare(double diff) " , " NodeBinaryOperator(BinaryOperator op, Node *opLeft, Node *opRight) " , " opRight() const " , " precedence() const " , " computeDateTimeFromInterval(const QDateTime &d, QgsExpression::Interval *i) " , " leftAssociative() const " ] ,
" QgsPointDisplacementRenderer " : [ " QgsPointDisplacementRenderer(const QString &labelAttributeName= \" \" ) " , " setMaxLabelScaleDenominator(double d) " , " circleRadiusAddition() const " , " embeddedRenderer() const " , " setCircleColor(const QColor &c) " , " circleWidth() const " , " labelAttributeName() const " , " setLabelFont(const QFont &f) " , " circleColor() const " , " setLabelColor(const QColor &c) " , " setCircleWidth(double w) " , " labelColor() const " , " maxLabelScaleDenominator() const " , " labelFont() const " , " setLabelAttributeName(const QString &name) " , " setCircleRadiusAddition(double d) " ] ,
" QgsSimpleLineSymbolLayer " : [ " penJoinStyle() const " , " setPenJoinStyle(Qt::PenJoinStyle style) " , " setCustomDashVector(const QVector< qreal > &vector) " , " penCapStyle() const " , " drawInsidePolygon() const " , " customDashPatternUnit() const " , " customDashVector() const " , " setUseCustomDashPattern(bool b) " , " setDrawInsidePolygon(bool drawInsidePolygon) " , " useCustomDashPattern() const " , " setCustomDashPatternMapUnitScale(const QgsMapUnitScale &scale) " , " setPenCapStyle(Qt::PenCapStyle style) " , " QgsSimpleLineSymbolLayer(const QColor &color=DEFAULT_SIMPLELINE_COLOR, double width=DEFAULT_SIMPLELINE_WIDTH, Qt::PenStyle penStyle=DEFAULT_SIMPLELINE_PENSTYLE) " , " setCustomDashPatternUnit(QgsSymbol::OutputUnit unit) " , " create(const QgsStringMap &properties=QgsStringMap()) " , " customDashPatternMapUnitScale() const " , " setPenStyle(Qt::PenStyle style) " , " createFromSld(QDomElement &element) " , " penStyle() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsVectorLayerFeatureIterator " : [ " QgsVectorLayerFeatureIterator(QgsVectorLayerFeatureSource *source, bool ownSource, const QgsFeatureRequest &request) " ] ,
2016-08-06 11:01:42 +02:00
" QgsGradientFillSymbolLayerWidget " : [ " applyColorRamp() " , " create(const QgsVectorLayer *vl) " , " offsetChanged() " , " QgsGradientFillSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " setCoordinateMode(int index) " , " setGradientType(int index) " , " setGradientSpread(int index) " , " setColor(const QColor &color) " , " referencePointChanged() " , " setColor2(const QColor &color) " , " colorModeChanged() " ] ,
" QgsSvgMarkerSymbolLayerWidget " : [ " setAngle() " , " create(const QgsVectorLayer *vl) " , " setGuiForSvg(const QgsSvgMarkerSymbolLayer *layer) " , " setSize() " , " populateIcons(const QModelIndex &idx) " , " setOffset() " , " QgsSvgMarkerSymbolLayerWidget(const QgsVectorLayer *vl, QWidget *parent=nullptr) " , " populateList() " , " setName(const QModelIndex &idx) " ] ,
2016-03-18 09:32:08 +01:00
" QgsFeatureModel " : [ " fidToIndex(QgsFeatureId fid)=0 " ] ,
2016-07-21 22:01:38 +10:00
" QgsLinearMinMaxEnhancementWithClip " : [ " QgsLinearMinMaxEnhancementWithClip(Qgis::DataType, double, double) " ] ,
2016-03-18 09:32:08 +01:00
" QgsGeometryCache " : [ " cachedGeometries() " , " cachedGeometriesRect() " , " setCachedGeometriesRect(const QgsRectangle &extent) " ] ,
2017-05-02 11:54:27 +02:00
" QgsAuthCertInfo " : [ " QgsAuthCertInfo(const QSslCertificate &cert, bool manageCertTrust=false, QWidget *parent=0, const QList< QSslCertificate > &connectionCAs=QList< QSslCertificate >()) " , " trustCacheRebuilt() " ] ,
2016-03-18 09:32:08 +01:00
" QgsExpressionBuilderWidget " : [ " loadRecent(const QString &key) " , " QgsExpressionBuilderWidget(QWidget *parent) " , " isExpressionValid() " , " saveToRecent(const QString &key) " , " loadFieldNames(const QgsFields &fields) " , " showEvent(QShowEvent *e) " ] ,
2017-06-22 20:25:19 +02:00
" QgsTINInterpolator " : [ " setExportTriangulationToFile(bool e) " , " TINInterpolation " , " setTriangulationFilePath(const QString &filepath) " , " QgsTINInterpolator(const QList< QgsInterpolator::LayerData > &inputData, TINInterpolation interpolation=Linear, bool showProgressDialog=false) " ] ,
2017-08-06 23:57:14 +02:00
" QgsMapLayerProxyModel " : [ " Filter " , " exceptedLayerList() " , " filters() const " ] ,
2016-08-06 11:01:42 +02:00
" QgsCompoundCurve " : [ " QgsCompoundCurve(const QgsCompoundCurve &curve) " ] ,
2016-03-18 09:32:08 +01:00
" QgisPlugin " : [ " QgisPlugin(QString const &name= \" \" , QString const &description= \" \" , QString const &category= \" \" , QString const &version= \" \" , PLUGINTYPE const &type=MAPLAYER) " , " name() " ] ,
" QgsFields " : [ " FieldOrigin " , " None " ] ,
2017-04-11 14:59:48 +10:00
" QgsRange " : [ " contains(QDate element) const " , " overlaps(const QgsRange< QDate > &other) const " , " contains(const QgsRange< QDate > &other) const " ] ,
2016-03-18 09:32:08 +01:00
" QgsGlowEffect " : [ " QgsGlowEffect(const QgsGlowEffect &other) " ] ,
" Node " : [ " Node(const Node &n) " ] ,
2016-08-05 08:09:43 +02:00
" QgsSymbolLevelItem " : [ " layer() " , " QgsSymbolLevelItem(QgsSymbol *symbol, int layer) " , " symbol() " ] ,
2017-06-22 20:25:19 +02:00
" QgsInterpolator " : [ " QgsInterpolator(const QList< QgsInterpolator::LayerData > &layerData) " ] ,
2016-03-18 09:32:08 +01:00
" QgsComposerFrame " : [ " QgsComposerFrame(QgsComposition *c, QgsComposerMultiFrame *mf, qreal x, qreal y, qreal width, qreal height) " ] ,
" QgsComposerArrow " : [ " MarkerMode " ] ,
2017-08-06 23:57:14 +02:00
" QgsAttributeAction " : [ " operator[](int idx) " , " setDefaultAction(int actionNumber) " , " size() const " , " at(int idx) " ] ,
2016-03-18 09:32:08 +01:00
" QgsRelationReferenceWidget " : [ " setEditorContext(const QgsAttributeEditorContext &context, QgsMapCanvas *canvas, QgsMessageBar *messageBar) " , " foreignKeyChanged(const QVariant &) " , " None " , " setAllowMapIdentification(bool allowMapIdentification) " , " setEmbedForm(bool display) " , " CanvasExtent " , " init() " , " setRelation(const QgsRelation &relation, bool allowNullValue) " , " setOpenFormButtonVisible(bool openFormButtonVisible) " , " setRelationEditable(bool editable) " , " setReadOnlySelector(bool readOnly) " , " QgsRelationReferenceWidget(QWidget *parent) " ] ,
2017-08-06 23:57:14 +02:00
" QgsAttributeEditorContext " : [ " relationMode() const " , " QgsAttributeEditorContext(const QgsAttributeEditorContext &parentContext, const QgsRelation &relation, RelationMode relationMode, FormMode widgetMode) " , " FormMode " , " formMode() const " , " vectorLayerTools() const " , " QgsAttributeEditorContext(const QgsAttributeEditorContext &parentContext, FormMode formMode) " , " setDistanceArea(const QgsDistanceArea &distanceArea) " , " distanceArea() const " , " setVectorLayerTools(QgsVectorLayerTools *vlTools) " , " setRelation(const QgsRelation &relation, RelationMode mode) " , " parentContext() const " , " relation() const " ] ,
2016-03-18 09:32:08 +01:00
" QgsPalettedRasterRenderer " : [ " QgsPalettedRasterRenderer(QgsRasterInterface *input, int bandNumber, QRgb *colorArray, int nColors, const QVector< QString > &labels=QVector< QString >()) " , " create(const QDomElement &elem, QgsRasterInterface *input) " ] ,
}
2016-07-04 20:29:46 +10:00
ACCEPTABLE_MISSING_ADDED_NOTE = [
" QgsDerivativeFilter " ,
" QgsLayerTreeEmbeddedConfigWidget " ,
" QgsCptCityDirectoryItem " ,
" QgsDataDefinedRotationDialog " ,
" QgsAttributeTypeLoadDialog " ,
" QgsProject " ,
" QgsDirectoryParamWidget " ,
2016-12-12 10:34:03 +08:00
" QgsLegendModel " ,
2016-07-04 20:29:46 +10:00
" QgsLayerTreeNode " ,
" QgsSlopeFilter " ,
" QgsPointLocator_VisitorArea " ,
" pal::InternalException::Full " ,
" QgsPluginLayer " ,
" QgsGeometryValidator " ,
2016-08-06 11:01:42 +02:00
" QgsLineSymbol " ,
2016-07-04 20:29:46 +10:00
" QgsFeatureListViewDelegate " ,
" QgsHighlight " ,
" pal::Sol " ,
" QgsServer " ,
" QgsOSMXmlImport " ,
" QgsDiagramLabelFeature " ,
" QgsPanelWidgetStack " ,
" QgsMapUnitScaleDialog " ,
" QgsDoubleSpinBox " ,
" QgsSingleBandPseudoColorRenderer " ,
" QgsRasterLayerSaveAsDialog " ,
" QgsSvgSelectorDialog " ,
" QgsRendererRulePropsWidget " ,
" QgsErrorItem " ,
" QgsCheckboxWidgetFactory " ,
" QgsComposerLayerItem " ,
" Triangulation " ,
" QgsGlowWidget " ,
" QgsVectorFileWriter::Option " ,
" QgsColorSwatchDelegate " ,
" QgsTextEditWrapper " ,
" QgsCaseInsensitiveLexerSQL " ,
" QgsServerInterface " ,
" QgsAuthMethodPlugins " ,
" QgsMapSettings " ,
" QgsLayerDefinition " ,
" pal::InternalException::WrongGeometry " ,
" QgsRasterDrawer " ,
" QgsOgcUtils " ,
" QgsMapLayerStyleManagerWidget " ,
" QgsCoordinateTransformCache " ,
" QgsRangeWidgetWrapper " ,
" QgsFeatureIteratorDataStream " ,
2016-08-06 11:01:42 +02:00
" QgsSimpleLineSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsContrastEnhancement " ,
" QgsHillshadeFilter " ,
" QgsCachedFeatureIterator " ,
" QgsAuthCrypto " ,
" QgsAuthSslErrorsDialog " ,
2016-08-06 11:01:42 +02:00
" QgsRendererRegistry " ,
2016-07-04 20:29:46 +10:00
" QgsExpression " ,
" Node " ,
" QgsFeatureListModel " ,
" QgsAuthMethodMetadata " ,
" QgsComposerScaleBar " ,
" QgsExpression::Function " ,
" QgsMultiBandColorRendererWidget " ,
" QgsFeatureRequest::OrderByClause " ,
" QgsColorWidgetAction " ,
" Bezier3D " ,
" QgsSQLStatement::NodeJoin " ,
2017-06-02 20:52:57 +02:00
" QgsPoint " ,
2016-07-04 20:29:46 +10:00
" QgsSLConnect " ,
" QgsConditionalStyle " ,
" QgsExpression::NodeList " ,
2016-08-06 11:01:42 +02:00
" QgsSingleSymbolRendererWidget " ,
2016-07-04 20:29:46 +10:00
" QgsDbFilterProxyModel " ,
" QgsRasterShaderFunction " ,
" QgsBrushStyleComboBox " ,
" QgsSVGFillSymbolLayer " ,
" QgsPluginLayerRegistry " ,
" pal::PalException::UnknownFeature " ,
" QgsMapLayerActionRegistry " ,
" QgsMapToolIdentify " ,
" QgsTableWidgetItem " ,
2016-08-06 11:01:42 +02:00
" QgsFontMarkerSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsLabel " ,
" QgsColorSwatchGridAction " ,
" QgsRelation " ,
2016-08-06 11:01:42 +02:00
" QgsVectorGradientColorRampDialog " ,
2016-07-04 20:29:46 +10:00
" QgsSQLStatement::NodeBetweenOperator " ,
" QgsScaleBarStyle " ,
" QgsMapToolIdentifyFeature " ,
" QgsMultiBandColorRenderer " ,
" QgsGraphBuilderInterface " ,
" QgsComposerHtml " ,
" QgsRasterPyramidsOptionsWidget " ,
" QgsColorRampShader " ,
" QgsMapUnitScale " ,
" pal::Util " ,
" QgsGpsdConnection " ,
" pal::PointSet " ,
" QgsDateTimeEditWrapper " ,
" NormVecDecorator " ,
2016-07-21 22:01:38 +10:00
" Qgis " ,
2016-07-04 20:29:46 +10:00
" QgsDetailedItemWidget " ,
" QgsDataDefinedSizeDialog " ,
" QgsDxfExport " ,
" QgsIdentifyMenu " ,
2016-08-06 11:01:42 +02:00
" QgsRendererRange " ,
2016-07-04 20:29:46 +10:00
" QgsDiagramSettings " ,
" QgsDataItemProviderRegistry " ,
2016-08-05 08:09:43 +02:00
" QgsSymbolSelectorDialog " ,
2016-07-04 20:29:46 +10:00
" QgsComposerFrame " ,
2016-08-06 11:01:42 +02:00
" QgsFontMarkerSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsSpinBox " ,
" QgsAction " ,
" QgsSQLComposerDialog::SQLValidatorCallback " ,
" QgsGPSDetector " ,
" QgsExpressionHighlighter " ,
" QgsMapToPixelSimplifier " ,
2016-08-06 11:01:42 +02:00
" QgsVectorColorBrewerColorRampDialog " ,
2016-07-04 20:29:46 +10:00
" QgsCptCityAllRampsItem " ,
" QgsOSMWay " ,
" QgsLabelingEngineInterface " ,
" QgsEditorConfigWidget " ,
" QgsDataProvider " ,
" QgsLayerTreeView " ,
" QgsActionManager " ,
" QgsSQLStatement::NodeColumnRef " ,
" QgsLocaleNumC " ,
" QgsRasterChecker " ,
" QgsNumericScaleBarStyle " ,
" QgsVectorLayerUndoCommandDeleteFeature " ,
" QgsTextEditConfigDlg " ,
" QgsOgcUtilsExprToFilter " ,
" QgsOSMNode " ,
" QgsAuthSslConfigWidget " ,
" QgsPixmapLabel " ,
" QgsAuthConfigIdEdit " ,
" QgsVectorLayerTools " ,
" QgsBlendModeComboBox " ,
" QgsConstWkbSimplifierPtr " ,
" QgsRelief " ,
" QgsFeature " ,
" QgsProjectBadLayerHandler " ,
" QgsCptCityCollectionItem " ,
" QgsGridFileWriter " ,
" QgsVectorLayerUndoCommandDeleteAttribute " ,
" QgsWebView " ,
" QgsAbstractCacheIndex " ,
" QgsIFeatureSelectionManager " ,
" QgsInvertedPolygonRenderer " ,
" QgsSQLComposerDialog " ,
" QgsNetworkAccessManager " ,
" QgsLayerPropertiesWidget " ,
" QgsRasterRendererRegistry " ,
" QgsRasterRendererWidget " ,
" pal::PalException::FeatureExists " ,
" QgsAttributeTableFilterModel " ,
" QgsComposerView " ,
" QgsVectorFileWriter::SetOption " ,
" QgsLinearMinMaxEnhancementWithClip " ,
" QgsMapCanvas::CanvasProperties " ,
" QgsLabelFeature " ,
2016-08-05 08:08:39 +02:00
" QgsSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsMapRendererJob " ,
" QgsQueryBuilder " ,
" QgsSQLStatement::Visitor " ,
2016-08-06 11:01:42 +02:00
" QgsCentroidFillSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsTreeWidgetItem " ,
2016-08-06 11:01:42 +02:00
" QgsSvgMarkerSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsSingleCategoryDiagramRenderer " ,
2016-08-06 11:01:42 +02:00
" QgsSurface " ,
2016-07-04 20:29:46 +10:00
" QgsOgcUtilsSQLStatementToFilter " ,
" QgsPalettedRendererWidget " ,
" QgsLabelSearchTree " ,
" QgsSQLStatement::NodeTableDef " ,
" QgsComposerUtils " ,
" QgsRasterCalcNode " ,
" QgsTextEditWidgetFactory " ,
" QgsUniqueValueWidgetFactory " ,
" QgsMapLayerAction " ,
" QgsNumericSortTreeWidgetItem " ,
" QgsPkiBundle " ,
" QgsVectorLayerLabelProvider " ,
" QgsTextAnnotationItem " ,
" QgsPluginManagerInterface " ,
" QgsFeatureListView " ,
" QgsOSMDownload " ,
" QgsAdvancedDigitizingDockWidget::CadConstraint " ,
2016-08-06 11:01:42 +02:00
" QgsSimpleMarkerSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsTolerance " ,
" QgsRasterLayer " ,
" QgsComposerObject " ,
" QgsMapHitTest " ,
" QgsLegendRenderer " ,
" QgsColorWidgetFactory " ,
" QgsWidgetWrapper " ,
" QgsRangeWidgetFactory " ,
" QgsPointCompare " ,
" QgsComposerAttributeTableCompareV2 " ,
2016-08-06 11:01:42 +02:00
" QgsCptCityColorRamp " ,
2016-07-04 20:29:46 +10:00
" QgsAttributeEditorContext " ,
2016-08-05 08:30:00 +02:00
" QgsSymbologyConversion " ,
2016-07-04 20:29:46 +10:00
" QgsAttributeEditorRelation " ,
" QgsPointDisplacementRendererWidget " ,
" QgsOSMDatabase " ,
" QgsAbstractGeometrySimplifier " ,
" QgsComposerMapItem " ,
" QgsProviderExtentCalcEvent " ,
" pal::PolygonCostCalculator " ,
" pal::Pal " ,
" QgsMapRendererCustomPainterJob " ,
" QgsExternalResourceWidget " ,
" QgsRasterShader " ,
" QgsOverlayAnalyzer " ,
" QgsComposerLegend " ,
" QgsCachedFeatureWriterIterator " ,
" QgsComposerTextTable " ,
" QgsNineCellFilter " ,
2016-08-05 08:08:39 +02:00
" QgsSymbolLayerAbstractMetadata " ,
2016-07-04 20:29:46 +10:00
" QgsPointLocator " ,
" QgsAuthCertInfo " ,
" QgsAttributeTableMapLayerAction " ,
" QgsFeatureSelectionDlg " ,
" QgsAuthConfigEdit " ,
" QgsAuthMethodConfig " ,
" QgsVectorLayerUndoCommandAddFeature " ,
" QgsAuthConfigEditor " ,
" QgsCharacterSelectorDialog " ,
" QgsSpatialIndex " ,
" QgsAbstractFeatureIterator " ,
" QgsMapCanvasMap " ,
2016-08-06 11:01:42 +02:00
" QgsShapeburstFillSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsVectorLayerJoinBuffer " ,
" QgsTextLabelFeature " ,
" QgsPkiConfigBundle " ,
" QgsCredentialsNone " ,
" QgsPenCapStyleComboBox " ,
" QgsAuthConfigSelect " ,
" QgsFeatureRequest " ,
" QgsExpression::NodeInOperator " ,
" QgsTotalCurvatureFilter " ,
" QgsGeometry " ,
" QgsDummyConfigDlg " ,
" QgsBrowserModel " ,
" QgsRenderContext " ,
" QgsSingleBandGrayRendererWidget " ,
" QgsAttributeEditorElement " ,
" QgsAbstractLabelProvider " ,
" QgsSQLStatement::NodeInOperator " ,
" QgsComposerGroupItem " ,
2016-08-06 11:01:42 +02:00
" QgsLineSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsSublayersDialog " ,
" QgsMapOverviewCanvas " ,
" QgsRasterRenderer " ,
" QgsRelationReferenceFactory " ,
" QgsContrastEnhancementFunction " ,
2016-08-06 11:01:42 +02:00
" QgsMarkerSymbolLayer " ,
2016-07-19 11:45:47 +10:00
" QgsGroupWmsDataDialog " ,
2016-07-04 20:29:46 +10:00
" QgsVectorLayerInterruptionCheckerDuringCountSymbolFeatures " ,
2016-08-05 08:09:43 +02:00
" QgsSymbolRenderContext " ,
2016-07-04 20:29:46 +10:00
" QgsValueRelationSearchWidgetWrapper " ,
" DualEdgeTriangulation " ,
" QgsRasterFileWriter " ,
" QgsGraphDirector " ,
" QgsTransectSample " ,
2016-08-06 11:01:42 +02:00
" QgsFeatureRenderer " ,
2016-07-04 20:29:46 +10:00
" QgsExpressionBuilderDialog " ,
" QgsMapLayer " ,
" QgsOptionsDialogBase " ,
" QgsGraphArc " ,
" QgsMapCanvasLayer " ,
" QgsErrorMessage " ,
" QgsAuthImportIdentityDialog " ,
" QgsExpressionItem " ,
" pal::LabelInfo " ,
" QgsStatisticalSummary " ,
" pal::PalException::ValueNotInRange " ,
2016-08-06 11:01:42 +02:00
" QgsRendererAbstractMetadata " ,
2016-07-04 20:29:46 +10:00
" QgsLegendModel " ,
" QgsSQLStatement::NodeLiteral " ,
" QgsEnumerationWidgetWrapper " ,
" pal::PalStat " ,
2016-08-06 11:01:42 +02:00
" QgsRuleBasedRendererWidget " ,
2016-07-04 20:29:46 +10:00
" QgsOfflineEditing " ,
" GEOSGeomScopedPtr " ,
" QgsIDWInterpolator " ,
" QgsPointLocator_VisitorEdgesInRect " ,
" QgsEffectStack " ,
" QgsRasterTransparencyWidget " ,
" QgsRasterPipe " ,
" QgsSvgSelectorWidget " ,
" QgsEditorWidgetFactory " ,
" QgsExpressionContextScope " ,
" QgsVectorLayerSimpleLabeling " ,
" QgsLayerTreeEmbeddedWidgetRegistry " ,
" QgsOSMTags " ,
" QgsScaleUtils " ,
" QgsDataCollectionItem " ,
" QgsFeatureSelectionModel " ,
2016-08-06 11:01:42 +02:00
" QgsSimpleMarkerSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsRasterProjector " ,
2016-08-06 11:01:42 +02:00
" QgsGradientFillSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsAuthSslConfigDialog " ,
" QgsEditorWidgetWrapper " ,
" QgsDrawSourceWidget " ,
" QgsOWSSourceSelect " ,
" QgsException " ,
" QgsAttributeTableDelegate " ,
" QgsVectorLayerDiagramProvider " ,
" QgsVectorLayerUndoCommandAddAttribute " ,
" QgsDialog " ,
" QgsAuthSslImportDialog " ,
2016-08-06 11:01:42 +02:00
" QgsVectorColorRamp " ,
2016-07-04 20:29:46 +10:00
" QgsCustomLayerOrderWidget " ,
2016-08-06 11:01:42 +02:00
" QgsStyleGroupSelectionDialog " ,
2016-07-04 20:29:46 +10:00
" QgsAdvancedDigitizingCanvasItem " ,
" QgsComposerItemGroup " ,
" pal::CostCalculator " ,
" QgsAuthCertTrustPolicyComboBox " ,
" QgsExtentGroupBox " ,
" QgsValueRelationConfigDlg " ,
" QgsVectorLayerImport " ,
" QgsPenJoinStyleComboBox " ,
" pal::InternalException::NoLabelPosition " ,
" QgsDateTimeStatisticalSummary " ,
" QgsNewVectorLayerDialog " ,
" QgsLinearMinMaxEnhancement " ,
" QgsComposerModel " ,
2016-08-05 08:08:39 +02:00
" QgsSymbolLayerUtils " ,
2016-07-04 20:29:46 +10:00
" QgsConstWkbPtr " ,
" QgsLongLongValidator " ,
2016-08-06 11:01:42 +02:00
" QgsSimpleFillSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsCptCityArchive " ,
" QgsComposerArrow " ,
" QgsAttributeFormLegacyInterface " ,
" QgsProjectItem " ,
" QgsMapToolEmitPoint " ,
" QgsClassificationWidgetWrapperFactory " ,
" QgsCollapsibleGroupBox " ,
" Qgs25DRendererWidget " ,
" QgsExpression::NodeColumnRef " ,
" QgsComposition " ,
" QgsMapCanvas " ,
" QgsLayerTreeEmbeddedWidgetProvider " ,
" QgsPaintEffect " ,
" QgsHiddenWidgetFactory " ,
" QgsLinePatternFillSymbolLayerWidget " ,
" QgsComposerLegendItem " ,
" QgsQtLocationConnection " ,
" QgsUnitSelectionWidget " ,
" QgsMapTip " ,
" QgsGraphBuilder " ,
2016-08-06 11:01:42 +02:00
" QgsMarkerSymbol " ,
" QgsDiagramRenderer " ,
2016-07-04 20:29:46 +10:00
" QgsExpression::NodeLiteral " ,
" QgsNewGeoPackageLayerDialog " ,
" pal::InternalException::UnknownGeometry " ,
2016-08-06 11:01:42 +02:00
" QgsVectorColorBrewerColorRamp " ,
2016-07-04 20:29:46 +10:00
" QgsProperty " ,
" QgsDoubleBoxScaleBarStyle " ,
" QgsPanelWidgetWrapper " ,
" QgsBusyIndicatorDialog " ,
2016-08-05 08:09:43 +02:00
" QgsSymbolSelectorWidget " ,
2016-07-04 20:29:46 +10:00
" QgsPieDiagram " ,
" QgsInternalGeometryEngine " ,
" QgsMasterPasswordResetDialog " ,
" QgsVectorFileWriter::StringOption " ,
" QgsComposerItem " ,
" QgsSvgAnnotationItem " ,
" QgsOSMElement " ,
" QgsSvgCacheEntry " ,
" QgsCptCityBrowserModel " ,
" QgsPointLocator_VisitorNearestVertex " ,
" QgsCheckboxWidgetWrapper " ,
" QgsAuthServersEditor " ,
2016-08-06 11:01:42 +02:00
" QgsGradientFillSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsNetworkDiskCache " ,
2016-08-06 11:01:42 +02:00
" QgsFillSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsRendererRulePropsDialog " ,
2016-08-05 08:13:09 +02:00
" QgsSymbolLevelsDialog " ,
2016-07-04 20:29:46 +10:00
" QWebPage " ,
" QgsPointLocator_VisitorNearestEdge " ,
" QgsStringStatisticalSummary " ,
" QgsLabelComponent " ,
" QgsDateTimeEditFactory " ,
" CharacterWidget " ,
" QgsAdvancedDigitizingDockWidget " ,
" QgsColorEffectWidget " ,
" QgsCsException " ,
" QgsMapLayerStyleManager " ,
" QgsZipItem " ,
" QgsComposerMultiFrameCommand " ,
" QgsAttributeEditorField " ,
" QgsMessageOutput " ,
" QgsSQLStatement::NodeCast " ,
" QgsCoordinateReferenceSystem " ,
" QgsLayerTreeModelLegendNode " ,
" QgsScaleVisibilityDialog " ,
" QgsTransactionGroup " ,
" QgsDistanceArea " ,
" QgsLayerTreeGroup " ,
" QgsMapToolPan " ,
" QgsVectorLayerFeatureIterator " ,
" QgsDxfPaintEngine " ,
2016-08-06 11:01:42 +02:00
" QgsSvgMarkerSymbolLayer " ,
" QgsCategorizedSymbolRendererWidget " ,
2016-07-04 20:29:46 +10:00
" QgsAuthConfigSslServer " ,
" QgsBrightnessContrastFilter " ,
" QgsMultiRenderChecker " ,
" QgsLabelSorter " ,
" QgsComposerShape " ,
" QgsLayerItem " ,
" QgsAuthCertEditors " ,
" QgsMapRendererParallelJob " ,
" QgsRasterCalculator " ,
2016-08-06 11:01:42 +02:00
" QgsStyle " ,
2016-07-04 20:29:46 +10:00
" QgsLegacyHelpers " ,
2016-08-06 11:01:42 +02:00
" QgsRuleBasedRenderer " ,
2016-07-04 20:29:46 +10:00
" QgsDrawSourceEffect " ,
" QgsLayerTreeLayer " ,
" pal::PalException::NotImplemented " ,
" QgsDxfLabelProvider " ,
" QgsCptCitySelectionItem " ,
2016-08-06 11:01:42 +02:00
" QgsRendererCategory " ,
2016-07-04 20:29:46 +10:00
" QgsDataItem " ,
" QgsComposerAttributeTableColumnModelV2 " ,
" QgsSQLStatement::NodeSelect " ,
" QgsSymbolsListWidget " ,
2016-08-06 11:01:42 +02:00
" QgsGraduatedSymbolRenderer " ,
2016-07-04 20:29:46 +10:00
" QgsRasterPyramid " ,
" QgsAnimatedIcon " ,
" QgsDataItemProvider " ,
" QgsScaleRangeWidget " ,
" QgsEncodingFileDialog " ,
" QgsProviderCountCalcEvent " ,
" QgsDxfPaintDevice " ,
" QgsRasterInterface " ,
" QgsExternalResourceWidgetFactory " ,
" QgsAuthIdentitiesEditor " ,
" QgsValueMapConfigDlg " ,
" QgsAbstractFeatureIteratorFromSource " ,
" QgsDirectoryItem " ,
" QgsRelationEditorWidget " ,
" QgsColorBrewerPalette " ,
" QgsTextDiagram " ,
2016-08-06 11:01:42 +02:00
" QgsRuleBasedRendererModel " ,
2016-07-04 20:29:46 +10:00
" QgsExpression::NodeFunction " ,
" QgsAuthCertInfoDialog " ,
" QgsColorWidgetWrapper " ,
" QgsPenStyleComboBox " ,
" QgsNewHttpConnection " ,
" QgsExpression::NodeCondition " ,
" QgsValueMapWidgetWrapper " ,
" QgsZonalStatistics " ,
" QgsRasterRange " ,
2016-08-05 08:09:43 +02:00
" QgsSymbol " ,
2016-07-04 20:29:46 +10:00
" QgsLegendInterface " ,
" QgsTopologyPreservingSimplifier " ,
" QgsInterpolator " ,
" QgsVirtualLayerDefinition::SourceLayer " ,
" QgsScaleComboBox " ,
" QgsMessageLogConsole " ,
" QgsMessageOutputConsole " ,
" QgsImageOperation " ,
" QgsRasterIdentifyResult " ,
2016-07-22 20:48:56 +02:00
" QgsMapThemeCollection::PresetRecord " ,
2016-07-04 20:29:46 +10:00
" QgsRunProcess " ,
" QgsRasterIterator " ,
" QgsExpression::StaticFunction " ,
" QgsProjectionSelector " ,
" QgsProjectVersion " ,
" QgsFieldValidator " ,
" QgsRasterFillSymbolLayerWidget " ,
" QgsUserInputDockWidget " ,
" QgsLabelAttributes " ,
" QgsAuthCertUtils " ,
2016-08-05 08:08:39 +02:00
" QgsSymbolLayerRegistry " ,
2016-07-04 20:29:46 +10:00
" QgsSlider " ,
" QgsColorSchemeList " ,
" QgsLayerTreeModel " ,
2016-08-06 11:01:42 +02:00
" QgsCategorizedSymbolRenderer " ,
2016-07-04 20:29:46 +10:00
" QgsLinearlyInterpolatedDiagramRenderer " ,
2016-07-19 11:45:47 +10:00
" QgsOwsConnection " ,
2016-07-04 20:29:46 +10:00
" QgsGenericProjectionSelector " ,
" QgsColorSchemeModel " ,
" QgsBlurWidget " ,
" QgsSQLStatement::NodeColumnSorted " ,
" QgsNewMemoryLayerDialog " ,
" QgsFileDropEdit " ,
" QgsRelationReferenceConfigDlg " ,
" QgsComposerMergeCommand " ,
" QgsApplication " ,
" QgsDateTimeEdit " ,
" QgsDxfRuleBasedLabelProvider " ,
" Line3D " ,
" QgsAuthGuiUtils " ,
" QgsVectorLayerRendererInterruptionChecker " ,
" pal::Problem " ,
" QgsComposerStyleItem " ,
" QgsValueMapSearchWidgetWrapper " ,
" QgsPalettedRasterRenderer " ,
" QgsArcProperter " ,
" QgsWkbException " ,
" QgsRuntimeProfiler " ,
" QgsSvgSelectorGroupsModel " ,
" QgsSingleBandGrayRenderer " ,
" QgsCubicRasterResampler " ,
2016-08-06 11:01:42 +02:00
" QgsEllipseSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsField " ,
" QgsCheckBoxConfigDlg " ,
" ParametricLine " ,
" QgsDiagram " ,
" QgsCredentialsConsole " ,
" QgsLogger " ,
2016-08-06 11:01:42 +02:00
" QgsEllipseSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsMapServiceException " ,
" pal::Feats " ,
" QgsArrowSymbolLayerWidget " ,
" QgsVectorLayerEditBuffer " ,
" QgsEditFormConfig " ,
" QgsEnumerationWidgetFactory " ,
" QgsGraphVertex " ,
" QgsVector " ,
" QgsComposerTable " ,
" QgsDataDefinedWidthDialog " ,
" QgsRectangle " ,
" QgsSQLStatement::Node " ,
" QgsTransaction " ,
" QgsComposerTableColumn " ,
2016-08-06 11:01:42 +02:00
" QgsMarkerLineSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsHttpTransaction " ,
" QgsImageFillSymbolLayer " ,
" QgsBilinearRasterResampler " ,
" QgsNetworkReplyParser " ,
" QgsRenderChecker " ,
" QgsFeatureIterator " ,
" pal::LabelPosition " ,
" QgsExpressionSelectionDialog " ,
" QgsAuthImportCertDialog " ,
2016-08-05 08:08:39 +02:00
" QgsSymbolLayerWidget " ,
2016-07-04 20:29:46 +10:00
" QgsColorDialog " ,
" QgsLabelPosition " ,
" QgsDiagramLayerSettings " ,
" QgsAnnotationItem " ,
2016-08-06 11:01:42 +02:00
" QgsStyleExportImportDialog " ,
2016-07-04 20:29:46 +10:00
" QgsHeatmapRendererWidget " ,
" QgsLabelCandidate " ,
" QgsLegendSettings " ,
" QgsColorRampComboBox " ,
" QgisPlugin " ,
" QgsRasterResampleFilter " ,
" QgsMapLayerStyle " ,
" QgsCoordinateTransform " ,
" QgsSizeScaleWidget " ,
" QgsPluginLayerType " ,
" QgsClipper " ,
" pal::GeomFunction " ,
" QgsMapToolZoom " ,
" QgsLUDialog " ,
" QgsScopeLogger " ,
" QgsMapMouseEvent " ,
" QgsMapToolEdit " ,
" QgsTicksScaleBarStyle " ,
" QgsFavouritesItem " ,
" QgsMapRendererQImageJob " ,
" QgsGraphAnalyzer " ,
" QgsMessageLog " ,
" QgsExpressionContext " ,
2016-08-06 11:01:42 +02:00
" QgsSingleSymbolRenderer " ,
2016-07-04 20:29:46 +10:00
" QgsMapRenderer " ,
" QgsPointLocator_Stream " ,
" QgsGroupBoxCollapseButton " ,
" QgsCredentials " ,
" QgsSnappingUtils " ,
" QgsDistanceArcProperter " ,
" QgsVectorLayerEditUtils " ,
" QgsHistogramDiagram " ,
" QgsVectorFileWriter " ,
" QgsDateTimeEditConfig " ,
" QgsUuidWidgetFactory " ,
" QgsMapRendererSequentialJob " ,
" QgsLinePatternFillSymbolLayer " ,
" QgsPointSample " ,
" QgsObjectCustomProperties " ,
" QgsRelationReferenceWidgetWrapper " ,
" QgsMapToolAdvancedDigitizing " ,
" QgsValueRelationWidgetFactory " ,
2016-08-06 11:01:42 +02:00
" QgsGraduatedSymbolRendererWidget " ,
2016-07-04 20:29:46 +10:00
" QgsComposerItemCommand " ,
" QgsBrowserWatcher " ,
" pal::PalException " ,
" QgsIndexedFeature " ,
" QgsPropertyKey " ,
" QgsMessageViewer " ,
" QgsShadowEffectWidget " ,
" QgsEditorWidgetRegistry " ,
" QgsColorSwatchGrid " ,
" QgsDataDefinedValueDialog " ,
" QgsGmlStreamingParser::LayerProperties " ,
" QgsSmartGroupCondition " ,
" QgsAuthEditorWidgets " ,
" QgsFileWidget " ,
" QgsFeatureModel " ,
" QgsExpressionItemSearchProxy " ,
" QgsRuleBasedLabeling " ,
2016-08-06 11:01:42 +02:00
" QgsRendererMetadata " ,
2016-07-04 20:29:46 +10:00
" QgsExpressionBuilderWidget " ,
" pal::Layer " ,
" QgsSingleBandColorDataRenderer " ,
" QgsMapCanvasItem " ,
" QgsGmlFeatureClass " ,
" QgsVectorFieldSymbolLayer " ,
" HalfEdge " ,
" QgsAuthMethodRegistry " ,
" QgsGraph " ,
" QgsSingleBoxScaleBarStyle " ,
" pal::InternalException " ,
" QgsPalLayerSettings " ,
" TriangleInterpolator " ,
" QgsCptCityColorRampItem " ,
" QgsPaintEngineHack " ,
" QgsLineVectorLayerDirector " ,
" QgsSVGFillSymbolLayerWidget " ,
" QgsGradientStop " ,
" QgsDualView " ,
" QgsSpatialIndexCopyVisitor " ,
2016-08-06 11:01:42 +02:00
" QgsVectorGradientColorRamp " ,
2016-07-04 20:29:46 +10:00
" QgsNMEAConnection " ,
" QgsAttributeDialog " ,
" QgsProjectBadLayerGuiHandler " ,
" QgsComposerMouseHandles " ,
" QgsAuthCertManager " ,
" QgsGeometryCache " ,
" QgsAccessControlFilter " ,
" QgsVectorDataProvider " ,
" QgsSQLStatement::RecursiveVisitor " ,
" QgsAuthTrustedCAsDialog " ,
" pal::FeaturePart " ,
" QgsError " ,
" QgsComposerTableSortColumnsProxyModel " ,
" QgsRasterHistogramWidget " ,
" QgsOSMNodeIterator " ,
" pal::PalException::LayerExists " ,
" QgsMessageBar " ,
" QgsUuidWidgetWrapper " ,
" QgsExpression::Node " ,
" QgsUniqueValuesWidgetWrapper " ,
" pal::InternalException::Empty " ,
" QgisVisitor " ,
" QgsVectorLayerUndoCommandChangeAttribute " ,
" QgsFormAnnotationItem " ,
" QgsConnectionPool " ,
" QgsGPSConnectionRegistry " ,
" QgsExpression::NodeBinaryOperator " ,
" QgsAttributeEditor " ,
" QgsSingleBandPseudoColorRendererWidget " ,
" QgsVectorLayerUndoCommandChangeGeometry " ,
" QgsGenericFeatureSelectionManager " ,
" QgsExternalResourceConfigDlg " ,
" QgsWkbPtr " ,
2016-08-05 08:08:39 +02:00
" QgsSymbolLayerMetadata " ,
2016-07-04 20:29:46 +10:00
" QgsDiagramInterpolationSettings " ,
" QgsRasterBandStats " ,
" QgsSQLStatement::NodeBinaryOperator " ,
" QgsPanelWidget " ,
" QgsRasterResampler " ,
" QgsRelationManager " ,
" QgsGeometry::Error " ,
" QgsMessageLogViewer " ,
" QgsVectorLayer " ,
" QgsSpatialIndexData " ,
" QgsComposerRuler " ,
" QgsPointPatternFillSymbolLayerWidget " ,
" QgsCptCityDataItem " ,
2016-08-06 11:01:42 +02:00
" QgsRandomColors " ,
2016-07-04 20:29:46 +10:00
" QgsGeometryAnalyzer " ,
2016-08-06 11:01:42 +02:00
" QgsVectorRandomColorRamp " ,
2016-07-04 20:29:46 +10:00
" QgsComposerMultiFrame " ,
" QgsValueMapWidgetFactory " ,
" QgsXmlUtils " ,
" QgsAlignRaster " ,
" QgsVectorFileWriter::BoolOption " ,
" QgsPalLabeling " ,
2016-08-06 11:01:42 +02:00
" QgsRendererPropertiesDialog " ,
2016-07-04 20:29:46 +10:00
" QgsMessageBarItem " ,
" QgsRasterMinMaxWidget " ,
" QgsServerFilter " ,
2016-08-06 11:01:42 +02:00
" QgsVectorRandomColorRampDialog " ,
2016-07-04 20:29:46 +10:00
" QgsAttributeTableAction " ,
2016-08-06 11:01:42 +02:00
" QgsMarkerLineSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsHtmlAnnotationItem " ,
" QgsVectorLayerFeatureSource " ,
" QgsAtlasComposition " ,
" QgsSQLComposerDialog::TableSelectedCallback " ,
" QgsConnectionPoolGroup " ,
" QgisInterface " ,
2016-08-06 11:01:42 +02:00
" QgsFillSymbol " ,
2016-07-04 20:29:46 +10:00
" QgsPointPatternFillSymbolLayer " ,
" QgsComposerMap " ,
" QgsSourceSelectItemDelegate " ,
" LinTriangleInterpolator " ,
" QgsDefaultSearchWidgetWrapper " ,
" QgsAttributes " ,
" QgsSQLStatementCollectTableNames " ,
2016-08-06 11:01:42 +02:00
" QgsComposerSymbolItem " ,
2016-07-04 20:29:46 +10:00
" QgsLayerDefinition::DependencySorter " ,
" QWebFrame " ,
" QgsRaster " ,
" QgsDial " ,
" QgsRubberBand " ,
" QgsConditionalLayerStyles " ,
" QgsCacheIndexFeatureId " ,
2016-08-06 11:01:42 +02:00
" QgsCptCityColorRampDialog " ,
2016-07-04 20:29:46 +10:00
" QgsFilterLineEdit " ,
" QgsNetworkContentFetcher " ,
" QgsComposerPicture " ,
" QgsExpression::WhenThen " ,
2016-08-06 11:01:42 +02:00
" QgsSimpleLineSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsClipToMinMaxEnhancement " ,
" QgsAddRemoveMultiFrameCommand " ,
" QgsFields " ,
" QgsGeometryGeneratorSymbolLayerWidget " ,
" pal::PalException::UnknownLayer " ,
" QgsAttributeTableModel " ,
" QgsMapLayerRenderer " ,
" QgsDetailedItemData " ,
" QgsMapTool " ,
" QgsVectorLayerUndoCommand " ,
" QgsComposerMultiFrameMergeCommand " ,
" QgsRequestHandler " ,
" QgsAddRemoveItemCommand " ,
" QgsAuthManager " ,
" QgsGroupUngroupItemsCommand " ,
" QgsPaperItem " ,
" QgsSQLStatement::NodeList " ,
" QgsSvgCache " ,
" QgsDatumTransformDialog " ,
" QgsFieldExpressionWidget " ,
" QgsCollapsibleGroupBoxBasic " ,
" QgsHiddenWidgetWrapper " ,
" QgsCredentialDialog " ,
" QgsScaleCalculator " ,
" QgsVectorFileWriter::HiddenOption " ,
" QgsVectorLayerEditPassthrough " ,
2016-08-05 08:09:43 +02:00
" QgsSymbolLevelItem " ,
2016-07-04 20:29:46 +10:00
" QgsVertexMarker " ,
" QgsRasterFormatSaveOptionsWidget " ,
" QgsValueRelationWidgetWrapper " ,
" QgsComposerAttributeTableCompare " ,
" QgsRuggednessFilter " ,
" QgsTrackedVectorLayerTools " ,
" QgsLayerTreeMapCanvasBridge " ,
" QgsMapToolCapture " ,
" QgsSearchWidgetWrapper " ,
" QgsDetailedItemDelegate " ,
" QgsRasterMatrix " ,
" QgsGPSConnection " ,
" QgsMapCanvasTracer " ,
" QgsComposerAttributeTable " ,
" QgsSQLStatement::NodeSelectedColumn " ,
" QgsGeos " ,
" QgsRelationWidgetWrapper " ,
" QgsColorButton " ,
" QgsSvgSelectorListModel " ,
" QgsGmlSchema " ,
" QgsErrorDialog " ,
" QgsComposerTableSortColumnsProxyModelV2 " ,
" QgsSourceSelectDialog " ,
" QgsMapToPixel " ,
" Vector3D " ,
2016-08-06 11:01:42 +02:00
" QgsGeometryGeneratorSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsAttributeEditorContainer " ,
" pal::PriorityQueue " ,
2016-12-12 09:53:33 +08:00
" QgsLegendStyle " ,
2016-07-04 20:29:46 +10:00
" QgsRasterDataProvider " ,
" QgsProjectBadLayerDefaultHandler " ,
" QgsPropertyValue " ,
" QgsVectorFileWriter::IntOption " ,
" QgsRasterBlock " ,
" QgsRasterNuller " ,
" QgsPythonRunner " ,
" QgsSQLStatement::NodeFunction " ,
" QgsSQLStatement::NodeUnaryOperator " ,
" QgsSearchQueryBuilder " ,
" QgsOSMWayIterator " ,
" QgsVirtualLayerDefinitionUtils " ,
" QgsAttributeForm " ,
" QgsVirtualLayerDefinition " ,
" QgsAspectFilter " ,
" QgsManageConnectionsDialog " ,
" QgsRasterTransparency " ,
" QgsCapabilitiesCache " ,
" Qgs25DRenderer " ,
" QgsMapCanvasRendererSync " ,
" QgsRendererRasterPropertiesWidget " ,
" QgsVectorLayerCache " ,
" QgsAuthConfigUriEdit " ,
" QgsProjectFileTransform " ,
" QgsFontUtils " ,
" QgsLayerTreeRegistryBridge " ,
" QgsPreviewEffect " ,
" QgsRasterHistogram " ,
" QgsComposerEffect " ,
" QgsRuleBasedLabelProvider " ,
" QgsPoint " ,
" QgsRangeConfigDlg " ,
2016-08-06 11:01:42 +02:00
" QgsShapeburstFillSymbolLayerWidget " ,
" QgsSimpleFillSymbolLayer " ,
2016-07-04 20:29:46 +10:00
" QgsVectorFieldSymbolLayerWidget " ,
" QgsClassificationWidgetWrapper " ,
" CloughTocherInterpolator " ,
" QgsUniqueValuesConfigDlg " ,
2016-08-06 11:01:42 +02:00
" QgsLabelingEngine " ,
2016-07-04 20:29:46 +10:00
" QgsMimeDataUtils " ,
" QgsTransformWidget " ,
" QgsExpression::NodeUnaryOperator " ,
2016-08-06 11:01:42 +02:00
" QgsStyleManagerDialog " ,
2016-07-04 20:29:46 +10:00
" QgsAttributeTableView " ,
" QgsAttributeFormInterface " ,
" QgsFeatureStore " ,
" QgsExternalResourceWidgetWrapper " ,
" TriDecorator " ,
" QgsAuthMethodEdit " ,
" QgsRelation::FieldPair " ,
" QgsTINInterpolator " ,
" QgsScaleWidget " ,
" QgsDataItemProviderFromPlugin " ,
" QgsExpression::Visitor " ,
" QgsGeometryRubberBand " ,
" QgsComposerAttributeTableV2 " ,
2016-08-06 11:01:42 +02:00
" QgsCentroidFillSymbolLayerWidget " ,
" QgsRendererWidget " ,
2016-07-04 20:29:46 +10:00
" QgsComposerLabel " ,
2016-08-06 11:01:42 +02:00
" QgsRuleBasedRenderer::Rule " ,
2016-07-04 20:29:46 +10:00
" QgsMapRendererCache " ,
2016-08-04 09:10:08 +02:00
" QgsDataSourceUri " ,
2016-07-04 20:29:46 +10:00
" QgsVectorLayerSelectionManager " ,
" QgsPaperGrid " ,
" QgsDashSpaceDialog " ,
" QgsPointDisplacementRenderer " ,
" QgsSmartGroupEditorDialog " ,
" QgsMapToolTouch " ,
" QgsComposerRasterSymbolItem " ,
" QgsComposerAttributeTableColumnModel " ,
" QgsGml " ,
" QgsAuthAuthoritiesEditor " ,
" QgsHueSaturationFilter " ,
" QgsRelationReferenceWidget " ,
" QWebSettings " ,
" QgsPointLocator_DumpTree " ,
" QgsProviderRegistry " ,
" QgsProviderMetadata " ,
" QgsApplyDialog " ,
" QgsRuleBasedLabeling::Rule " ,
" QgsActionMenu " ,
" QgsAuthMethod " ,
" QgsDartMeasurement " ]
2016-07-10 22:58:35 +10:00
ACCEPTABLE_MISSING_BRIEF = [ ' QgsBrushStyleComboBox ' ,
' QgsHiddenWidgetFactory ' ,
' QgsLabelCandidate ' ,
' QgsIDWInterpolator ' ,
' QgsFeatureSelectionModel ' ,
' QgsColorWidgetFactory ' ,
' QgsFieldValidator ' ,
' QgsPointCompare ' ,
' QgsSvgSelectorWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsGeometryGeneratorSymbolLayer ' ,
' QgsSurface ' ,
2016-07-10 22:58:35 +10:00
' QgsSvgAnnotationItem ' ,
2016-08-06 11:01:42 +02:00
' QgsCptCityColorRampDialog ' ,
2016-07-10 22:58:35 +10:00
' QgsRangeConfigDlg ' ,
' QgsAttributeFormInterface ' ,
' QgsExpression::NodeUnaryOperator ' ,
2016-08-05 08:08:39 +02:00
' QgsSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' pal::PriorityQueue ' ,
' QgsVectorLayerEditUtils ' ,
' QgsArcProperter ' ,
2016-08-06 11:01:42 +02:00
' QgsSimpleMarkerSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsBrowserWatcher ' ,
2016-08-06 11:01:42 +02:00
' QgsRandomColors ' ,
2016-07-10 22:58:35 +10:00
' QgsVectorLayerEditPassthrough ' ,
' QgsDial ' ,
2016-08-06 11:01:42 +02:00
' QgsVectorColorBrewerColorRampDialog ' ,
' QgsFontMarkerSymbolLayerWidget ' ,
2016-08-05 08:09:43 +02:00
' QgsSymbolLevelItem ' ,
2016-07-10 22:58:35 +10:00
' QgsGroupBoxCollapseButton ' ,
' QgsVectorFieldSymbolLayerWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsCentroidFillSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsEnumerationWidgetWrapper ' ,
' QgsError ' ,
2016-08-06 11:01:42 +02:00
' QgsRendererRangeLabelFormat ' ,
2016-07-10 22:58:35 +10:00
' QgsMimeDataUtils ' ,
' QgsRangeWidgetFactory ' ,
' QgsCptCityArchive ' ,
' QgsRasterRendererWidget ' ,
' QgsGmlSchema ' ,
' HalfEdge ' ,
' QgsDateTimeEditFactory ' ,
' QgsVectorFileWriter::BoolOption ' ,
' QgsRasterFillSymbolLayerWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsVectorRandomColorRampDialog ' ,
2016-08-05 08:09:43 +02:00
' QgsSymbolRenderContext ' ,
2016-07-10 22:58:35 +10:00
' QgsErrorDialog ' ,
' QgsExpressionHighlighter ' ,
' QgsExpression::NodeLiteral ' ,
' pal::CostCalculator ' ,
2016-08-06 11:01:42 +02:00
' QgsFillSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsMultiBandColorRendererWidget ' ,
' QgsRuleBasedLabeling::Rule ' ,
' QgsSpatialIndexCopyVisitor ' ,
' QgsSVGFillSymbolLayerWidget ' ,
' QgsDataDefinedWidthDialog ' ,
2016-08-06 11:01:42 +02:00
' QgsShapeburstFillSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsLegacyHelpers ' ,
2016-08-06 11:01:42 +02:00
' QgsLineSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsWkbPtr ' ,
2016-08-05 08:08:39 +02:00
' QgsSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsVectorFileWriter::StringOption ' ,
2016-08-05 08:13:09 +02:00
' QgsSymbolLevelsDialog ' ,
2016-07-10 22:58:35 +10:00
' QgsPenJoinStyleComboBox ' ,
' QgsValueRelationWidgetFactory ' ,
' QgsGlowWidget ' ,
' QgsDummyConfigDlg ' ,
' QgsExpression::NodeFunction ' ,
' QgsSvgSelectorGroupsModel ' ,
' QgsAttributeTypeLoadDialog ' ,
' QgsDirectoryParamWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsCategorizedSymbolRenderer ' ,
2016-07-10 22:58:35 +10:00
' QgsQtLocationConnection ' ,
' QgsPropertyKey ' ,
' QgsRuntimeProfiler ' ,
' QgsVectorFileWriter::Option ' ,
2016-08-05 08:09:43 +02:00
' QgsSymbol ' ,
2016-08-06 11:01:42 +02:00
' QgsRendererRange ' ,
2016-07-10 22:58:35 +10:00
' QgsRasterCalcNode ' ,
' QgsMessageBarItem ' ,
' QgsVectorFileWriter::SetOption ' ,
' QgsCacheIndexFeatureId ' ,
' QgsRasterProjector ' ,
' QgsPropertyValue ' ,
' QgsAttributeTableFilterModel ' ,
2016-08-06 11:01:42 +02:00
' QgsSingleSymbolRendererWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsValueMapConfigDlg ' ,
' QgsSmartGroupCondition ' ,
2016-08-06 11:01:42 +02:00
' QgsMarkerLineSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsExpression::NodeList ' ,
2016-08-05 08:09:43 +02:00
' QgsSymbolSelectorDialog ' ,
2016-07-10 22:58:35 +10:00
' QgsPalLayerSettings ' ,
' QgsTextEditConfigDlg ' ,
' QgsWkbException ' ,
' QgsSingleBandPseudoColorRendererWidget ' ,
' QgsRuleBasedLabeling ' ,
' QgsDxfExport ' ,
' pal::GeomFunction ' ,
' QgsRasterLayerSaveAsDialog ' ,
2016-08-06 11:01:42 +02:00
' QgsStyle ' ,
2016-07-10 22:58:35 +10:00
' QgsSizeScaleWidget ' ,
' QgsSymbolsListWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsFontMarkerSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsLUDialog ' ,
' QgsLegendInterface ' ,
' QgsSublayersDialog ' ,
' QgsDrawSourceWidget ' ,
' QgsSingleBandGrayRendererWidget ' ,
' QgsRelationEditorWidget ' ,
' QgsFeatureSelectionDlg ' ,
' QgsDataDefinedRotationDialog ' ,
2016-08-06 11:01:42 +02:00
' QgsRendererPropertiesDialog ' ,
2016-07-10 22:58:35 +10:00
' QgsDistanceArcProperter ' ,
' QgsComposerLayerItem ' ,
' QgsRelationReferenceFactory ' ,
' QgsLongLongValidator ' ,
' QgsExpression::WhenThen ' ,
' QgsVectorFileWriter::IntOption ' ,
' QgsUniqueValueWidgetFactory ' ,
' QgsRelationReferenceWidget ' ,
' QgsSLConnect ' ,
' pal::LabelPosition ' ,
' Node ' ,
' QgsRendererRulePropsDialog ' ,
' Qgs25DRendererWidget ' ,
' QgsPalLabeling ' ,
' QgsTextDiagram ' ,
' QgsMapToolCapture ' ,
' QgsConstWkbSimplifierPtr ' ,
' QgsTextEditWidgetFactory ' ,
' QgsNewVectorLayerDialog ' ,
' QgsLogger ' ,
' CharacterWidget ' ,
' QgsPointDisplacementRendererWidget ' ,
' QgsProjectFileTransform ' ,
' QgsExpression::NodeInOperator ' ,
' QgsLocaleNumC ' ,
' QgsDatumTransformDialog ' ,
' QgsColorRampComboBox ' ,
' QgsGeometryValidator ' ,
' QgsValueRelationConfigDlg ' ,
2016-08-06 11:01:42 +02:00
' QgsComposerSymbolItem ' ,
2016-07-10 22:58:35 +10:00
' QgsScaleRangeWidget ' ,
' QgsPieDiagram ' ,
2016-08-06 11:01:42 +02:00
' QgsVectorGradientColorRampDialog ' ,
2016-07-10 22:58:35 +10:00
' QgsPluginManagerInterface ' ,
' QgsAttributeTableMapLayerAction ' ,
' QgsConstWkbPtr ' ,
2016-08-06 11:01:42 +02:00
' QgsStyleExportImportDialog ' ,
2016-07-10 22:58:35 +10:00
' QgsBrowserModel ' ,
' QgsUniqueValuesConfigDlg ' ,
2016-08-06 11:01:42 +02:00
' QgsStyleGroupSelectionDialog ' ,
2016-07-10 22:58:35 +10:00
' QgsScaleVisibilityDialog ' ,
' QgsSpatialIndex ' ,
' QgsFeatureModel ' ,
2016-08-06 11:01:42 +02:00
' QgsSvgMarkerSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsFeatureListModel ' ,
' QgsDataDefinedSizeDialog ' ,
' QgsColorEffectWidget ' ,
' QgsComposerStyleItem ' ,
' QgsWebPage ' ,
' QgsRelationReferenceConfigDlg ' ,
' QgsVectorLayerEditBuffer ' ,
2016-08-06 11:01:42 +02:00
' QgsGraduatedSymbolRendererWidget ' ,
' QgsSimpleLineSymbolLayer ' ,
' QgsSingleSymbolRenderer ' ,
2016-07-10 22:58:35 +10:00
' QgsComposerHtml ' ,
' QgisInterface ' ,
' QgsRuleBasedLabelProvider ' ,
' QgsPointPatternFillSymbolLayer ' ,
2016-08-06 11:01:42 +02:00
' QgsGradientFillSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsLinearlyInterpolatedDiagramRenderer ' ,
2016-08-06 11:01:42 +02:00
' QgsGradientFillSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsSlider ' ,
' QgsPointPatternFillSymbolLayerWidget ' ,
' QgsAttributeForm ' ,
' pal::Sol ' ,
2016-08-06 11:01:42 +02:00
' QgsCptCityColorRamp ' ,
2016-07-10 22:58:35 +10:00
' QgsComposerMultiFrameCommand ' ,
2016-08-06 11:01:42 +02:00
' QgsSimpleLineSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsValueMapWidgetFactory ' ,
' QgsRelation ' ,
' QgsInvertedPolygonRenderer ' ,
' QgsExpression::Node ' ,
' QgsTransformWidget ' ,
2016-07-19 11:45:47 +10:00
' QgsGroupWmsDataDialog ' ,
2016-07-10 22:58:35 +10:00
' QgsColorBrewerPalette ' ,
' LinTriangleInterpolator ' ,
' QgsFontUtils ' ,
' QgsDxfPaintEngine ' ,
' QgsPenStyleComboBox ' ,
' QgsRendererRulePropsWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsSimpleFillSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsExpression::NodeCondition ' ,
' QgsClassificationWidgetWrapperFactory ' ,
' QgsClassificationWidgetWrapper ' ,
' QgsErrorMessage ' ,
' QgsRelationWidgetWrapper ' ,
' Qgs25DRenderer ' ,
' QgsTrackedVectorLayerTools ' ,
2016-08-05 08:08:39 +02:00
' QgsSymbolLayerUtils ' ,
2016-07-10 22:58:35 +10:00
' QgsComposerRasterSymbolItem ' ,
2017-06-02 20:52:57 +02:00
' QgsPoint ' ,
2016-07-10 22:58:35 +10:00
' QgsGeometryGeneratorSymbolLayerWidget ' ,
' QgsVectorLayerFeatureIterator ' ,
2016-08-06 11:01:42 +02:00
' QgsFeatureRenderer ' ,
2016-07-10 22:58:35 +10:00
' QgsRasterMinMaxWidget ' ,
' QgsDateTimeEditConfig ' ,
' QgsSvgCacheEntry ' ,
2016-08-06 11:01:42 +02:00
' QgsShapeburstFillSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsMapLayerConfigWidgetFactory ' ,
' QgsManageConnectionsDialog ' ,
' QgsSvgSelectorListModel ' ,
2016-08-06 11:01:42 +02:00
' QgsMarkerLineSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsScopeLogger ' ,
' QgsExpression::NodeColumnRef ' ,
' QgsCheckBoxConfigDlg ' ,
' QgsDockWidget ' ,
' QgsUuidWidgetFactory ' ,
' QgsFeatureListViewDelegate ' ,
' QgsOfflineEditing ' ,
' QgsLabelPosition ' ,
' QgsEnumerationWidgetFactory ' ,
' QgsLinePatternFillSymbolLayerWidget ' ,
' QgsSvgSelectorDialog ' ,
' QgsGeometryCache ' ,
2016-08-06 11:01:42 +02:00
' QgsRuleBasedRendererWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsScaleUtils ' ,
2016-08-06 11:01:42 +02:00
' QgsMarkerSymbol ' ,
2016-07-10 22:58:35 +10:00
' QgsPalettedRendererWidget ' ,
' QgsPenCapStyleComboBox ' ,
' QgsVectorFileWriter::HiddenOption ' ,
' QgsExternalResourceWidgetFactory ' ,
' QgsComposerGroupItem ' ,
' QgsAttributeTableAction ' ,
' QgsEditFormConfig ' ,
2016-08-06 11:01:42 +02:00
' QgsCategorizedSymbolRendererWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsNewMemoryLayerDialog ' ,
2016-08-06 11:01:42 +02:00
' QgsEllipseSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' QgsExpression::NodeBinaryOperator ' ,
2016-08-06 11:01:42 +02:00
' QgsCentroidFillSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' DualEdgeTriangulation ' ,
2016-08-06 11:01:42 +02:00
' QgsLineSymbol ' ,
2016-07-10 22:58:35 +10:00
' QgsHillshadeFilter ' ,
' QgsServerInterface ' ,
' QgsLayerPropertiesWidget ' ,
' QgsLinePatternFillSymbolLayer ' ,
' QgsAttributeDialog ' ,
' QgsGeometry::Error ' ,
' QgsRasterMatrix ' ,
' QgsComposerEffect ' ,
' QgsArrowSymbolLayerWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsFillSymbol ' ,
2016-07-10 22:58:35 +10:00
' QgsVectorLayerSelectionManager ' ,
' pal::PointSet ' ,
2016-08-06 11:01:42 +02:00
' QgsSimpleFillSymbolLayerWidget ' ,
2016-07-10 22:58:35 +10:00
' ParametricLine ' ,
2016-08-06 11:01:42 +02:00
' QgsGraduatedSymbolRenderer ' ,
2016-07-10 22:58:35 +10:00
' QgsExternalResourceConfigDlg ' ,
' QgsHistogramDiagram ' ,
' QgsBlurWidget ' ,
' QgsShadowEffectWidget ' ,
' QgsRendererRasterPropertiesWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsVectorColorBrewerColorRamp ' ,
2016-07-10 22:58:35 +10:00
' QgsTransactionGroup ' ,
' pal::Util ' ,
' QgsDartMeasurement ' ,
2016-08-06 11:01:42 +02:00
' QgsSvgMarkerSymbolLayer ' ,
2016-07-10 22:58:35 +10:00
' QgsAlignRaster ' ,
' QgsCheckboxWidgetFactory ' ,
' QgsAddRemoveMultiFrameCommand ' ,
' QgsCptCityBrowserModel ' ,
' QgsSmartGroupEditorDialog ' ,
' QgsHeatmapRendererWidget ' ,
2016-08-06 11:01:42 +02:00
' QgsStyleManagerDialog ' ]