Home
last modified time | relevance | path

Searched refs:layerList (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_graphic.h64 return &layerList; in getLayerList()
78 layerList.clear(); in clearLayers()
81 return layerList.count(); in countLayers()
84 return layerList.at(i); in layerAt()
87 layerList.activate(name); in activateLayer()
90 layerList.activate(layer); in activateLayer()
96 layerList.add(layer); in addLayer()
107 layerList.toggle(name); in toggleLayer()
110 layerList.toggle(layer); in toggleLayer()
125 layerList.lockAll(lock); in lockAllLayers()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_layerbox.cpp43 layerList = NULL; in QG_LayerBox()
63 void QG_LayerBox::init(RS_LayerList& layerList, in init() argument
67 layerList.sort(); in init()
68 this->layerList = &layerList; in init()
74 for (unsigned i=0; i<layerList.count(); ++i) { in init()
75 RS_Layer* lay = layerList.at(i); in init()
147 currentLayer = layerList->find(itemText(index)); in slotLayerChanged()
H A Dqg_layerwidget.cpp195 layerList = nullptr; in QG_LayerWidget()
303 this->layerList = layerList; in setLayerList()
305 if (layerList != NULL) { in setLayerList()
331 if(layerList){ in getActiveName()
332 RS_Layer* p=layerList->getActive(); in getActiveName()
357 if (!layerList) { in update()
387 for (auto layer: *layerList) { in restoreSelections()
406 if (!layer || !layerList) { in activateLayer()
411 layerList->activate(layer); in activateLayer()
467 layerList->activate(lay, true); in slotActivated()
[all …]
/dports/graphics/cenon/Cenon/InspectorPanel.subproj/
H A DIPAllLayers.m142 NSMutableArray *layerList;
149 layerList = [view layerList];
150 if (!layerList)
184 if ( [layerList count] &&
185 [(LayerObject*)[layerList objectAtIndex:[layerList count]-1] type] == LAYER_CLIPPING )
186 { [layerList insertObject:layerObject atIndex:[layerList count]-1];
187 ix = [layerList count]-2;
190 { [layerList addObject:layerObject];
191 ix = [layerList count]-1;
198 if ( ix < (int)[layerList count]-1 )
[all …]
/dports/databases/grass7/grass-7.8.6/gui/wxpython/animation/
H A Dg.gui.animation.py99 layerList = LayerList()
105 layerList.AddLayer(layer)
111 layerList.AddLayer(layer)
117 layerList.AddLayer(layer)
123 layerList.AddLayer(layer)
130 if len(layerList) >= 1:
133 [layerList] + [None] * (MAX_COUNT - 1))
/dports/graphics/cenon/Cenon/
H A DdvTile.m114 for (l=[layerList count]-1; l>=0; l--)
126 for ( l=[layerList count]-1; l>=0; l-- )
165 for ( l=[layerList count]-1; l>=0; l-- )
166 if ( [[layerList objectAtIndex:l] useForTile] )
167 [[layerList objectAtIndex:l] setDirty:YES];
209 for (l=[layerList count]-1; l>=0; l--)
222 for (l=0; l<(int)[layerList count]; l++)
237 for (l=[layerList count]-1; l>=0; l--)
276 for (l=[layerList count]-1; l>=0; l--)
279 if ( ![[layerList objectAtIndex:l] useForTile] )
[all …]
H A DICUTImportSub.m54 [layerList addObject:layerObject];
56 return layerList;
62 if (!layerList)
67 if (![layerList count])
72 [layerList addObject:layerObject];
75 for (l=0; l<(int)[layerList count]; l++)
79 /* not yet in layerList */
98 array = [[layerList objectAtIndex:0] list];
122 array = [[layerList objectAtIndex:0] list];
151 array = [[layerList objectAtIndex:0] list];
[all …]
H A DDocView.m278 [layerList release];
287 if ( ![layerList count] )
478 [layerList insertObject:layerObject atIndex:[layerList count]-insertOffset];
870 - (NSMutableArray*)layerList
872 return layerList;
1156 layCnt = [layerList count];
5134 [layerList release];
5178 [[layerList objectAtIndex:[layerList count]-1] addObject:r];
5229 [plist setObject:propertyListFromArray(layerList) forKey:@"layerList"];
5251 [layerList release];
[all …]
H A DDXFImportSub.m53 layerList = [[NSMutableArray alloc] init];
63 [layerList addObject:layerObject];
69 [layerList addObject:layerObject];
72 return layerList;
78 if (!name && [layerList count])
79 return [[layerList objectAtIndex:0] list];
81 for (l=0; l<(int)[layerList count]; l++)
85 return [[layerList objectAtIndex:0] list];
97 array = [[layerList objectAtIndex:0] list];
327 for (l=0; l<(int)[layerList count]; l++)
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/
H A DLegendElement.java67 public void paint(List<Layer> layerList, Graphics2D g) { in paint() argument
69 if (layerList.size() <= 0) return; in paint()
72 Rectangle box = computeBox(layerList, g); in paint()
74 drawEntries(layerList, box, g); in paint()
77 private void drawEntries(List<Layer> layerList, Rectangle box, Graphics2D g) { in drawEntries() argument
84 int n = layerList.size(); in drawEntries()
88 Layer layer = layerList.get(i); in drawEntries()
200 private Rectangle computeBox(List<Layer> layerList, Graphics2D g) { in computeBox() argument
204 int height = layerList.size() * lineHeight + 2 * BOX_MARGIN; in computeBox()
215 private int entryWidth(List<Layer> layerList, Graphics2D g2) { in entryWidth() argument
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dviewlayer.cpp397 static LayerList layerList; in outlineLayers() local
398 if (layerList.isEmpty()) { in outlineLayers()
402 return layerList; in outlineLayers()
407 if (layerList.isEmpty()) { in drillLayers()
411 return layerList; in drillLayers()
416 if (layerList.isEmpty()) { in silkLayers()
420 return layerList; in silkLayers()
425 if (layerList.isEmpty()) { in topLayers()
429 return layerList; in topLayers()
434 if (layerList.isEmpty()) { in bottomLayers()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/services/wms/
H A Dqgswmsgetstyles.cpp41 QStringList &layerList );
67 QStringList layerList = layersName.split( ',', QString::SkipEmptyParts ); in getStyles() local
68 if ( layerList.isEmpty() ) in getStyles()
74 return getStyledLayerDescriptorDocument( serverIface, project, layerList ); in getStyles()
110 QStringList layerList; in getStyle() local
111 layerList.append( layerName ); in getStyle()
112 return getStyledLayerDescriptorDocument( serverIface, project, layerList ); in getStyle()
118 QStringList &layerList ) in getStyledLayerDescriptorDocument() argument
154 if ( !layerList.contains( name ) ) in getStyledLayerDescriptorDocument()
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDLayerList.cpp35 libvisio::VSDLayerList::VSDLayerList(const libvisio::VSDLayerList &layerList) : in VSDLayerList() argument
38 for (auto iter = layerList.m_elements.begin(); iter != layerList.m_elements.end(); ++iter) in VSDLayerList()
42 libvisio::VSDLayerList &libvisio::VSDLayerList::operator=(const libvisio::VSDLayerList &layerList) in operator =() argument
44 if (this != &layerList) in operator =()
47 for (auto iter = layerList.m_elements.begin(); iter != layerList.m_elements.end(); ++iter) in operator =()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/TerrainTessellation/include/
H A DTerrainTessellation.h186 defaultimp.layerList.resize(3); in configureTerrainDefaults()
187 defaultimp.layerList[0].worldSize = 100; in configureTerrainDefaults()
188 defaultimp.layerList[0].textureNames.push_back("dirt_grayrocky_diffusespecular.dds"); in configureTerrainDefaults()
189 defaultimp.layerList[0].textureNames.push_back("dirt_grayrocky_normalheight.dds"); in configureTerrainDefaults()
190 defaultimp.layerList[1].worldSize = 30; in configureTerrainDefaults()
191 defaultimp.layerList[1].textureNames.push_back("grass_green-01_diffusespecular.dds"); in configureTerrainDefaults()
192 defaultimp.layerList[1].textureNames.push_back("grass_green-01_normalheight.dds"); in configureTerrainDefaults()
193 defaultimp.layerList[2].worldSize = 200; in configureTerrainDefaults()
194 defaultimp.layerList[2].textureNames.push_back("growth_weirdfungus-03_diffusespecular.dds"); in configureTerrainDefaults()
195 defaultimp.layerList[2].textureNames.push_back("growth_weirdfungus-03_normalheight.dds"); in configureTerrainDefaults()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/caffe_translator/src/main/java/io/mxnet/caffetranslator/
H A DMLModel.java38 layerList = new ArrayList<>(); in MLModel()
49 private List<Layer> layerList; field in MLModel
58 layerList.add(layer); in addLayer()
86 for (Layer layer : layerList) { in getDataLayers()
97 for (Layer layer : layerList) { in getNonDataLayers()
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/caffe_translator/src/main/java/io/mxnet/caffetranslator/
H A DMLModel.java38 layerList = new ArrayList<>(); in MLModel()
49 private List<Layer> layerList; field in MLModel
58 layerList.add(layer); in addLayer()
86 for (Layer layer : layerList) { in getDataLayers()
97 for (Layer layer : layerList) { in getNonDataLayers()
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/
H A DTestBuilderModel.java50 private LayerList layerList = LayerList.createInternal(); field in TestBuilderModel
92 public LayerList getLayers() { return layerList; } in getLayers()
99 addLegendLayers(layerList, layers); in getLayersLegend()
106 for (int i = 0; i < layerList.size(); i++) { in addLegendLayers()
107 if (layerList.getLayer(i).hasGeometry() in addLegendLayers()
108 && layerList.getLayer(i).isEnabled()) in addLegendLayers()
109 layers.add(layerList.getLayer(i)); in addLegendLayers()
122 layerList.getLayer(LayerList.LYR_RESULT).setSource( in initLayers()
125 Layer lyrA = layerList.getLayer(LayerList.LYR_A); in initLayers()
129 Layer lyrB = layerList.getLayer(LayerList.LYR_B); in initLayers()
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/model/
H A Dmodelpartshared.cpp534 if (layerList.isEmpty()) return; in flipSMDAnd()
535 if (!layerList.contains(ViewLayer::Copper0) && !layerList.contains(ViewLayer::Copper1)) { in flipSMDAnd()
539 if (layerList.contains(ViewLayer::Copper0)) { in flipSMDAnd()
550 … if (layerList.contains(ViewLayer::Silkscreen1) && !layerList.contains(ViewLayer::Silkscreen0)) { in flipSMDAnd()
553 layerList << ViewLayer::Silkscreen0; in flipSMDAnd()
582 if (layerList.contains(ViewLayer::Silkscreen1) && !layerList.contains(ViewLayer::Silkscreen0)) { in flipSMDAnd()
584 layerList << ViewLayer::Silkscreen0; in flipSMDAnd()
722 LayerList layerList; in viewLayersAux() local
724 if (viewImage == NULL) return layerList; in viewLayersAux()
740 layerList << ToLayerIDs.value(diff); in viewLayersAux()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_layerdialog.cpp80 if (layerList && in validate()
82 RS_Layer* l = layerList->find(leName->text()); in validate()
102 layerList = ll; in setLayerList()
108 layerList = NULL; in init()
/dports/graphics/cenon/Cenon/graphicsUndo.subproj/
H A DPunchGraphicsChange.m59 …akeObjectsPerformSelector:@selector(recordGraphicPositionIn:) withObject:[graphicView layerList]];
108 NSArray *layerList = [graphicView layerList];
113 LayerObject *layer = [layerList objectAtIndex:l];
126 layer = [layerList objectAtIndex:[(ChangeDetail*)detail layer]];
139 NSArray *layerList = [graphicView layerList];
153 LayerObject *layer = [layerList objectAtIndex:l];
H A DContourGraphicsChange.m61 …akeObjectsPerformSelector:@selector(recordGraphicPositionIn:) withObject:[graphicView layerList]];
114 NSArray *layerList = [graphicView layerList];
119 LayerObject *layer = [layerList objectAtIndex:l];
133 layer = [layerList objectAtIndex:[(ChangeDetail*)detail layer]];
146 NSArray *layerList = [graphicView layerList];
161 LayerObject *layer = [layerList objectAtIndex:l];
H A DUngroupGraphicsChange.m94 …makeObjectsPerformSelector:@selector(recordGraphicPositionIn:) withObject:[graphicView layerList]];
109 NSArray *layerList = [graphicView layerList];
123 layer = [layerList objectAtIndex:[detail layer]];
140 NSArray *layerList = [graphicView layerList];
151 layer = [layerList objectAtIndex:[detail layer]];
/dports/graphics/ogre3d/ogre-1.11.6/Samples/EndlessWorld/include/
H A DEndlessWorld.h316 defaultimp.layerList.resize(3); in configureTerrainDefaults()
317 defaultimp.layerList[0].worldSize = 100; in configureTerrainDefaults()
318 defaultimp.layerList[0].textureNames.push_back("dirt_grayrocky_diffusespecular.dds"); in configureTerrainDefaults()
319 defaultimp.layerList[0].textureNames.push_back("dirt_grayrocky_normalheight.dds"); in configureTerrainDefaults()
320 defaultimp.layerList[1].worldSize = 30; in configureTerrainDefaults()
321 defaultimp.layerList[1].textureNames.push_back("grass_green-01_diffusespecular.dds"); in configureTerrainDefaults()
322 defaultimp.layerList[1].textureNames.push_back("grass_green-01_normalheight.dds"); in configureTerrainDefaults()
323 defaultimp.layerList[2].worldSize = 200; in configureTerrainDefaults()
324 defaultimp.layerList[2].textureNames.push_back("growth_weirdfungus-03_diffusespecular.dds"); in configureTerrainDefaults()
325 defaultimp.layerList[2].textureNames.push_back("growth_weirdfungus-03_normalheight.dds"); in configureTerrainDefaults()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/EndlessWorld/include/
H A DEndlessWorld.h308 defaultimp.layerList.resize(3); in configureTerrainDefaults()
309 defaultimp.layerList[0].worldSize = 100; in configureTerrainDefaults()
310 defaultimp.layerList[0].textureNames.push_back("dirt_grayrocky_diffusespecular.dds"); in configureTerrainDefaults()
311 defaultimp.layerList[0].textureNames.push_back("dirt_grayrocky_normalheight.dds"); in configureTerrainDefaults()
312 defaultimp.layerList[1].worldSize = 30; in configureTerrainDefaults()
313 defaultimp.layerList[1].textureNames.push_back("grass_green-01_diffusespecular.dds"); in configureTerrainDefaults()
314 defaultimp.layerList[1].textureNames.push_back("grass_green-01_normalheight.dds"); in configureTerrainDefaults()
315 defaultimp.layerList[2].worldSize = 200; in configureTerrainDefaults()
316 defaultimp.layerList[2].textureNames.push_back("growth_weirdfungus-03_diffusespecular.dds"); in configureTerrainDefaults()
317 defaultimp.layerList[2].textureNames.push_back("growth_weirdfungus-03_normalheight.dds"); in configureTerrainDefaults()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/gui/
H A Drs_dialogfactoryinterface.h103 RS_LayerList* layerList = NULL) = 0;
116 RS_LayerList* layerList = NULL) = 0;
129 RS_LayerList* layerList = NULL) = 0;
141 RS_LayerList* layerList = NULL) = 0;
276 RS_LayerList& layerList) = 0;

123456789