Home
last modified time | relevance | path

Searched refs:sSchematicNetLabels (Results 1 – 6 of 6) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/schematics/
H A Dschematiclayerprovider.cpp52 addLayer(GraphicsLayer::sSchematicNetLabels); in SchematicLayerProvider()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/graphics/
H A Ddefaultgraphicslayerprovider.cpp50 addLayer(GraphicsLayer::sSchematicNetLabels); in DefaultGraphicsLayerProvider()
H A Dgraphicslayer.h62 …static constexpr const char* sSchematicNetLabels = "sch_net_labels"; ///< librepcb::p… variable
H A Dgraphicslayer.cpp165 …h.insert(sSchematicNetLabels, {tr("Netlabels"), Qt::darkGreen, Qt::… in getDefaultValues()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/schematics/graphicsitems/
H A Dsgi_netlabel.cpp135 layer = getLayer(GraphicsLayer::sSchematicNetLabels); in paint()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/
H A Dlibraryeditor.cpp213 addLayer(GraphicsLayer::sSchematicNetLabels); in LibraryEditor()