Home
last modified time | relevance | path

Searched refs:netlabel (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/schematics/items/
H A Dsi_netsegment.cpp101 mNetLabels.append(netlabel); in SI_NetSegment()
179 labels.append(netlabel); in getNetLabelsAtScenePos()
403 if (netlabel->getUuid() == uuid) return netlabel; in getNetLabelByUuid()
422 mNetLabels.append(&netlabel); in addNetLabel()
431 mNetLabels.removeOne(&netlabel); in removeNetLabel()
435 foreach (SI_NetLabel* netlabel, mNetLabels) { netlabel->updateAnchor(); } in updateAllNetLabelAnchors()
461 sgl.add([netlabel]() { netlabel->removeFromSchematic(); }); in addToSchematic()
477 sgl.add([netlabel]() { netlabel->addToSchematic(); }); in removeFromSchematic()
500 netlabel->setSelected(true); in selectAll()
509 netlabel->setSelected(netlabel->getGrabAreaScenePx().intersects(rectPx)); in setSelectionRect()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/cmd/
H A Dcmdmirrorselectedschematicitems.cpp86 foreach (SI_NetLabel* netlabel, query->getNetLabels()) { in performExecute()
87 center += netlabel->getPosition(); in performExecute()
110 foreach (SI_NetLabel* netlabel, query->getNetLabels()) { in performExecute()
111 Point newpos = netlabel->getPosition().mirrored(mOrientation, center); in performExecute()
114 Angle labelRotation = netlabel->getRotation().mappedTo0_360deg(); in performExecute()
119 newpos.setX(newpos.getX() - netlabel->getApproximateWidth()); in performExecute()
123 CmdSchematicNetLabelEdit* cmd = new CmdSchematicNetLabelEdit(*netlabel); in performExecute()
H A Dcmdrotateselectedschematicitems.cpp86 foreach (SI_NetLabel* netlabel, query->getNetLabels()) { in performExecute()
87 center += netlabel->getPosition(); in performExecute()
109 foreach (SI_NetLabel* netlabel, query->getNetLabels()) { in performExecute()
110 CmdSchematicNetLabelEdit* cmd = new CmdSchematicNetLabelEdit(*netlabel); in performExecute()
H A Dcmdremoveselectedschematicitems.cpp152 foreach (SI_NetLabel* netlabel, netsegment.getNetLabels()) { in removeNetSegmentItems()
153 if (!netlabelsToRemove.contains(netlabel)) { in removeNetSegmentItems()
154 splitter.addNetLabel(netlabel->getNetLabel()); in removeNetSegmentItems()
231 for (const NetLabel& netlabel : segment.netlabels) { in removeNetSegmentItems() local
233 *newNetSegment, netlabel.getPosition(), netlabel.getRotation())); in removeNetSegmentItems()
H A Dcmdcombineschematicnetsegments.cpp105 foreach (SI_NetLabel* netlabel, mOldSegment.getNetLabels()) { in performExecute()
107 mNewSegment, netlabel->getPosition(), netlabel->getRotation())); in performExecute()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/schematiceditor/
H A Dschematicnetsegmentsplitter.cpp79 const NetLabel& netlabel) noexcept { in addNetLabel() argument
80 mNetLabels.append(std::make_shared<NetLabel>(netlabel)); in addNetLabel()
98 for (NetLabel& netlabel : mNetLabels) { in split()
99 addNetLabelToNearestNetSegment(netlabel, segments); in split()
141 const NetLabel& netlabel, QList<Segment>& segments) const noexcept { in addNetLabelToNearestNetSegment() argument
146 getDistanceBetweenNetLabelAndNetSegment(netlabel, segments.at(i)); in addNetLabelToNearestNetSegment()
154 std::make_shared<NetLabel>(netlabel)); in addNetLabelToNearestNetSegment()
159 const NetLabel& netlabel, const Segment& netsegment) const noexcept { in getDistanceBetweenNetLabelAndNetSegment() argument
164 netlabel.getPosition(), getAnchorPosition(netline.getStartPoint()), in getDistanceBetweenNetLabelAndNetSegment()
H A Dschematicnetsegmentsplitter.h67 void addNetLabel(const NetLabel& netlabel) noexcept;
81 void addNetLabelToNearestNetSegment(const NetLabel& netlabel,
84 const NetLabel& netlabel, const Segment& netsegment) const noexcept;
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/schematics/
H A Dschematicselectionquery.cpp67 foreach (SI_NetLabel* netlabel, mResultNetLabels) { in getNetSegmentItems()
68 result[&netlabel->getNetSegment()].netlabels.insert(netlabel); in getNetSegmentItems()
112 foreach (SI_NetLabel* netlabel, netsegment->getNetLabels()) { in addSelectedNetLabels()
113 if (netlabel->isSelected()) { in addSelectedNetLabels()
114 mResultNetLabels.insert(netlabel); in addSelectedNetLabels()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/drivers/bridge/
H A Dbridge_test.go203 genericOption[netlabel.GenericData] = config
210 netOption[netlabel.EnableIPv6] = true
265 genericOption[netlabel.GenericData] = config
286 netOption[netlabel.EnableIPv6] = true
287 netOption[netlabel.GenericData] = labels
415 genericOption[netlabel.GenericData] = config
423 genericOption[netlabel.GenericData] = config1
618 genericOption[netlabel.GenericData] = config
665 pmd, ok := data[netlabel.PortMap]
721 genericOption[netlabel.GenericData] = config
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/schematics/cmd/
H A Dcmdschematicnetlabeledit.cpp40 SI_NetLabel& netlabel) noexcept in CmdSchematicNetLabelEdit() argument
42 mNetLabel(netlabel), in CmdSchematicNetLabelEdit()
43 mOldPos(netlabel.getPosition()), in CmdSchematicNetLabelEdit()
45 mOldRotation(netlabel.getRotation()), in CmdSchematicNetLabelEdit()
H A Dcmdschematicnetlabelremove.cpp42 SI_NetLabel& netlabel) noexcept in CmdSchematicNetLabelRemove() argument
44 mNetSegment(netlabel.getNetSegment()), in CmdSchematicNetLabelRemove()
45 mNetLabel(netlabel) { in CmdSchematicNetLabelRemove()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/
H A Dlibnetwork_test.go60 genericOption[netlabel.GenericData] = option
145 netlabel.EnableIPv6: true,
146 netlabel.GenericData: options.Generic{
189 pmd, ok := epInfo[netlabel.PortMap]
235 netlabel.GenericData: options.Generic{
271 netlabel.GenericData: options.Generic{
297 netlabel.GenericData: options.Generic{
326 netlabel.GenericData: netOption,
380 netlabel.GenericData: netOption,
470 netlabel.GenericData: netOption,
[all …]
H A Ddefault_gateway.go59 if sbLabels[netlabel.PortMap] != nil {
60 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
63 if sbLabels[netlabel.ExposedPorts] != nil {
64 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go58 if sbLabels[netlabel.PortMap] != nil {
59 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
62 if sbLabels[netlabel.ExposedPorts] != nil {
63 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go61 if sbLabels[netlabel.PortMap] != nil {
62 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
65 if sbLabels[netlabel.ExposedPorts] != nil {
66 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go61 if sbLabels[netlabel.PortMap] != nil {
62 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
65 if sbLabels[netlabel.ExposedPorts] != nil {
66 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go61 if sbLabels[netlabel.PortMap] != nil {
62 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
65 if sbLabels[netlabel.ExposedPorts] != nil {
66 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go61 if sbLabels[netlabel.PortMap] != nil {
62 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
65 if sbLabels[netlabel.ExposedPorts] != nil {
66 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go61 if sbLabels[netlabel.PortMap] != nil {
62 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
65 if sbLabels[netlabel.ExposedPorts] != nil {
66 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go61 if sbLabels[netlabel.PortMap] != nil {
62 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
65 if sbLabels[netlabel.ExposedPorts] != nil {
66 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go59 if sbLabels[netlabel.PortMap] != nil {
60 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
63 if sbLabels[netlabel.ExposedPorts] != nil {
64 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go59 if sbLabels[netlabel.PortMap] != nil {
60 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
63 if sbLabels[netlabel.ExposedPorts] != nil {
64 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go59 if sbLabels[netlabel.PortMap] != nil {
60 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
63 if sbLabels[netlabel.ExposedPorts] != nil {
64 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go61 if sbLabels[netlabel.PortMap] != nil {
62 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
65 if sbLabels[netlabel.ExposedPorts] != nil {
66 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/libnetwork/
H A Ddefault_gateway.go61 if sbLabels[netlabel.PortMap] != nil {
62 …createOptions = append(createOptions, CreateOptionPortMapping(sbLabels[netlabel.PortMap].([]types.…
65 if sbLabels[netlabel.ExposedPorts] != nil {
66 …createOptions = append(createOptions, CreateOptionExposedPorts(sbLabels[netlabel.ExposedPorts].([]…

12345678910>>...20