Home
last modified time | relevance | path

Searched refs:QgsGeometryCheckResolutionMethod (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/analysis/vector/geometry_checker/
H A Dqgsgeometrycheckresolutionmethod.cpp18 QgsGeometryCheckResolutionMethod::QgsGeometryCheckResolutionMethod( int id, const QString &name, co… in QgsGeometryCheckResolutionMethod() function in QgsGeometryCheckResolutionMethod
26 int QgsGeometryCheckResolutionMethod::id() const in id()
31 bool QgsGeometryCheckResolutionMethod::isStable() const in isStable()
36 QString QgsGeometryCheckResolutionMethod::name() const in name()
41 QString QgsGeometryCheckResolutionMethod::description() const in description()
H A Dqgsgeometrycheckresolutionmethod.h28 class ANALYSIS_EXPORT QgsGeometryCheckResolutionMethod
35QgsGeometryCheckResolutionMethod( int id, const QString &name, const QString &description, bool is…
H A Dqgsgeometrygapcheck.cpp437 QList<QgsGeometryCheckResolutionMethod> QgsGeometryGapCheck::availableResolutionMethods() const in availableResolutionMethods()
439 QList<QgsGeometryCheckResolutionMethod> fixes in availableResolutionMethods()
441QgsGeometryCheckResolutionMethod( MergeLongestEdge, tr( "Add to longest shared edge" ), tr( "Add t… in availableResolutionMethods()
442QgsGeometryCheckResolutionMethod( CreateNewFeature, tr( "Create new feature" ), tr( "Create a new … in availableResolutionMethods()
443QgsGeometryCheckResolutionMethod( MergeLargestArea, tr( "Add to largest neighbouring area" ), tr( … in availableResolutionMethods()
447 …fixes << QgsGeometryCheckResolutionMethod( AddToAllowedGaps, tr( "Add Gap to Allowed Exceptions" )… in availableResolutionMethods()
449 …fixes << QgsGeometryCheckResolutionMethod( NoChange, tr( "No action" ), tr( "Do not perform any ac… in availableResolutionMethods()
H A Dqgsgeometrycheck.cpp59 QList<QgsGeometryCheckResolutionMethod> QgsGeometryCheck::availableResolutionMethods() const in availableResolutionMethods()
61 QList<QgsGeometryCheckResolutionMethod> fixes; in availableResolutionMethods()
71 fixes.append( QgsGeometryCheckResolutionMethod( i, method, QString(), false ) ); in availableResolutionMethods()
H A Dqgsgeometrycheckerror.cpp101 const QList<QgsGeometryCheckResolutionMethod> methods = mCheck->availableResolutionMethods(); in setFixed()
102 for ( const QgsGeometryCheckResolutionMethod &fix : methods ) in setFixed()
H A Dqgsgeometrygapcheck.h121 QList<QgsGeometryCheckResolutionMethod> availableResolutionMethods() const override;
H A Dqgsgeometrycheck.h292 virtual QList<QgsGeometryCheckResolutionMethod> availableResolutionMethods() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/vector/geometry_checker/
H A Dqgsgeometrycheckresolutionmethod.cpp18 QgsGeometryCheckResolutionMethod::QgsGeometryCheckResolutionMethod( int id, const QString &name, co… in QgsGeometryCheckResolutionMethod() function in QgsGeometryCheckResolutionMethod
26 int QgsGeometryCheckResolutionMethod::id() const in id()
31 bool QgsGeometryCheckResolutionMethod::isStable() const in isStable()
36 QString QgsGeometryCheckResolutionMethod::name() const in name()
41 QString QgsGeometryCheckResolutionMethod::description() const in description()
H A Dqgsgeometrycheckresolutionmethod.h28 class ANALYSIS_EXPORT QgsGeometryCheckResolutionMethod
35QgsGeometryCheckResolutionMethod( int id, const QString &name, const QString &description, bool is…
H A Dqgsgeometrygapcheck.cpp439 QList<QgsGeometryCheckResolutionMethod> QgsGeometryGapCheck::availableResolutionMethods() const in availableResolutionMethods()
441 QList<QgsGeometryCheckResolutionMethod> fixes in availableResolutionMethods()
443QgsGeometryCheckResolutionMethod( MergeLongestEdge, tr( "Add to longest shared edge" ), tr( "Add t… in availableResolutionMethods()
444QgsGeometryCheckResolutionMethod( CreateNewFeature, tr( "Create new feature" ), tr( "Create a new … in availableResolutionMethods()
445QgsGeometryCheckResolutionMethod( MergeLargestArea, tr( "Add to largest neighbouring area" ), tr( … in availableResolutionMethods()
449 …fixes << QgsGeometryCheckResolutionMethod( AddToAllowedGaps, tr( "Add Gap to Allowed Exceptions" )… in availableResolutionMethods()
451 …fixes << QgsGeometryCheckResolutionMethod( NoChange, tr( "No action" ), tr( "Do not perform any ac… in availableResolutionMethods()
H A Dqgsgeometrycheck.cpp59 QList<QgsGeometryCheckResolutionMethod> QgsGeometryCheck::availableResolutionMethods() const in availableResolutionMethods()
61 QList<QgsGeometryCheckResolutionMethod> fixes; in availableResolutionMethods()
71 fixes.append( QgsGeometryCheckResolutionMethod( i, method, QString(), false ) ); in availableResolutionMethods()
H A Dqgsgeometrycheckerror.cpp101 const QList<QgsGeometryCheckResolutionMethod> methods = mCheck->availableResolutionMethods(); in setFixed()
102 for ( const QgsGeometryCheckResolutionMethod &fix : methods ) in setFixed()
H A Dqgsgeometrygapcheck.h121 QList<QgsGeometryCheckResolutionMethod> availableResolutionMethods() const override;
H A Dqgsgeometrycheck.h285 virtual QList<QgsGeometryCheckResolutionMethod> availableResolutionMethods() const;
/dports/graphics/qgis/qgis-3.22.3/python/analysis/auto_generated/vector/geometry_checker/
H A Dqgsgeometrycheckresolutionmethod.sip.in11 class QgsGeometryCheckResolutionMethod
24QgsGeometryCheckResolutionMethod( int id, const QString &name, const QString &description, bool is…
H A Dqgsgeometrycheck.sip.in188 virtual QList<QgsGeometryCheckResolutionMethod> availableResolutionMethods() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/analysis/auto_generated/vector/geometry_checker/
H A Dqgsgeometrycheckresolutionmethod.sip.in11 class QgsGeometryCheckResolutionMethod
24QgsGeometryCheckResolutionMethod( int id, const QString &name, const QString &description, bool is…
H A Dqgsgeometrycheck.sip.in185 virtual QList<QgsGeometryCheckResolutionMethod> availableResolutionMethods() const;
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsgeometryvalidationdock.cpp175 …const QList<QgsGeometryCheckResolutionMethod> resolutionMethods = error->check()->availableResolut… in showErrorContextMenu()
178 for ( const QgsGeometryCheckResolutionMethod &resolutionMethod : resolutionMethods ) in showErrorContextMenu()
255 …const QList<QgsGeometryCheckResolutionMethod> resolutionMethods = error->check()->availableResolut… in onCurrentErrorChanged()
258 for ( const QgsGeometryCheckResolutionMethod &resolutionMethod : resolutionMethods ) in onCurrentErrorChanged()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsgeometryvalidationdock.cpp174 …const QList<QgsGeometryCheckResolutionMethod> resolutionMethods = error->check()->availableResolut… in showErrorContextMenu()
177 for ( const QgsGeometryCheckResolutionMethod &resolutionMethod : resolutionMethods ) in showErrorContextMenu()
254 …const QList<QgsGeometryCheckResolutionMethod> resolutionMethods = error->check()->availableResolut… in onCurrentErrorChanged()
257 for ( const QgsGeometryCheckResolutionMethod &resolutionMethod : resolutionMethods ) in onCurrentErrorChanged()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/geometry_checker/
H A Dqgsgeometrycheckfixdialog.cpp108 …const QList<QgsGeometryCheckResolutionMethod> resolutionMethods = error->check()->availableResolut… in setupNextError()
109 for ( const QgsGeometryCheckResolutionMethod &method : resolutionMethods ) in setupNextError()
H A Dqgsgeometrycheckerresulttab.cpp591 …const QList<QgsGeometryCheckResolutionMethod> resolutionMethods = check->availableResolutionMethod… in setDefaultResolutionMethods()
593 for ( const QgsGeometryCheckResolutionMethod &method : resolutionMethods ) in setDefaultResolutionMethods()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/geometry_checker/
H A Dqgsgeometrycheckfixdialog.cpp108 …const QList<QgsGeometryCheckResolutionMethod> resolutionMethods = error->check()->availableResolut… in setupNextError()
109 for ( const QgsGeometryCheckResolutionMethod &method : resolutionMethods ) in setupNextError()
H A Dqgsgeometrycheckerresulttab.cpp596 …const QList<QgsGeometryCheckResolutionMethod> resolutionMethods = check->availableResolutionMethod… in setDefaultResolutionMethods()
598 for ( const QgsGeometryCheckResolutionMethod &method : resolutionMethods ) in setDefaultResolutionMethods()
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog41096 Rename QgsGeometryCheckFix to QgsGeometryCheckResolutionMethod

12