Home
last modified time | relevance | path

Searched refs:engineSettings (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/gui/labeling/
H A Dqgslabelengineconfigdialog.cpp43 const QgsLabelingEngineSettings engineSettings = QgsProject::instance()->labelingEngineSettings(); in QgsLabelEngineConfigWidget() local
51 mPreviousEngineVersion = engineSettings.placementVersion(); in QgsLabelEngineConfigWidget()
65 spinCandLine->setValue( engineSettings.maximumLineCandidatesPerCm() ); in QgsLabelEngineConfigWidget()
66 spinCandPolygon->setValue( engineSettings.maximumPolygonCandidatesPerCmSquared() ); in QgsLabelEngineConfigWidget()
73 mUnplacedColorButton->setColor( engineSettings.unplacedLabelColor() ); in QgsLabelEngineConfigWidget()
111 QgsLabelingEngineSettings engineSettings; in apply() local
114 engineSettings.setMaximumLineCandidatesPerCm( spinCandLine->value() ); in apply()
115 engineSettings.setMaximumPolygonCandidatesPerCmSquared( spinCandPolygon->value() ); in apply()
118 engineSettings.setFlag( QgsLabelingEngineSettings::UseAllLabels, chkShowAllLabels->isChecked() ); in apply()
124 engineSettings.setUnplacedLabelColor( mUnplacedColorButton->color() ); in apply()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/labeling/
H A Dqgslabelengineconfigdialog.cpp42 QgsLabelingEngineSettings engineSettings = QgsProject::instance()->labelingEngineSettings(); in QgsLabelEngineConfigWidget() local
50 mPreviousEngineVersion = engineSettings.placementVersion(); in QgsLabelEngineConfigWidget()
64 spinCandLine->setValue( engineSettings.maximumLineCandidatesPerCm() ); in QgsLabelEngineConfigWidget()
65 spinCandPolygon->setValue( engineSettings.maximumPolygonCandidatesPerCmSquared() ); in QgsLabelEngineConfigWidget()
72 mUnplacedColorButton->setColor( engineSettings.unplacedLabelColor() ); in QgsLabelEngineConfigWidget()
110 QgsLabelingEngineSettings engineSettings; in apply() local
113 engineSettings.setMaximumLineCandidatesPerCm( spinCandLine->value() ); in apply()
114 engineSettings.setMaximumPolygonCandidatesPerCmSquared( spinCandPolygon->value() ); in apply()
117 engineSettings.setFlag( QgsLabelingEngineSettings::UseAllLabels, chkShowAllLabels->isChecked() ); in apply()
123 engineSettings.setUnplacedLabelColor( mUnplacedColorButton->color() ); in apply()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslabelingengine.cpp930 mapSettings.setLabelingEngineSettings( engineSettings ); in testRotateHidePartial()
1001 mapSettings.setLabelingEngineSettings( engineSettings ); in testParallelLabelSmallFeature()
1067 mapSettings.setLabelingEngineSettings( engineSettings ); in testAdjacentParts()
1122 mapSettings.setLabelingEngineSettings( engineSettings ); in testTouchingParts()
1188 mapSettings.setLabelingEngineSettings( engineSettings ); in testMergingLinesWithForks()
1244 mapSettings.setLabelingEngineSettings( engineSettings ); in testCurvedLabelsWithTinySegments()
1300 mapSettings.setLabelingEngineSettings( engineSettings ); in testCurvedLabelCorrectLinePlacement()
1364 mapSettings.setLabelingEngineSettings( engineSettings ); in testCurvedLabelNegativeDistance()
1417 mapSettings.setLabelingEngineSettings( engineSettings ); in testCurvedLabelOnSmallLineNearCenter()
1472 mapSettings.setLabelingEngineSettings( engineSettings ); in testRepeatDistanceWithSmallLine()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslabelingengine.cpp973 mapSettings.setLabelingEngineSettings( engineSettings ); in testRotateHidePartial()
1044 mapSettings.setLabelingEngineSettings( engineSettings ); in testParallelLabelSmallFeature()
1110 mapSettings.setLabelingEngineSettings( engineSettings ); in testAdjacentParts()
1165 mapSettings.setLabelingEngineSettings( engineSettings ); in testTouchingParts()
1232 mapSettings.setLabelingEngineSettings( engineSettings ); in testMergingLinesWithForks()
1299 mapSettings.setLabelingEngineSettings( engineSettings ); in testMergingLinesWithMinimumSize()
1355 mapSettings.setLabelingEngineSettings( engineSettings ); in testCurvedLabelsWithTinySegments()
1411 mapSettings.setLabelingEngineSettings( engineSettings ); in testCurvedLabelCorrectLinePlacement()
1475 mapSettings.setLabelingEngineSettings( engineSettings ); in testCurvedLabelNegativeDistance()
1528 mapSettings.setLabelingEngineSettings( engineSettings ); in testCurvedLabelOnSmallLineNearCenter()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/
H A DMetaGlobal.java271 public void verifyEngineSettings(String engineName, EngineSettings engineSettings) in verifyEngineSettings() argument
279 if (engineSettings == null) { in verifyEngineSettings()
298 if (version > engineSettings.version) { in verifyEngineSettings()
303 if (!syncID.equals(engineSettings.syncID)) { in verifyEngineSettings()
H A DGlobalSession.java338 public void recordForMetaGlobalUpdate(String engineName, EngineSettings engineSettings) { in recordForMetaGlobalUpdate() argument
339 enginesToUpdate.put(engineName, engineSettings); in recordForMetaGlobalUpdate()
1010 EngineSettings engineSettings = null; in generateNewMetaGlobal() local
1017 engineSettings = new EngineSettings(Utils.generateGuid(), version); in generateNewMetaGlobal()
1021 engineSettings = new EngineSettings(Utils.generateGuid(), 0); in generateNewMetaGlobal()
1023 engines.put(engineName, engineSettings.toJSONObject()); in generateNewMetaGlobal()
1066 …public boolean isEngineRemotelyEnabled(String engineName, EngineSettings engineSettings) throws Me… in isEngineRemotelyEnabled() argument
1084 if (engineSettings != null) { in isEngineRemotelyEnabled()
1086 this.config.metaGlobal.verifyEngineSettings(engineName, engineSettings); in isEngineRemotelyEnabled()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/
H A DMetaGlobal.java270 public void verifyEngineSettings(String engineName, EngineSettings engineSettings) in verifyEngineSettings() argument
278 if (engineSettings == null) { in verifyEngineSettings()
297 if (version > engineSettings.version) { in verifyEngineSettings()
302 if (!syncID.equals(engineSettings.syncID)) { in verifyEngineSettings()
H A DGlobalSession.java398 public void recordForMetaGlobalUpdate(String engineName, EngineSettings engineSettings) { in recordForMetaGlobalUpdate() argument
399 enginesToUpdate.put(engineName, engineSettings); in recordForMetaGlobalUpdate()
1119 EngineSettings engineSettings = null;
1126 engineSettings = new EngineSettings(Utils.generateGuid(), version);
1130 engineSettings = new EngineSettings(Utils.generateGuid(), 0);
1132 engines.put(engineName, engineSettings.toJSONObject());
1175 …public boolean isEngineRemotelyEnabled(String engineName, EngineSettings engineSettings) throws Me…
1193 if (engineSettings != null) {
1195 this.config.metaGlobal.verifyEngineSettings(engineName, engineSettings);
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/src/
H A DScene.cpp33 Scene::Scene(const std::string& name, EngineSettings& engineSettings, bool isShadowMappingEnabled) in Scene() argument
34 …: mName(name), mEngineSettings(engineSettings), mLastMouseX(0), mLastMouseY(0), mInterpolationFact… in Scene()
H A DScene.h177 …Scene(const std::string& name, EngineSettings& engineSettings, bool isShadowMappingEnabled = false…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/editors/code/src/
H A Ddebug.ts118 if (debugConfig.type in debugOptions.engineSettings) {
119 const settingsMap = (debugOptions.engineSettings as any)[debugConfig.type];
H A Dconfig.ts152 engineSettings: this.get<object>("debug.engineSettings"),
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/editors/code/src/
H A Ddebug.ts118 if (debugConfig.type in debugOptions.engineSettings) {
119 const settingsMap = (debugOptions.engineSettings as any)[debugConfig.type];
H A Dconfig.ts141 engineSettings: this.get<object>("debug.engineSettings"),
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit3/src/org/mozilla/gecko/background/testhelpers/
H A DMockGlobalSession.java33 public boolean isEngineRemotelyEnabled(String engine, EngineSettings engineSettings) { in isEngineRemotelyEnabled() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/gecko/background/testhelpers/
H A DMockGlobalSession.java33 public boolean isEngineRemotelyEnabled(String engine, EngineSettings engineSettings) { in isEngineRemotelyEnabled() argument
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/androidTest/java/org/mozilla/gecko/background/testhelpers/
H A DMockGlobalSession.java33 public boolean isEngineRemotelyEnabled(String engine, EngineSettings engineSettings) { in isEngineRemotelyEnabled() argument
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/test/java/org/mozilla/gecko/background/testhelpers/
H A DMockGlobalSession.java35 public boolean isEngineRemotelyEnabled(String engine, EngineSettings engineSettings) { in isEngineRemotelyEnabled() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/stage/
H A DServerSyncStage.java68 EngineSettings engineSettings = null; in isEnabled() local
70 engineSettings = getEngineSettings(); in isEnabled()
79 …oolean enabledInMetaGlobal = session.isEngineRemotelyEnabled(this.getEngineName(), engineSettings); in isEnabled()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/stage/
H A DServerSyncStage.java85 EngineSettings engineSettings = null; in isEnabled() local
87 engineSettings = getEngineSettings(); in isEnabled()
96 …oolean enabledInMetaGlobal = session.isEngineRemotelyEnabled(this.getEngineName(), engineSettings); in isEnabled()
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dhmat_cpp_interface.hpp347 EngineSettings& engineSettings() { in engineSettings() function in hmat::HMatInterface
/dports/graphics/qgis/qgis-3.22.3/src/core/labeling/
H A Dqgsvectorlayerlabelprovider.cpp477 && mEngine->engineSettings().flags() & QgsLabelingEngineSettings::DrawUnplacedLabels ) in drawUnplacedLabel()
481 format.setColor( mEngine->engineSettings().unplacedLabelColor() ); in drawUnplacedLabel()
505 …if ( mEngine->engineSettings().testFlag( QgsLabelingEngineSettings::DrawLabelRectOnly ) ) // TODO… in drawLabelPrivate()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/test/java/org/mozilla/android/sync/test/
H A DTestResetCommands.java89 EngineSettings engineSettings) in testHandleResetCommand()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/android/sync/test/
H A DTestResetCommands.java89 EngineSettings engineSettings) in testHandleResetCommand()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/labeling/
H A Dqgslabelingengine.h233 …const QgsLabelingEngineSettings &engineSettings() const { return mMapSettings.labelingEngineSettin… in Q_DECLARE_OPERATORS_FOR_FLAGS()

12