Home
last modified time | relevance | path

Searched refs:ignoreOutOfRange (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsinterpolatedlinerenderer.h134 bool ignoreOutOfRange() const;
136 void setIgnoreOutOfRange( bool ignoreOutOfRange );
H A Dqgsinterpolatedlinerenderer.cpp350 bool QgsInterpolatedLineWidth::ignoreOutOfRange() const in ignoreOutOfRange() function in QgsInterpolatedLineWidth
355 void QgsInterpolatedLineWidth::setIgnoreOutOfRange( bool ignoreOutOfRange ) in setIgnoreOutOfRange() argument
357 mIgnoreOutOfRange = ignoreOutOfRange; in setIgnoreOutOfRange()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_raster_data.cpp277 bool ignoreOutOfRange = false; in contourLines() local
279 ignoreOutOfRange = flags & IgnoreOutOfRange; in contourLines()
360 if ( ignoreOutOfRange ) in contourLines()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_raster_data.cpp277 bool ignoreOutOfRange = false; in contourLines() local
279 ignoreOutOfRange = flags & IgnoreOutOfRange; in contourLines()
360 if ( ignoreOutOfRange ) in contourLines()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_raster_data.cpp309 bool ignoreOutOfRange = false; in contourLines() local
311 ignoreOutOfRange = flags & IgnoreOutOfRange; in contourLines()
376 if ( ignoreOutOfRange ) in contourLines()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_raster_data.cpp309 bool ignoreOutOfRange = false; in contourLines() local
311 ignoreOutOfRange = flags & IgnoreOutOfRange; in contourLines()
376 if ( ignoreOutOfRange ) in contourLines()
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsinterpolatedlinerenderer.h150 bool ignoreOutOfRange() const;
152 void setIgnoreOutOfRange( bool ignoreOutOfRange );
H A Dqgsinterpolatedlinerenderer.cpp401 bool QgsInterpolatedLineWidth::ignoreOutOfRange() const in ignoreOutOfRange() function in QgsInterpolatedLineWidth
406 void QgsInterpolatedLineWidth::setIgnoreOutOfRange( bool ignoreOutOfRange ) in setIgnoreOutOfRange() argument
408 mIgnoreOutOfRange = ignoreOutOfRange; in setIgnoreOutOfRange()
882 …eral( "width_varying_ignore_out_of_range" ), mLineRender.mStrokeWidth.ignoreOutOfRange() ? 1 : 0 ); in properties()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/symbology/
H A Dqgsinterpolatedlinerenderer.sip.in143 bool ignoreOutOfRange() const;
147 void setIgnoreOutOfRange( bool ignoreOutOfRange );
/dports/graphics/qgis/qgis-3.22.3/src/gui/mesh/
H A Dqgsmeshvariablestrokewidthwidget.cpp60 whileBlocking( mIgnoreOutOfRangecheckBox )->setChecked( variableStrokeWidth.ignoreOutOfRange() ); in setVariableStrokeWidth()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/mesh/
H A Dqgsmeshvariablestrokewidthwidget.cpp57 whileBlocking( mIgnoreOutOfRangecheckBox )->setChecked( variableStrokeWidth.ignoreOutOfRange() ); in setVariableStrokeWidth()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/symbology/
H A Dqgsinterpolatedlinerenderer.sip.in158 bool ignoreOutOfRange() const;
162 void setIgnoreOutOfRange( bool ignoreOutOfRange );
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgsinterpolatedlinesymbollayerwidget.cpp139 whileBlocking( mCheckBoxOutOfrange )->setChecked( interpolatedLineWidth().ignoreOutOfRange() ); in setSymbolLayer()