Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
896c6975
Commit
896c6975
authored
Aug 06, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
class SEG_ZONE deprecated
parent
e5102715
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
class_zone_setting.cpp
pcbnew/class_zone_setting.cpp
+0
-3
class_zone_setting.h
pcbnew/class_zone_setting.h
+0
-1
No files found.
pcbnew/class_zone_setting.cpp
View file @
896c6975
...
@@ -32,7 +32,6 @@ ZONE_SETTING::ZONE_SETTING( void )
...
@@ -32,7 +32,6 @@ ZONE_SETTING::ZONE_SETTING( void )
m_Zone_HatchingStyle
=
CPolyLine
::
DIAGONAL_EDGE
;
// Option to show the zone area (outlines only, short hatches or full hatches
m_Zone_HatchingStyle
=
CPolyLine
::
DIAGONAL_EDGE
;
// Option to show the zone area (outlines only, short hatches or full hatches
m_ArcToSegmentsCount
=
16
;
/* Option to select number of segments to approximate a circle
m_ArcToSegmentsCount
=
16
;
/* Option to select number of segments to approximate a circle
* 16 or 32 segments */
* 16 or 32 segments */
m_Unused
=
0
;
m_ThermalReliefGapValue
=
200
;
// tickness of the gap in thermal reliefs
m_ThermalReliefGapValue
=
200
;
// tickness of the gap in thermal reliefs
m_ThermalReliefCopperBridgeValue
=
200
;
// tickness of the copper bridge in thermal reliefs
m_ThermalReliefCopperBridgeValue
=
200
;
// tickness of the copper bridge in thermal reliefs
...
@@ -53,7 +52,6 @@ void ZONE_SETTING::ImportSetting( const ZONE_CONTAINER& aSource )
...
@@ -53,7 +52,6 @@ void ZONE_SETTING::ImportSetting( const ZONE_CONTAINER& aSource )
m_CurrentZone_Layer
=
aSource
.
GetLayer
();
m_CurrentZone_Layer
=
aSource
.
GetLayer
();
m_Zone_HatchingStyle
=
aSource
.
GetHatchStyle
();
m_Zone_HatchingStyle
=
aSource
.
GetHatchStyle
();
m_ArcToSegmentsCount
=
aSource
.
m_ArcToSegmentsCount
;
m_ArcToSegmentsCount
=
aSource
.
m_ArcToSegmentsCount
;
m_Unused
=
aSource
.
m_Unused
;
m_ThermalReliefGapValue
=
aSource
.
m_ThermalReliefGapValue
;
m_ThermalReliefGapValue
=
aSource
.
m_ThermalReliefGapValue
;
m_ThermalReliefCopperBridgeValue
=
aSource
.
m_ThermalReliefCopperBridgeValue
;
m_ThermalReliefCopperBridgeValue
=
aSource
.
m_ThermalReliefCopperBridgeValue
;
m_Zone_Pad_Options
=
aSource
.
m_PadOption
;
m_Zone_Pad_Options
=
aSource
.
m_PadOption
;
...
@@ -75,7 +73,6 @@ void ZONE_SETTING::ExportSetting( ZONE_CONTAINER& aTarget, bool aFullExport )
...
@@ -75,7 +73,6 @@ void ZONE_SETTING::ExportSetting( ZONE_CONTAINER& aTarget, bool aFullExport )
aTarget
.
m_ZoneMinThickness
=
m_ZoneMinThickness
;
aTarget
.
m_ZoneMinThickness
=
m_ZoneMinThickness
;
aTarget
.
m_Poly
->
SetHatch
(
m_Zone_HatchingStyle
);
aTarget
.
m_Poly
->
SetHatch
(
m_Zone_HatchingStyle
);
aTarget
.
m_ArcToSegmentsCount
=
m_ArcToSegmentsCount
;
aTarget
.
m_ArcToSegmentsCount
=
m_ArcToSegmentsCount
;
aTarget
.
m_Unused
=
m_Unused
;
aTarget
.
m_ThermalReliefGapValue
=
m_ThermalReliefGapValue
;
aTarget
.
m_ThermalReliefGapValue
=
m_ThermalReliefGapValue
;
aTarget
.
m_ThermalReliefCopperBridgeValue
=
m_ThermalReliefCopperBridgeValue
;
aTarget
.
m_ThermalReliefCopperBridgeValue
=
m_ThermalReliefCopperBridgeValue
;
aTarget
.
m_PadOption
=
m_Zone_Pad_Options
;
aTarget
.
m_PadOption
=
m_Zone_Pad_Options
;
...
...
pcbnew/class_zone_setting.h
View file @
896c6975
...
@@ -20,7 +20,6 @@ public:
...
@@ -20,7 +20,6 @@ public:
int
m_Zone_HatchingStyle
;
// Option to show the zone area (outlines only, short hatches or full hatches
int
m_Zone_HatchingStyle
;
// Option to show the zone area (outlines only, short hatches or full hatches
int
m_ArcToSegmentsCount
;
/* Option to select number of segments to approximate a circle
int
m_ArcToSegmentsCount
;
/* Option to select number of segments to approximate a circle
* 16 or 32 segments */
* 16 or 32 segments */
int
m_Unused
;
// waiting for a better use
long
m_ThermalReliefGapValue
;
// tickness of the gap in thermal reliefs
long
m_ThermalReliefGapValue
;
// tickness of the gap in thermal reliefs
long
m_ThermalReliefCopperBridgeValue
;
// tickness of the copper bridge in thermal reliefs
long
m_ThermalReliefCopperBridgeValue
;
// tickness of the copper bridge in thermal reliefs
int
m_Zone_Pad_Options
;
// How pads are covered by copper in zone
int
m_Zone_Pad_Options
;
// How pads are covered by copper in zone
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment