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
a7af3346
Commit
a7af3346
authored
Apr 05, 2015
by
Sven D.
Committed by
Maciej Suminski
Apr 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable 'Via Gap' setting when respective checkbox is selected.
parent
f25f465d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
dialog_pns_diff_pair_dimensions_base.cpp
pcbnew/dialogs/dialog_pns_diff_pair_dimensions_base.cpp
+3
-3
dialog_pns_diff_pair_dimensions_base.h
pcbnew/dialogs/dialog_pns_diff_pair_dimensions_base.h
+2
-2
No files found.
pcbnew/dialogs/dialog_pns_diff_pair_dimensions_base.cpp
View file @
a7af3346
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Jun 6
2014)
// C++ code generated with wxFormBuilder (version
Sep 11
2014)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
@@ -86,7 +86,7 @@ DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE::DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE( wxWi
// Connect Events
this
->
Connect
(
wxEVT_CLOSE_WINDOW
,
wxCloseEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
OnClose
)
);
m_viaTraceGapEqual
->
Connect
(
wxEVT_COMMAND_CHECKBOX_CLICKED
,
wxCommandEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
o
nViaTraceGapEqualCheck
),
NULL
,
this
);
m_viaTraceGapEqual
->
Connect
(
wxEVT_COMMAND_CHECKBOX_CLICKED
,
wxCommandEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
O
nViaTraceGapEqualCheck
),
NULL
,
this
);
m_stdButtonsCancel
->
Connect
(
wxEVT_COMMAND_BUTTON_CLICKED
,
wxCommandEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
OnCancelClick
),
NULL
,
this
);
m_stdButtonsOK
->
Connect
(
wxEVT_COMMAND_BUTTON_CLICKED
,
wxCommandEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
OnOkClick
),
NULL
,
this
);
}
...
...
@@ -95,7 +95,7 @@ DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE::~DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE()
{
// Disconnect Events
this
->
Disconnect
(
wxEVT_CLOSE_WINDOW
,
wxCloseEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
OnClose
)
);
m_viaTraceGapEqual
->
Disconnect
(
wxEVT_COMMAND_CHECKBOX_CLICKED
,
wxCommandEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
o
nViaTraceGapEqualCheck
),
NULL
,
this
);
m_viaTraceGapEqual
->
Disconnect
(
wxEVT_COMMAND_CHECKBOX_CLICKED
,
wxCommandEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
O
nViaTraceGapEqualCheck
),
NULL
,
this
);
m_stdButtonsCancel
->
Disconnect
(
wxEVT_COMMAND_BUTTON_CLICKED
,
wxCommandEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
OnCancelClick
),
NULL
,
this
);
m_stdButtonsOK
->
Disconnect
(
wxEVT_COMMAND_BUTTON_CLICKED
,
wxCommandEventHandler
(
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE
::
OnOkClick
),
NULL
,
this
);
...
...
pcbnew/dialogs/dialog_pns_diff_pair_dimensions_base.h
View file @
a7af3346
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Jun 6
2014)
// C++ code generated with wxFormBuilder (version
Sep 11
2014)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
@@ -53,7 +53,7 @@ class DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE : public DIALOG_SHIM
// Virtual event handlers, overide them in your derived class
virtual
void
OnClose
(
wxCloseEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
o
nViaTraceGapEqualCheck
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
O
nViaTraceGapEqualCheck
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnCancelClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnOkClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
...
...
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