Home
last modified time | relevance | path

Searched defs:layerId (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpalstat.cpp62 QString pal::PalStat::getLayerName( int layerId ) in getLayerName()
70 int pal::PalStat::getLayerNbObjects( int layerId ) in getLayerNbObjects()
78 int pal::PalStat::getLayerNbLabelledObjects( int layerId ) in getLayerNbLabelledObjects()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpalstat.cpp62 QString pal::PalStat::getLayerName( int layerId ) in getLayerName()
70 int pal::PalStat::getLayerNbObjects( int layerId ) in getLayerNbObjects()
78 int pal::PalStat::getLayerNbLabelledObjects( int layerId ) in getLayerNbLabelledObjects()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dsprite_position.h31 doc::ObjectId layerId() const { return m_layerId; } in layerId() function
38 void layerId(doc::ObjectId layerId) { in layerId() argument
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/toolbarMenubar/
H A DToolPageLayer.cpp86 void ToolPageLayer::selectLayer(int layerId) { lc->switchToLay(layerId); } in selectLayer()
93 int layerId = -1; in layerMenuClicked() local
127 int layerId = -1; in layerMenuShowClicked() local
146 void ToolPageLayer::createLayerMenuItem(const string& text, int layerId) { in createLayerMenuItem()
157 void ToolPageLayer::createLayerMenuItemShow(int layerId) { in createLayerMenuItemShow()
214 int layerId = lc->getCurrentLayerId(); in updateLayerData() local
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Books/
H A DVolumeLayerInfoLayers.php20 public $layerId; variable in Google_Service_Books_VolumeLayerInfoLayers
23 public function setLayerId($layerId)
H A DAnnotationsSummaryLayers.php21 public $layerId; variable in Google_Service_Books_AnnotationsSummaryLayers
34 public function setLayerId($layerId)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/
H A DVolumeLayerInfoLayers.php20 public $layerId; variable in Google_Service_Books_VolumeLayerInfoLayers
23 public function setLayerId($layerId)
H A DAnnotationsSummaryLayers.php21 public $layerId; variable in Google_Service_Books_AnnotationsSummaryLayers
34 public function setLayerId($layerId)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/Resource/
H A DLayersVolumeAnnotations.php41 public function get($volumeId, $layerId, $annotationId, $optParams = array())
77 …public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = arr…
H A DLayersAnnotationData.php50 public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array())
84 …public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array(…
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Books/Resource/
H A DLayersVolumeAnnotations.php41 public function get($volumeId, $layerId, $annotationId, $optParams = array())
77 …public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = arr…
H A DLayersAnnotationData.php50 public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array())
84 …public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array(…
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/psd/
H A Dtiio_psd.cpp128 TImageReaderLayerPsd::TImageReaderLayerPsd(const TFilePath &path, int layerId, in TImageReaderLayerPsd()
143 int layerId = m_frameTable[fid]; in getFrameReader() local
178 TImageWriterPsd::TImageWriterPsd(const TFilePath &path, int layerId, in TImageWriterPsd()
205 int layerId = 0; in getFrameWriter() local
/dports/graphics/qgis/qgis-3.22.3/src/app/locator/
H A Dqgsalllayersfeatureslocatorfilter.h63 QString layerId; member
72 ResultData( QgsFeatureId id, const QString &layerId, bool layerIsSpatial ) in ResultData()
76 QString layerId() const {return mLayerId;} in layerId() function
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsofflineediting.cpp214 const int layerId = sqlQueryInt( database.get(), sql, -1 ); in synchronize() local
853 const int layerId = getOrCreateLayerId( db, layer->id() ); in convertToOfflineLayer() local
1118 void QgsOfflineEditing::updateFidLookup( QgsVectorLayer *remoteLayer, sqlite3 *db, int layerId ) in updateFidLookup()
1217 int layerId = sqlQueryInt( db, sql, -1 ); in getOrCreateLayerId() local
1285 QgsFeatureId QgsOfflineEditing::offlineFid( sqlite3 *db, int layerId, QgsFeatureId remoteFid ) in offlineFid()
1291 bool QgsOfflineEditing::isAddedFeature( sqlite3 *db, int layerId, QgsFeatureId fid ) in isAddedFeature()
1483 const int layerId = getOrCreateLayerId( database.get(), qgisLayerId ); in committedAttributesAdded() local
1509 const int layerId = getOrCreateLayerId( database.get(), qgisLayerId ); in committedFeaturesAdded() local
1553 const int layerId = getOrCreateLayerId( database.get(), qgisLayerId ); in committedFeaturesRemoved() local
1580 const int layerId = getOrCreateLayerId( database.get(), qgisLayerId ); in committedAttributeValuesChanges() local
[all …]
H A Dqgsrendereditemdetails.cpp19 QgsRenderedItemDetails::QgsRenderedItemDetails( const QString &layerId ) in QgsRenderedItemDetails()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsofflineediting.cpp115 for ( const QString &layerId : layerIds ) in convertToOfflineProject() local
306 int layerId = sqlQueryInt( database.get(), sql, -1 ); in synchronize() local
854 int layerId = getOrCreateLayerId( db, newLayer->id() ); in copyVectorLayer() local
1305 int layerId = sqlQueryInt( db, sql, -1 ); in getOrCreateLayerId() local
1345 QgsFeatureId QgsOfflineEditing::remoteFid( sqlite3 *db, int layerId, QgsFeatureId offlineFid ) in remoteFid()
1357 bool QgsOfflineEditing::isAddedFeature( sqlite3 *db, int layerId, QgsFeatureId fid ) in isAddedFeature()
1529 int layerId = getOrCreateLayerId( database.get(), qgisLayerId ); in committedAttributesAdded() local
1555 int layerId = getOrCreateLayerId( database.get(), qgisLayerId ); in committedFeaturesAdded() local
1599 int layerId = getOrCreateLayerId( database.get(), qgisLayerId ); in committedFeaturesRemoved() local
1626 int layerId = getOrCreateLayerId( database.get(), qgisLayerId ); in committedAttributeValuesChanges() local
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgssymbollayerreference.h124 QgsSymbolLayerReference( const QString &layerId, const QgsSymbolLayerId &symbolLayer ) in QgsSymbolLayerReference()
131 QString layerId() const { return mLayerId; } in layerId() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsapplayertreeviewmenuprovider.cpp573 const QString layerId = vlayer->id(); in createContextMenu() local
663 const QString layerId = symbolNode->layerNode()->layerId(); in createContextMenu() local
844 void QgsAppLayerTreeViewMenuProvider::editVectorSymbol( const QString &layerId ) in editVectorSymbol()
871 void QgsAppLayerTreeViewMenuProvider::copyVectorSymbol( const QString &layerId ) in copyVectorSymbol()
884 void QgsAppLayerTreeViewMenuProvider::pasteVectorSymbol( const QString &layerId ) in pasteVectorSymbol()
914 QString layerId = action->property( "layerId" ).toString(); in setVectorSymbolColor() local
954 void QgsAppLayerTreeViewMenuProvider::editSymbolLegendNodeSymbol( const QString &layerId, const QSt… in editSymbolLegendNodeSymbol()
986 void QgsAppLayerTreeViewMenuProvider::copySymbolLegendNodeSymbol( const QString &layerId, const QSt… in copySymbolLegendNodeSymbol()
999 void QgsAppLayerTreeViewMenuProvider::pasteSymbolLegendNodeSymbol( const QString &layerId, const QS… in pasteSymbolLegendNodeSymbol()
1029 QString layerId = action->property( "layerId" ).toString(); in setSymbolLegendNodeColor() local
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/misc/java/test/
H A DDnnListRegressionTest.java97 int layerId = 1; in testGetMemoryConsumption() local
110 int layerId = 1; in testGetFLOPS() local
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgssymbollayerreference.h140 QgsSymbolLayerReference( const QString &layerId, const QgsSymbolLayerId &symbolLayer ) in QgsSymbolLayerReference()
147 QString layerId() const { return mLayerId; } in layerId() function
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsapplayertreeviewmenuprovider.cpp701 const QString layerId = vlayer->id(); in createContextMenu() local
815 const QString layerId = symbolNode->layerNode()->layerId(); in createContextMenu() local
1002 void QgsAppLayerTreeViewMenuProvider::editVectorSymbol( const QString &layerId ) in editVectorSymbol()
1029 void QgsAppLayerTreeViewMenuProvider::copyVectorSymbol( const QString &layerId ) in copyVectorSymbol()
1042 void QgsAppLayerTreeViewMenuProvider::pasteVectorSymbol( const QString &layerId ) in pasteVectorSymbol()
1072 const QString layerId = action->property( "layerId" ).toString(); in setVectorSymbolColor() local
1112 void QgsAppLayerTreeViewMenuProvider::editSymbolLegendNodeSymbol( const QString &layerId, const QSt… in editSymbolLegendNodeSymbol()
1144 void QgsAppLayerTreeViewMenuProvider::copySymbolLegendNodeSymbol( const QString &layerId, const QSt… in copySymbolLegendNodeSymbol()
1157 void QgsAppLayerTreeViewMenuProvider::pasteSymbolLegendNodeSymbol( const QString &layerId, const QS… in pasteSymbolLegendNodeSymbol()
1187 const QString layerId = action->property( "layerId" ).toString(); in setSymbolLegendNodeColor() local
/dports/graphics/qgis/qgis-3.22.3/src/core/annotations/
H A Dqgsrenderedannotationitemdetails.cpp19 QgsRenderedAnnotationItemDetails::QgsRenderedAnnotationItemDetails( const QString &layerId, const Q… in QgsRenderedAnnotationItemDetails()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/vector/geometry_checker/
H A Dqgsgeometrycheck.cpp93 const QString &layerId, QgsFeature &feature, in replaceFeatureGeometryPart()
115 …ometryPart( const QMap<QString, QgsFeaturePool *> &featurePools, const QString &layerId, QgsFeatur… in deleteFeatureGeometryPart() argument
143 const QString &layerId, QgsFeature &feature, in deleteFeatureGeometryRing()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/vector/geometry_checker/
H A Dqgsgeometrycheck.cpp93 const QString &layerId, QgsFeature &feature, in replaceFeatureGeometryPart()
115 …ometryPart( const QMap<QString, QgsFeaturePool *> &featurePools, const QString &layerId, QgsFeatur… in deleteFeatureGeometryPart() argument
143 const QString &layerId, QgsFeature &feature, in deleteFeatureGeometryRing()

12345678910>>...17