Home
last modified time | relevance | path

Searched refs:setLayerName (Results 1 – 25 of 146) sorted by relevance

123456

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/cmd/
H A Dcmdboardplaneedit.cpp67 mPlane.setLayerName(mOldLayerName); in ~CmdBoardPlaneEdit()
91 setLayerName( in mirror()
104 void CmdBoardPlaneEdit::setLayerName(const GraphicsLayerName& layerName, in setLayerName() function in librepcb::project::CmdBoardPlaneEdit
108 if (immediate) mPlane.setLayerName(mNewLayerName); in setLayerName()
163 mPlane.setLayerName(mOldLayerName); in performUndo()
177 mPlane.setLayerName(mNewLayerName); in performRedo()
H A Dcmdboardplaneedit.h60 void setLayerName(const GraphicsLayerName& layerName,
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/geometry/cmd/
H A Dcmdpolygonedit.cpp63 void CmdPolygonEdit::setLayerName(const GraphicsLayerName& name, in setLayerName() function in librepcb::CmdPolygonEdit
67 if (immediate) mPolygon.setLayerName(mNewLayerName); in setLayerName()
116 setLayerName( in mirrorLayer()
137 mPolygon.setLayerName(mOldLayerName); in performUndo()
145 mPolygon.setLayerName(mNewLayerName); in performRedo()
H A Dcmdcircleedit.cpp65 void CmdCircleEdit::setLayerName(const GraphicsLayerName& name, in setLayerName() function in librepcb::CmdCircleEdit
69 if (immediate) mCircle.setLayerName(mNewLayerName); in setLayerName()
135 setLayerName( in mirrorLayer()
157 mCircle.setLayerName(mOldLayerName); in performUndo()
166 mCircle.setLayerName(mNewLayerName); in performRedo()
H A Dcmdtextedit.cpp63 void CmdTextEdit::setLayerName(const GraphicsLayerName& name, in setLayerName() function in librepcb::CmdTextEdit
67 if (immediate) mText.setLayerName(mNewLayerName); in setLayerName()
159 mText.setLayerName(mOldLayerName); in performUndo()
168 mText.setLayerName(mNewLayerName); in performRedo()
H A Dcmdstroketextedit.cpp75 void CmdStrokeTextEdit::setLayerName(const GraphicsLayerName& name, in setLayerName() function in librepcb::CmdStrokeTextEdit
79 if (immediate) mText.setLayerName(mNewLayerName); in setLayerName()
186 setLayerName( in mirrorLayer()
230 mText.setLayerName(mOldLayerName); in performUndo()
244 mText.setLayerName(mNewLayerName); in performRedo()
H A Dcmdpolygonedit.h52 void setLayerName(const GraphicsLayerName& name, bool immediate) noexcept;
H A Dcmdcircleedit.h52 void setLayerName(const GraphicsLayerName& name, bool immediate) noexcept;
H A Dcmdtextedit.h52 void setLayerName(const GraphicsLayerName& name, bool immediate) noexcept;
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/execution/
H A DCoreMLRaster.cpp38 mCoreMLBackend->setLayerName(layer, "Reshape"); in buildReshape()
59 mCoreMLBackend->setLayerName(permuteLayer, "Permute"); in buildPermute()
88 mCoreMLBackend->setLayerName(reshapeLayer, "Permute_Reshape"); in buildPermute()
114 mCoreMLBackend->setLayerName(prePermute, "prePermute"); in buildPad()
130 mCoreMLBackend->setLayerName(padLayer, "Pad"); in buildPad()
156 mCoreMLBackend->setLayerName(postPermute, "postPermute"); in buildPad()
177 mCoreMLBackend->setLayerName(layer, "Crop"); in buildCrop()
200 mCoreMLBackend->setLayerName(layer, "Slice"); in buildSlice()
300 mCoreMLBackend->setLayerName(mLayer_, "Concat"); in rasterOptimization()
306 mCoreMLBackend->setLayerName(mLayer_, "NDConcat"); in rasterOptimization()
H A DCoreMLUnary.cpp168 mCoreMLBackend->setLayerName(addLayer, "hardswish-add"); in onResize()
179 mCoreMLBackend->setLayerName(reluLayer, "hardswish-relu"); in onResize()
192 mCoreMLBackend->setLayerName(thresholdLayer, "hardswish-threshold"); in onResize()
205 mCoreMLBackend->setLayerName(negmulLayer, "hardswish-negmul"); in onResize()
H A DCoreMLActivation.cpp43 mCoreMLBackend->setLayerName(reluLayer, "relu6-relu"); in onResize()
53 mCoreMLBackend->setLayerName(thresholdLayer, "relu6-threshold"); in onResize()
H A DCoreMLCommonExecution.cpp29 mCoreMLBackend->setLayerName(mLayer_, mOp->name() ? mOp->name()->str() : "DebugName"); in initLayer()
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsquickprint.cpp140 mpPointsLayer->setLayerName( "This is a very very very long name it should word wrap" ); in basicMapTest()
141 mpPolysLayer->setLayerName( "This is a very very very long name it should also word wrap" ); in basicMapTest()
142 mpLinesLayer->setLayerName( "This is a very very very very long name it should word wrap" ); in basicMapTest()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsquickprint.cpp140 mpPointsLayer->setLayerName( "This is a very very very long name it should word wrap" ); in basicMapTest()
141 mpPolysLayer->setLayerName( "This is a very very very long name it should also word wrap" ); in basicMapTest()
142 mpLinesLayer->setLayerName( "This is a very very very very long name it should word wrap" ); in basicMapTest()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/pkg/
H A Dfootprintpadgraphicsitem.cpp70 setLayerName(mPad.getLayerName()); in FootprintPadGraphicsItem()
103 void FootprintPadGraphicsItem::setLayerName(const QString& name) noexcept { in setLayerName() function in librepcb::library::FootprintPadGraphicsItem
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/geometry/
H A Dpolygon.cpp84 bool Polygon::setLayerName(const GraphicsLayerName& name) noexcept { in setLayerName() function in librepcb::Polygon
166 setLayerName(rhs.mLayerName); in operator =()
H A Dcircle.cpp85 bool Circle::setLayerName(const GraphicsLayerName& name) noexcept { in setLayerName() function in librepcb::Circle
179 setLayerName(rhs.mLayerName); in operator =()
H A Dtext.cpp84 bool Text::setLayerName(const GraphicsLayerName& name) noexcept { in setLayerName() function in librepcb::Text
178 setLayerName(rhs.mLayerName); in operator =()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DTMSPackager.cpp297 void TMSPackager::setLayerName( const std::string& name)
388 setLayerName(layerName.str());
392 setLayerName(layer->getName());
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dpredefinedsetmodel.h56 void setLayerName(const QString& layerName) { mLayerName = layerName; } in setLayerName() function
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/boardeditor/fsm/
H A Dboardeditorstate_drawpolygon.cpp309 mLastPolygonProperties.setLayerName(layerName); in layerComboBoxLayerChanged()
311 mCurrentPolygonEditCmd->setLayerName(mLastPolygonProperties.getLayerName(), in layerComboBoxLayerChanged()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_PointerManager.cpp106 setLayerName(value); in _load()
229 void PointerManager::setLayerName(const std::string& _value) in setLayerName() function in MyGUI::PointerManager
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_PointerManager.cpp106 setLayerName(value); in _load()
229 void PointerManager::setLayerName(const std::string& _value) in setLayerName() function in MyGUI::PointerManager
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_PointerManager.cpp106 setLayerName(value); in _load()
229 void PointerManager::setLayerName(const std::string& _value) in setLayerName() function in MyGUI::PointerManager

123456