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
aea07119
Commit
aea07119
authored
May 05, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
factored out the ShowShape() to use BOARD_ITEM::ShowShape()
parent
27ee6b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
class_edge_mod.h
pcbnew/class_edge_mod.h
+1
-7
No files found.
pcbnew/class_edge_mod.h
View file @
aea07119
...
@@ -94,6 +94,7 @@ public:
...
@@ -94,6 +94,7 @@ public:
// return wxT( "EDGE" ); ?
// return wxT( "EDGE" ); ?
}
}
#if defined(DEBUG)
#if defined(DEBUG)
/**
/**
* Function Show
* Function Show
...
@@ -104,12 +105,5 @@ public:
...
@@ -104,12 +105,5 @@ public:
*/
*/
virtual
void
Show
(
int
nestLevel
,
std
::
ostream
&
os
);
virtual
void
Show
(
int
nestLevel
,
std
::
ostream
&
os
);
/**
* Function ShowShape
* converts the enum Track_Shapes integer value to a C string.
*/
static
const
char
*
ShowShape
(
int
aShape
);
#endif
#endif
};
};
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