Home
last modified time | relevance | path

Searched refs:ShapeFactory (Results 1 – 25 of 141) sorted by relevance

123456

/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/itemeditor/
H A Dplot.cpp73 addShape( "Rectangle", ShapeFactory::Rect, "RoyalBlue", in populate()
75 addShape( "Ellipse", ShapeFactory::Ellipse, "IndianRed", in populate()
77 addShape( "Ring", ShapeFactory::Ring, "DarkOliveGreen", in populate()
79 addShape( "Triangle", ShapeFactory::Triangle, "SandyBrown", in populate()
81 addShape( "Star", ShapeFactory::Star, "DarkViolet", in populate()
83 addShape( "Hexagon", ShapeFactory::Hexagon, "DarkSlateGray", in populate()
89 ShapeFactory::Shape shape, const QColor &color, in addShape()
97 item->setShape( ShapeFactory::path( shape, pos, size ) ); in addShape()
/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2shapeutil_coding.h148 class TaggedShapeFactory : public S2ShapeIndex::ShapeFactory {
157 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
179 class VectorShapeFactory : public S2ShapeIndex::ShapeFactory {
187 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
201 class WrappedShapeFactory : public S2ShapeIndex::ShapeFactory {
210 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
237 class HomogeneousShapeFactory : public S2ShapeIndex::ShapeFactory {
246 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2shapeutil_coding.h148 class TaggedShapeFactory : public S2ShapeIndex::ShapeFactory {
157 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
179 class VectorShapeFactory : public S2ShapeIndex::ShapeFactory {
187 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
201 class WrappedShapeFactory : public S2ShapeIndex::ShapeFactory {
210 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
237 class HomogeneousShapeFactory : public S2ShapeIndex::ShapeFactory {
246 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2shapeutil_coding.h148 class TaggedShapeFactory : public S2ShapeIndex::ShapeFactory {
157 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
179 class VectorShapeFactory : public S2ShapeIndex::ShapeFactory {
187 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
201 class WrappedShapeFactory : public S2ShapeIndex::ShapeFactory {
210 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
237 class HomogeneousShapeFactory : public S2ShapeIndex::ShapeFactory {
246 std::unique_ptr<ShapeFactory> Clone() const override { in Clone()
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/draw/model/
H A DNetListTest.java14 import de.neemann.digital.draw.shapes.ShapeFactory;
36 private void addTunnel(Circuit c, Vector pos, String name, ShapeFactory sf) { in addTunnel()
45 ShapeFactory sf = new ShapeFactory(lib); in testTunnel()
61 ShapeFactory sf = new ShapeFactory(lib); in testTunnel2()
83 ShapeFactory sf = new ShapeFactory(lib); in testTunnel3()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DShapeFactory.cxx358 ShapeFactory::createCube( in createCube()
393 ShapeFactory::impl_createCube( in impl_createCube()
455 ShapeFactory::createCylinder( in createCylinder()
465 ShapeFactory::createPyramid( in createPyramid()
625 ShapeFactory::createCone( in createCone()
863 ShapeFactory::createPieSegment2D( in createPieSegment2D()
915 ShapeFactory::createPieSegment( in createPieSegment()
1659 ShapeFactory::createSymbol2D( in createSymbol2D()
1707 ShapeFactory::createGraphic2D( in createGraphic2D()
2112 ShapeFactory::createRectangle( in createRectangle()
[all …]
H A DDataPointSymbolSupplier.cxx33 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in create2DSymbolList()
38 for(sal_Int32 nS=0;nS<ShapeFactory::getSymbolCount();nS++) in create2DSymbolList()
H A DVTitle.cxx72 return ShapeFactory::getSizeAfterRotation( in getFinalSize()
128 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DShapeFactory.cxx361 ShapeFactory::createCube( in createCube()
396 ShapeFactory::impl_createCube( in impl_createCube()
458 ShapeFactory::createCylinder( in createCylinder()
468 ShapeFactory::createPyramid( in createPyramid()
628 ShapeFactory::createCone( in createCone()
866 ShapeFactory::createPieSegment2D( in createPieSegment2D()
918 ShapeFactory::createPieSegment( in createPieSegment()
1662 ShapeFactory::createSymbol2D( in createSymbol2D()
1710 ShapeFactory::createGraphic2D( in createGraphic2D()
2120 ShapeFactory::createRectangle( in createRectangle()
[all …]
H A DDataPointSymbolSupplier.cxx33 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in create2DSymbolList()
38 for(sal_Int32 nS=0;nS<ShapeFactory::getSymbolCount();nS++) in create2DSymbolList()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/library/
H A DJarComponentManager.java9 import de.neemann.digital.draw.shapes.ShapeFactory;
40 …public void addComponent(String nodePath, ElementTypeDescription description, ShapeFactory.Creator… in addComponent()
88 private final ShapeFactory.Creator shape;
90 AdditionalShape(ElementTypeDescription description, ShapeFactory.Creator shape) { in AdditionalShape()
105 public ShapeFactory.Creator getShape() { in getShape()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/cli/
H A DCircuitLoader.java15 import de.neemann.digital.draw.shapes.ShapeFactory;
26 private final ShapeFactory shapeFactory;
69 shapeFactory = new ShapeFactory(library, ieeeShapes); in CircuitLoader()
90 public ShapeFactory getShapeFactory() { in getShapeFactory()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx56 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createTextShapes_ForAngleAxis()
127 …uno::Any aATransformation = ShapeFactory::makeTransformation( aAnchorScreenPosition2D, fRotationAn… in createTextShapes_ForAngleAxis()
128 …OUString aStackedLabel = ShapeFactory::getStackedString( aLabel, rAxisLabelProperties.bStackCharac… in createTextShapes_ForAngleAxis()
199 ::chart::ShapeFactory::setShapeName( xShape, "MarkHandles" ); in createShapes()
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/builder/circuit/
H A DFragmentVisualElementTest.java11 import de.neemann.digital.draw.shapes.ShapeFactory;
21 ShapeFactory shapeFactory = new ShapeFactory(new ElementLibrary()); in testBox()
H A DCircuitBuilderTest.java31 import de.neemann.digital.draw.shapes.ShapeFactory;
60 Circuit circuit = new CircuitBuilder(new ShapeFactory(library)) in testBuilderCombinatorial()
82 Circuit circuit = new CircuitBuilder(new ShapeFactory(library)) in testBuilderSequential()
107 Circuit circuit = new CircuitBuilder(new ShapeFactory(library)) in testBuilderSequentialLUT()
140 Circuit circuit = new CircuitBuilder(new ShapeFactory(library)) in testBuilderSequentialJK_JequalsK()
164 Circuit circuit = new CircuitBuilder(new ShapeFactory(library)) in testBuilderSequentialJK()
181 Circuit circuit = new CircuitBuilder(new ShapeFactory(library)) in testBuilderSequentialConstant()
195 Circuit circuit = new CircuitBuilder(new ShapeFactory(library)) in testBuilderSequentialConstantJK()
306 …CircuitBuilder circuitBuilder = new CircuitBuilder(new ShapeFactory(library)).setResolveLocalVars(… in testLocalVar()
H A DFragmentExpressionTest.java12 import de.neemann.digital.draw.shapes.ShapeFactory;
22 ShapeFactory shapeFactory = new ShapeFactory(new ElementLibrary()); in testBox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx56 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createTextShapes_ForAngleAxis()
127 …uno::Any aATransformation = ShapeFactory::makeTransformation( aAnchorScreenPosition2D, fRotationAn… in createTextShapes_ForAngleAxis()
128 …OUString aStackedLabel = ShapeFactory::getStackedString( aLabel, rAxisLabelProperties.bStackCharac… in createTextShapes_ForAngleAxis()
202 ::chart::ShapeFactory::setShapeName( xShape, "MarkHandles" ); in createShapes()
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/testing/
H A DFolderTestRunnerTest.java9 import de.neemann.digital.draw.shapes.ShapeFactory;
28 ShapeFactory shapeFactory = new ShapeFactory(library); in testFolderTest()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/inc/
H A DLabelPositionHelper.hxx34 class ShapeFactory;
43 , ShapeFactory* pShapeFactory );
63 ShapeFactory* m_pShapeFactory;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/inc/
H A DLabelPositionHelper.hxx35 class ShapeFactory;
44 , ShapeFactory* pShapeFactory );
64 ShapeFactory* m_pShapeFactory;
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/integration/
H A DTestShapes.java12 import de.neemann.digital.draw.shapes.ShapeFactory;
40 ShapeFactory shapeFactory = new ShapeFactory(library, ieee); in useShapes()
H A DToBreakRunner.java14 import de.neemann.digital.draw.shapes.ShapeFactory;
64 ShapeFactory shapeFactory = new ShapeFactory(library); in ToBreakRunner()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/diagram/
H A DVDiagram.cxx85 m_pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xFactory); in init()
122 m_aCurrentSizeWithoutAxes = ShapeFactory::calculateNewSizeRespectingAspectRatio( in adjustPosAndSize_2d()
125 m_aCurrentPosWithoutAxes = ShapeFactory::calculateTopLeftPositionToCenterObject( in adjustPosAndSize_2d()
161 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes_2d()
181 ShapeFactory::makeShapeInvisible( m_xWall2D ); in createShapes_2d()
440 m_aCurrentSizeWithoutAxes = ShapeFactory::calculateNewSizeRespectingAspectRatio( in adjustPosAndSize_3d()
445 m_aCurrentPosWithoutAxes= ShapeFactory::calculateTopLeftPositionToCenterObject( in adjustPosAndSize_3d()
511 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
539 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
616 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/diagram/
H A DVDiagram.cxx87 m_pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xFactory); in init()
124 m_aCurrentSizeWithoutAxes = ShapeFactory::calculateNewSizeRespectingAspectRatio( in adjustPosAndSize_2d()
127 m_aCurrentPosWithoutAxes = ShapeFactory::calculateTopLeftPositionToCenterObject( in adjustPosAndSize_2d()
163 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes_2d()
183 ShapeFactory::makeShapeInvisible( m_xWall2D ); in createShapes_2d()
447 m_aCurrentSizeWithoutAxes = ShapeFactory::calculateNewSizeRespectingAspectRatio( in adjustPosAndSize_3d()
452 m_aCurrentPosWithoutAxes= ShapeFactory::calculateTopLeftPositionToCenterObject( in adjustPosAndSize_3d()
518 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
546 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
623 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
[all …]
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/
H A DLibrarySelector.java11 import de.neemann.digital.draw.shapes.ShapeFactory;
26 private final ShapeFactory shapeFactory;
38 public LibrarySelector(ElementLibrary library, ShapeFactory shapeFactory) { in LibrarySelector()

123456