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
4f471eb5
Commit
4f471eb5
authored
Jun 07, 2012
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EAGLE_PLUGIN::Load() is now completed.
parent
f5047b29
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
172 additions
and
134 deletions
+172
-134
eagle_plugin.cpp
pcbnew/eagle_plugin.cpp
+165
-134
eagle_plugin.h
pcbnew/eagle_plugin.h
+7
-0
No files found.
pcbnew/eagle_plugin.cpp
View file @
4f471eb5
This diff is collapsed.
Click to expand it.
pcbnew/eagle_plugin.h
View file @
4f471eb5
...
...
@@ -62,8 +62,11 @@ typedef NET_MAP::const_iterator NET_MAP_CITER;
typedef
boost
::
property_tree
::
ptree
PTREE
;
typedef
const
PTREE
CPTREE
;
class
EELEMENT
;
class
XPATH
;
struct
ERULES
;
struct
EATTR
;
class
TEXTE_MODULE
;
/**
...
...
@@ -183,6 +186,10 @@ private:
void
loadLibraries
(
CPTREE
&
aLibs
);
void
loadElements
(
CPTREE
&
aElements
);
void
orientModuleAndText
(
MODULE
*
m
,
const
EELEMENT
&
e
,
const
EATTR
*
nameAttr
,
const
EATTR
*
valueAttr
);
void
orientModuleText
(
MODULE
*
m
,
const
EELEMENT
&
e
,
TEXTE_MODULE
*
txt
,
const
EATTR
*
a
);
/// move the BOARD into the center of the page
void
centerBoard
();
...
...
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