Home
last modified time | relevance | path

Searched refs:line_symbol (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgshashlinesymbollayer.py95 line_symbol = QgsLineSymbol()
118 line_symbol = QgsLineSymbol()
147 line_symbol = QgsLineSymbol()
169 line_symbol = QgsLineSymbol()
192 line_symbol = QgsLineSymbol()
215 line_symbol = QgsLineSymbol()
250 line_symbol = QgsLineSymbol()
297 line_symbol = QgsLineSymbol()
325 line_symbol = QgsLineSymbol()
377 line_symbol.setOpacity(0.5)
[all …]
H A Dtest_qgssymbol.py607 line_symbol.startRender(context)
609 line_symbol.stopRender(context)
658 'symbol': self.line_symbol,
662 'symbol': self.line_symbol,
979 line_symbol = QgsLineSymbol()
980 line_symbol.deleteSymbolLayer(0)
981 line_symbol.appendSymbolLayer(
986 line_symbol.setWidth(20)
993 line_symbol.appendSymbolLayer(
995 line_symbol.appendSymbolLayer(
[all …]
H A Dtest_qgsmarkerlinesymbollayer.py186 line_symbol = QgsLineSymbol()
188 sym_layer.setSubSymbol(line_symbol)
402 line_symbol = QgsLineSymbol()
425 line_symbol = QgsLineSymbol()
447 line_symbol = QgsLineSymbol()
470 line_symbol = QgsLineSymbol()
493 line_symbol = QgsLineSymbol()
516 line_symbol = QgsLineSymbol()
537 line_symbol = QgsLineSymbol()
562 line_symbol = QgsLineSymbol()
[all …]
H A Dtest_qgslayoutlegend.py581 line_symbol = QgsLineSymbol.createSimple({'color': '#ff0000', 'line_width': '2'})
582 line_layer.setRenderer(QgsSingleSymbolRenderer(line_symbol))
609 line_symbol = QgsLineSymbol.createSimple({'color': '#0000ff', 'line_width': '2'})
610 line_layer.setRenderer(QgsSingleSymbolRenderer(line_symbol))
683line_symbol = QgsLineSymbol.createSimple({'color': '#ff0000', 'width_unit': 'mapunits', 'width': '…
684 line_layer.setRenderer(QgsSingleSymbolRenderer(line_symbol))
H A Dtest_qgslegendpatchshape.py49 self.line_symbol = QgsLineSymbol.createSimple({'color': '#ffffff', 'line_width': '3'})
275 self.line_symbol.drawPreviewIcon(painter, QSize(200, 200), None, False, None, patch)
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgshashlinesymbollayer.py95 line_symbol = QgsLineSymbol()
118 line_symbol = QgsLineSymbol()
147 line_symbol = QgsLineSymbol()
169 line_symbol = QgsLineSymbol()
192 line_symbol = QgsLineSymbol()
215 line_symbol = QgsLineSymbol()
250 line_symbol = QgsLineSymbol()
297 line_symbol = QgsLineSymbol()
325 line_symbol = QgsLineSymbol()
349 line_symbol = QgsLineSymbol()
[all …]
H A Dtest_qgssymbol.py552 line_symbol.startRender(context)
554 line_symbol.stopRender(context)
603 'symbol': self.line_symbol,
607 'symbol': self.line_symbol,
924 line_symbol = QgsLineSymbol()
925 line_symbol.deleteSymbolLayer(0)
926 line_symbol.appendSymbolLayer(
931 line_symbol.setWidth(20)
938 line_symbol.appendSymbolLayer(
940 line_symbol.appendSymbolLayer(
[all …]
H A Dtest_qgsmarkerlinesymbollayer.py172 line_symbol = QgsLineSymbol()
174 sym_layer.setSubSymbol(line_symbol)
368 line_symbol = QgsLineSymbol()
391 line_symbol = QgsLineSymbol()
413 line_symbol = QgsLineSymbol()
436 line_symbol = QgsLineSymbol()
459 line_symbol = QgsLineSymbol()
482 line_symbol = QgsLineSymbol()
503 line_symbol = QgsLineSymbol()
528 line_symbol = QgsLineSymbol()
[all …]
H A Dtest_qgslayoutlegend.py581 line_symbol = QgsLineSymbol.createSimple({'color': '#ff0000', 'line_width': '2'})
582 line_layer.setRenderer(QgsSingleSymbolRenderer(line_symbol))
609 line_symbol = QgsLineSymbol.createSimple({'color': '#0000ff', 'line_width': '2'})
610 line_layer.setRenderer(QgsSingleSymbolRenderer(line_symbol))
683line_symbol = QgsLineSymbol.createSimple({'color': '#ff0000', 'width_unit': 'mapunits', 'width': '…
684 line_layer.setRenderer(QgsSingleSymbolRenderer(line_symbol))
H A Dtest_qgslegendpatchshape.py49 self.line_symbol = QgsLineSymbol.createSimple({'color': '#ffffff', 'line_width': '3'})
259 self.line_symbol.drawPreviewIcon(painter, QSize(200, 200), None, False, None, patch)
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_file_export.cpp1433 return exportLineSymbol<OcdLineSymbol>(line_symbol, symbol_numbers[line_symbol]); in exportLineSymbol()
1445 if (line_symbol->hasBorder()) in exportLineSymbol()
1486 if (line_symbol->getColor()) in exportLineSymbolCommon()
1493 …if (line_symbol->getCapStyle() == LineSymbol::FlatCap && line_symbol->getJoinStyle() == LineSymbol… in exportLineSymbolCommon()
1523 if (line_symbol->isDashed()) in exportLineSymbolCommon()
1525 if (line_symbol->getMidSymbol() && !line_symbol->getMidSymbol()->isEmpty()) in exportLineSymbolCommon()
1530 …ocd_line_common.main_length = convertSize(line_symbol->getDashLength() + line_symbol->getBreakLeng… in exportLineSymbolCommon()
1562 …if (line_symbol->hasBorder() && (line_symbol->getBorder().isVisible() || line_symbol->getRightBord… in exportLineSymbolCommon()
1589 if (!line_symbol->hasBorder()) in exportLineSymbolDoubleLine()
2106 const LineSymbol* line_symbol ) in exportCombinedAreaSymbol() argument
[all …]
H A Docd_file_export.h203 QByteArray exportLineSymbol(const LineSymbol* line_symbol);
206 QByteArray exportLineSymbol(const LineSymbol* line_symbol, quint32 symbol_number);
209 …quint32 exportLineSymbolCommon(const LineSymbol* line_symbol, OcdLineSymbolCommon& ocd_line_common…
212 …void exportLineSymbolDoubleLine(const LineSymbol* line_symbol, quint32 fill_color, OcdLineSymbolCo…
243 const LineSymbol* line_symbol );
H A Docd_file_import.cpp1472 line_symbol->show_at_least_one_symbol = true; in setupLineSymbolPointSymbols()
1473 line_symbol->mid_symbol = new OcdImportedPointSymbol(); in setupLineSymbolPointSymbols()
1482 line_symbol->mid_symbols_per_spot = 1; in setupLineSymbolPointSymbols()
1483 line_symbol->show_at_least_one_symbol = true; in setupLineSymbolPointSymbols()
1484 line_symbol->mid_symbol = new OcdImportedPointSymbol(); in setupLineSymbolPointSymbols()
1494 line_symbol->dash_symbol = new OcdImportedPointSymbol(); in setupLineSymbolPointSymbols()
1501 line_symbol->start_symbol = new OcdImportedPointSymbol(); in setupLineSymbolPointSymbols()
1508 line_symbol->end_symbol = new OcdImportedPointSymbol(); in setupLineSymbolPointSymbols()
1516 if (line_symbol->start_symbol && line_symbol->end_symbol) in setupLineSymbolPointSymbols()
1518 line_symbol->setSuppressDashSymbolAtLineEnds(true); in setupLineSymbolPointSymbols()
[all …]
H A Docad8_file_format.cpp2144 const LineSymbol* line_symbol = static_cast<const LineSymbol*>(symbol); in exportSubPattern() local
2146 if (line_symbol->getCapStyle() == LineSymbol::RoundCap) in exportSubPattern()
2148 else if (line_symbol->getJoinStyle() == LineSymbol::MiterJoin) in exportSubPattern()
2150 element->color = convertColor(line_symbol->getColor()); in exportSubPattern()
2151 element->width = convertSize(line_symbol->getLineWidth()); in exportSubPattern()
2153 element->npts = exportCoordinates(object->getRawCoordinateVector(), buffer, line_symbol); in exportSubPattern()
2567 const LineSymbol* line_symbol = static_cast<const LineSymbol*>(symbol); in exportCoordinates() local
2568 …if ((line_symbol->getDashSymbol() == nullptr || line_symbol->getDashSymbol()->isEmpty()) && line_s… in exportCoordinates()
H A Docd_file_import.h256 …void setupLineSymbolPointSymbols(OcdImportedLineSymbol* line_symbol, const Ocd::LineSymbolCommonV8…
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dtools_t.cpp55 LineSymbol* line_symbol; member
96 line_symbol = new LineSymbol(); in TestMap()
97 line_symbol->setLineWidth(1); in TestMap()
98 line_symbol->setColor(black); in TestMap()
99 map->addSymbol(line_symbol, 0); in TestMap()
101 line_object = new PathObject(line_symbol); in TestMap()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format.cpp92 line_symbol->setLineWidth(pen_width); in applyPenWidth()
154 line_symbol->setDashed(true); in applyPenPattern()
281 if (line_symbol->isDashed()) in makeStyleString()
286 if (line_symbol->hasBorder()) in makeStyleString()
1200 line_symbol->setColor(color); in applyPenColor()
1202 line_symbol->setHidden(true); in applyPenColor()
1470 applyPenColor(tool, line_symbol.get()); in getSymbolForPen()
1471 applyPenWidth(tool, line_symbol.get()); in getSymbolForPen()
1472 applyPenCap(tool, line_symbol.get()); in getSymbolForPen()
1473 applyPenJoin(tool, line_symbol.get()); in getSymbolForPen()
[all …]
H A Dogr_file_format_p.h276 void applyPenColor(OGRStyleToolH tool, LineSymbol* line_symbol);
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/symbols/
H A Dtext_symbol.cpp181 LineSymbol line_symbol; in createBaselineRenderables() local
182 line_symbol.setColor(dominant_color); in createBaselineRenderables()
183 line_symbol.setLineWidth(0); in createBaselineRenderables()
203 auto line_renderable = new LineRenderable(&line_symbol, path.parts().front(), false); in createBaselineRenderables()
H A Dsymbol.cpp432 LineSymbol line_symbol; in createBaselineRenderables() local
433 line_symbol.setColor(color); in createBaselineRenderables()
434 line_symbol.setLineWidth(0); in createBaselineRenderables()
437 output.insertRenderable(new LineRenderable(&line_symbol, part, false)); in createBaselineRenderables()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/
H A Dcode-check-wrapper.sh65 line_symbol.cpp \
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vpfutil/
H A Dvpfview.h142 int line_color, line_symbol; /* Line color and symbol */ member
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Drst_utils.py486 def create_title(text, line_symbol="="): argument
488 return text + "\n" + line_symbol * len(text) + "\n"
/dports/devel/cppcheck-gui/cppcheck-2.6.3/addons/
H A Dmisra.py3811 line_symbol = (lineNumber, symbolName)
3813 line_symbol = None
3818 ruleItemList.append(line_symbol)
3837 ruleItemList.append(line_symbol)
3851 if line_symbol is None:
3853 if line_symbol not in ruleItemList:
3854 ruleItemList.append(line_symbol)
3860 if (each[0] == line_symbol[0]) and (each[1] == line_symbol[1]):
3865 ruleItemList.append(line_symbol)
/dports/devel/cppcheck/cppcheck-2.6.3/addons/
H A Dmisra.py3811 line_symbol = (lineNumber, symbolName)
3813 line_symbol = None
3818 ruleItemList.append(line_symbol)
3837 ruleItemList.append(line_symbol)
3851 if line_symbol is None:
3853 if line_symbol not in ruleItemList:
3854 ruleItemList.append(line_symbol)
3860 if (each[0] == line_symbol[0]) and (each[1] == line_symbol[1]):
3865 ruleItemList.append(line_symbol)

12