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
3ed33e39
Commit
3ed33e39
authored
Sep 17, 2012
by
Marco Mattila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move pcbnew pcb edge layer plot checkbox to common plot options
parent
a9744e3f
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4715 additions
and
4715 deletions
+4715
-4715
dialog_plot_base.cpp
pcbnew/dialogs/dialog_plot_base.cpp
+379
-379
dialog_plot_base.fbp
pcbnew/dialogs/dialog_plot_base.fbp
+4219
-4219
dialog_plot_base.h
pcbnew/dialogs/dialog_plot_base.h
+117
-117
No files found.
pcbnew/dialogs/dialog_plot_base.cpp
View file @
3ed33e39
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 1
0 2012)
// C++ code generated with wxFormBuilder (version Apr 1
1 2012)
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
...
@@ -119,6 +119,11 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
...
@@ -119,6 +119,11 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
m_plotMirrorOpt
=
new
wxCheckBox
(
this
,
ID_MIROR_OPT
,
_
(
"Mirrored plot"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_plotMirrorOpt
=
new
wxCheckBox
(
this
,
ID_MIROR_OPT
,
_
(
"Mirrored plot"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
bSizerPlotItems
->
Add
(
m_plotMirrorOpt
,
0
,
wxALL
,
2
);
bSizerPlotItems
->
Add
(
m_plotMirrorOpt
,
0
,
wxALL
,
2
);
m_excludeEdgeLayerOpt
=
new
wxCheckBox
(
this
,
wxID_ANY
,
_
(
"Exclude PCB edge layer from other layers"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_excludeEdgeLayerOpt
->
SetToolTip
(
_
(
"Exclude contents of the pcb edge layer from all other layers"
)
);
bSizerPlotItems
->
Add
(
m_excludeEdgeLayerOpt
,
0
,
wxTOP
|
wxRIGHT
|
wxLEFT
,
2
);
bSizer192
->
Add
(
bSizerPlotItems
,
0
,
wxEXPAND
,
5
);
bSizer192
->
Add
(
bSizerPlotItems
,
0
,
wxEXPAND
,
5
);
...
@@ -182,11 +187,6 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
...
@@ -182,11 +187,6 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
m_GerberOptionsSizer
->
Add
(
m_useGerberExtensions
,
0
,
wxLEFT
|
wxRIGHT
|
wxTOP
,
2
);
m_GerberOptionsSizer
->
Add
(
m_useGerberExtensions
,
0
,
wxLEFT
|
wxRIGHT
|
wxTOP
,
2
);
m_excludeEdgeLayerOpt
=
new
wxCheckBox
(
this
,
wxID_ANY
,
_
(
"Exclude PCB edge layer from other layers"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_excludeEdgeLayerOpt
->
SetToolTip
(
_
(
"Exclude contents of the pcb edge layer from all other layers"
)
);
m_GerberOptionsSizer
->
Add
(
m_excludeEdgeLayerOpt
,
0
,
wxTOP
|
wxRIGHT
|
wxLEFT
,
2
);
m_subtractMaskFromSilk
=
new
wxCheckBox
(
this
,
wxID_ANY
,
_
(
"Subtract soldermask from silkscreen"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_subtractMaskFromSilk
=
new
wxCheckBox
(
this
,
wxID_ANY
,
_
(
"Subtract soldermask from silkscreen"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_subtractMaskFromSilk
->
SetToolTip
(
_
(
"Remove silkscreen from areas without soldermask"
)
);
m_subtractMaskFromSilk
->
SetToolTip
(
_
(
"Remove silkscreen from areas without soldermask"
)
);
...
...
pcbnew/dialogs/dialog_plot_base.fbp
View file @
3ed33e39
This diff is collapsed.
Click to expand it.
pcbnew/dialogs/dialog_plot_base.h
View file @
3ed33e39
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 1
0 2012)
// C++ code generated with wxFormBuilder (version Apr 1
1 2012)
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
...
@@ -62,6 +62,7 @@ class DIALOG_PLOT_BASE : public DIALOG_SHIM
...
@@ -62,6 +62,7 @@ class DIALOG_PLOT_BASE : public DIALOG_SHIM
wxCheckBox
*
m_plotInvisibleText
;
wxCheckBox
*
m_plotInvisibleText
;
wxCheckBox
*
m_plotNoViaOnMaskOpt
;
wxCheckBox
*
m_plotNoViaOnMaskOpt
;
wxCheckBox
*
m_plotMirrorOpt
;
wxCheckBox
*
m_plotMirrorOpt
;
wxCheckBox
*
m_excludeEdgeLayerOpt
;
wxStaticText
*
m_staticText11
;
wxStaticText
*
m_staticText11
;
wxChoice
*
m_drillShapeOpt
;
wxChoice
*
m_drillShapeOpt
;
wxStaticText
*
m_staticText12
;
wxStaticText
*
m_staticText12
;
...
@@ -72,7 +73,6 @@ class DIALOG_PLOT_BASE : public DIALOG_SHIM
...
@@ -72,7 +73,6 @@ class DIALOG_PLOT_BASE : public DIALOG_SHIM
wxTextCtrl
*
m_linesWidth
;
wxTextCtrl
*
m_linesWidth
;
wxStaticBoxSizer
*
m_GerberOptionsSizer
;
wxStaticBoxSizer
*
m_GerberOptionsSizer
;
wxCheckBox
*
m_useGerberExtensions
;
wxCheckBox
*
m_useGerberExtensions
;
wxCheckBox
*
m_excludeEdgeLayerOpt
;
wxCheckBox
*
m_subtractMaskFromSilk
;
wxCheckBox
*
m_subtractMaskFromSilk
;
wxCheckBox
*
m_useAuxOriginCheckBox
;
wxCheckBox
*
m_useAuxOriginCheckBox
;
wxStaticBoxSizer
*
m_HPGLOptionsSizer
;
wxStaticBoxSizer
*
m_HPGLOptionsSizer
;
...
...
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