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
5d2f9d95
Commit
5d2f9d95
authored
Sep 10, 2009
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some helpful comments
parent
00d369ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
dialog_design_rules.h
pcbnew/dialog_design_rules.h
+7
-2
No files found.
pcbnew/dialog_design_rules.h
View file @
5d2f9d95
...
@@ -28,12 +28,17 @@ class DIALOG_DESIGN_RULES : public DIALOG_DESIGN_RULES_BASE
...
@@ -28,12 +28,17 @@ class DIALOG_DESIGN_RULES : public DIALOG_DESIGN_RULES_BASE
private
:
private
:
static
const
wxString
wildCard
;
static
const
wxString
wildCard
;
///< the name of a ficticious netclass which includes all NETs
WinEDA_PcbFrame
*
m_Parent
;
WinEDA_PcbFrame
*
m_Parent
;
BOARD
*
m_Pcb
;
BOARD
*
m_Pcb
;
std
::
vector
<
wxString
>
m_NetClasses
;
/**
* A two column table which gets filled once and never loses any elements, so it is
* basically constant, except that the NETCUP::clazz member can change for any
* given row a NET is moved in and out of a class. clazz reflects the respective
* NET's current net class.
*/
NETCUPS
m_AllNets
;
NETCUPS
m_AllNets
;
private
:
private
:
...
...
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