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
69f74913
Commit
69f74913
authored
Sep 11, 2007
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
5dd89861
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
collectors.cpp
pcbnew/collectors.cpp
+5
-3
No files found.
pcbnew/collectors.cpp
View file @
69f74913
...
@@ -237,14 +237,16 @@ exit:
...
@@ -237,14 +237,16 @@ exit:
// see collectors.h
// see collectors.h
void
GENERAL_COLLECTOR
::
Collect
(
BOARD_ITEM
*
aItem
,
const
wxPoint
&
aRefPos
,
void
GENERAL_COLLECTOR
::
Collect
(
BOARD_ITEM
*
aItem
,
const
KICAD_T
aScanList
[],
const
COLLECTORS_GUIDE
*
aGuide
)
const
wxPoint
&
aRefPos
,
const
COLLECTORS_GUIDE
&
aGuide
)
{
{
Empty
();
// empty the collection, primary criteria list
Empty
();
// empty the collection, primary criteria list
Empty2nd
();
// empty the collection, secondary criteria list
Empty2nd
();
// empty the collection, secondary criteria list
// remember guide, pass it to Inspect()
// remember guide, pass it to Inspect()
SetGuide
(
aGuide
);
SetGuide
(
&
aGuide
);
SetScanTypes
(
aScanList
);
// remember where the snapshot was taken from and pass refPos to
// remember where the snapshot was taken from and pass refPos to
// the Inspect() function.
// the Inspect() function.
...
...
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