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
fc9e25fc
Commit
fc9e25fc
authored
Jun 07, 2012
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Plain Diff
EAGLE_PLUGIN::Load() is now completed.
parents
e07fd7ef
4f471eb5
Changes
2
Expand all
Show 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 @
fc9e25fc
This diff is collapsed.
Click to expand it.
pcbnew/eagle_plugin.h
View file @
fc9e25fc
...
@@ -62,8 +62,11 @@ typedef NET_MAP::const_iterator NET_MAP_CITER;
...
@@ -62,8 +62,11 @@ typedef NET_MAP::const_iterator NET_MAP_CITER;
typedef
boost
::
property_tree
::
ptree
PTREE
;
typedef
boost
::
property_tree
::
ptree
PTREE
;
typedef
const
PTREE
CPTREE
;
typedef
const
PTREE
CPTREE
;
class
EELEMENT
;
class
XPATH
;
class
XPATH
;
struct
ERULES
;
struct
ERULES
;
struct
EATTR
;
class
TEXTE_MODULE
;
/**
/**
...
@@ -183,6 +186,10 @@ private:
...
@@ -183,6 +186,10 @@ private:
void
loadLibraries
(
CPTREE
&
aLibs
);
void
loadLibraries
(
CPTREE
&
aLibs
);
void
loadElements
(
CPTREE
&
aElements
);
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
/// move the BOARD into the center of the page
void
centerBoard
();
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