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
c9b27ee7
Commit
c9b27ee7
authored
Feb 01, 2011
by
Marco Mattila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tune pcbnew plot dialog layout.
parent
7bd85a39
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4520 additions
and
3190 deletions
+4520
-3190
dialog_plot_base.cpp
pcbnew/dialogs/dialog_plot_base.cpp
+359
-345
dialog_plot_base.fbp
pcbnew/dialogs/dialog_plot_base.fbp
+4025
-2734
dialog_plot_base.h
pcbnew/dialogs/dialog_plot_base.h
+116
-111
pcbplot.cpp
pcbnew/pcbplot.cpp
+20
-0
No files found.
pcbnew/dialogs/dialog_plot_base.cpp
View file @
c9b27ee7
This diff is collapsed.
Click to expand it.
pcbnew/dialogs/dialog_plot_base.fbp
View file @
c9b27ee7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
pcbnew/dialogs/dialog_plot_base.h
View file @
c9b27ee7
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Sep 8 2010)
// C++ code generated with wxFormBuilder (version
Nov 18 2010)
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
...
@@ -11,18 +11,17 @@
...
@@ -11,18 +11,17 @@
#include <wx/intl.h>
#include <wx/intl.h>
#include <wx/string.h>
#include <wx/string.h>
#include <wx/
radiobox.h>
#include <wx/
stattext.h>
#include <wx/gdicmn.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/statbox.h>
#include <wx/checkbox.h>
#include <wx/stattext.h>
#include <wx/choice.h>
#include <wx/choice.h>
#include <wx/sizer.h>
#include <wx/textctrl.h>
#include <wx/textctrl.h>
#include <wx/button.h>
#include <wx/button.h>
#include <wx/statbox.h>
#include <wx/checkbox.h>
#include <wx/dialog.h>
#include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
...
@@ -44,9 +43,15 @@ class DIALOG_PLOT_BASE : public wxDialog
...
@@ -44,9 +43,15 @@ class DIALOG_PLOT_BASE : public wxDialog
ID_CREATE_DRILL_FILE
,
ID_CREATE_DRILL_FILE
,
};
};
wxRadioBox
*
m_plotFormatOpt
;
wxBoxSizer
*
m_MainSizer
;
wxStaticText
*
m_staticText121
;
wxChoice
*
m_plotFormatOpt
;
wxStaticText
*
m_staticTextDir
;
wxTextCtrl
*
m_outputDirectoryName
;
wxButton
*
m_browseButton
;
wxStaticBoxSizer
*
m_CopperLayersBoxSizer
;
wxStaticBoxSizer
*
m_CopperLayersBoxSizer
;
wxStaticBoxSizer
*
m_TechnicalLayersBoxSizer
;
wxStaticBoxSizer
*
m_TechnicalLayersBoxSizer
;
wxBoxSizer
*
m_PlotOptionsSizer
;
wxCheckBox
*
m_plotSheetRef
;
wxCheckBox
*
m_plotSheetRef
;
wxCheckBox
*
m_plotPads_on_Silkscreen
;
wxCheckBox
*
m_plotPads_on_Silkscreen
;
wxCheckBox
*
m_plotModuleValueOpt
;
wxCheckBox
*
m_plotModuleValueOpt
;
...
@@ -63,24 +68,24 @@ class DIALOG_PLOT_BASE : public wxDialog
...
@@ -63,24 +68,24 @@ class DIALOG_PLOT_BASE : public wxDialog
wxChoice
*
m_plotModeOpt
;
wxChoice
*
m_plotModeOpt
;
wxStaticText
*
m_textDefaultPenSize
;
wxStaticText
*
m_textDefaultPenSize
;
wxTextCtrl
*
m_linesWidth
;
wxTextCtrl
*
m_linesWidth
;
wxStaticBoxSizer
*
m_GerberOptionsSizer
;
wxCheckBox
*
m_useGerberExtensions
;
wxCheckBox
*
m_useGerberExtensions
;
wxCheckBox
*
m_excludeEdgeLayerOpt
;
wxCheckBox
*
m_excludeEdgeLayerOpt
;
wxCheckBox
*
m_subtractMaskFromSilk
;
wxCheckBox
*
m_subtractMaskFromSilk
;
wxCheckBox
*
m_useAuxOriginCheckBox
;
wxCheckBox
*
m_useAuxOriginCheckBox
;
wxStaticBoxSizer
*
m_HPGLOptionsSizer
;
wxStaticText
*
m_textPenSize
;
wxStaticText
*
m_textPenSize
;
wxTextCtrl
*
m_HPGLPenSizeOpt
;
wxTextCtrl
*
m_HPGLPenSizeOpt
;
wxStaticText
*
m_textPenOvr
;
wxStaticText
*
m_textPenOvr
;
wxTextCtrl
*
m_HPGLPenOverlayOpt
;
wxTextCtrl
*
m_HPGLPenOverlayOpt
;
wxStaticText
*
m_textPenSpeed
;
wxStaticText
*
m_textPenSpeed
;
wxTextCtrl
*
m_HPGLPenSpeedOpt
;
wxTextCtrl
*
m_HPGLPenSpeedOpt
;
wxStaticBoxSizer
*
m_PSOptionsSizer
;
wxStaticText
*
m_staticText7
;
wxStaticText
*
m_staticText7
;
wxTextCtrl
*
m_fineAdjustXscaleOpt
;
wxTextCtrl
*
m_fineAdjustXscaleOpt
;
wxStaticText
*
m_staticText8
;
wxStaticText
*
m_staticText8
;
wxTextCtrl
*
m_fineAdjustYscaleOpt
;
wxTextCtrl
*
m_fineAdjustYscaleOpt
;
wxCheckBox
*
m_plotPSNegativeOpt
;
wxCheckBox
*
m_plotPSNegativeOpt
;
wxStaticText
*
m_staticTextDir
;
wxTextCtrl
*
m_outputDirectoryName
;
wxButton
*
m_browseButton
;
wxStaticText
*
m_staticText2
;
wxStaticText
*
m_staticText2
;
wxTextCtrl
*
m_messagesBox
;
wxTextCtrl
*
m_messagesBox
;
...
@@ -93,8 +98,8 @@ class DIALOG_PLOT_BASE : public wxDialog
...
@@ -93,8 +98,8 @@ class DIALOG_PLOT_BASE : public wxDialog
virtual
void
OnCloseWindow
(
wxCloseEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnCloseWindow
(
wxCloseEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnInitDialog
(
wxInitDialogEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnInitDialog
(
wxInitDialogEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
SetPlotFormat
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
SetPlotFormat
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnSetScaleOpt
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnOutputDirectoryBrowseClicked
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnOutputDirectoryBrowseClicked
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnSetScaleOpt
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
Plot
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
Plot
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
applyPlotSettings
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
applyPlotSettings
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
CreateDrillFile
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
CreateDrillFile
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
...
...
pcbnew/pcbplot.cpp
View file @
c9b27ee7
...
@@ -336,6 +336,11 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
...
@@ -336,6 +336,11 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
m_fineAdjustXscaleOpt
->
Enable
(
true
);
m_fineAdjustXscaleOpt
->
Enable
(
true
);
m_fineAdjustYscaleOpt
->
Enable
(
true
);
m_fineAdjustYscaleOpt
->
Enable
(
true
);
m_plotPSNegativeOpt
->
Enable
(
true
);
m_plotPSNegativeOpt
->
Enable
(
true
);
m_PlotOptionsSizer
->
Hide
(
m_GerberOptionsSizer
);
m_PlotOptionsSizer
->
Hide
(
m_HPGLOptionsSizer
);
m_PlotOptionsSizer
->
Show
(
m_PSOptionsSizer
);
Layout
();
m_MainSizer
->
SetSizeHints
(
this
);
break
;
break
;
case
PLOT_FORMAT_GERBER
:
case
PLOT_FORMAT_GERBER
:
...
@@ -358,6 +363,11 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
...
@@ -358,6 +363,11 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
m_fineAdjustYscaleOpt
->
Enable
(
false
);
m_fineAdjustYscaleOpt
->
Enable
(
false
);
m_plotPSNegativeOpt
->
SetValue
(
false
);
m_plotPSNegativeOpt
->
SetValue
(
false
);
m_plotPSNegativeOpt
->
Enable
(
false
);
m_plotPSNegativeOpt
->
Enable
(
false
);
m_PlotOptionsSizer
->
Show
(
m_GerberOptionsSizer
);
m_PlotOptionsSizer
->
Hide
(
m_HPGLOptionsSizer
);
m_PlotOptionsSizer
->
Hide
(
m_PSOptionsSizer
);
Layout
();
m_MainSizer
->
SetSizeHints
(
this
);
break
;
break
;
case
PLOT_FORMAT_HPGL
:
case
PLOT_FORMAT_HPGL
:
...
@@ -378,6 +388,11 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
...
@@ -378,6 +388,11 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
m_fineAdjustYscaleOpt
->
Enable
(
false
);
m_fineAdjustYscaleOpt
->
Enable
(
false
);
m_plotPSNegativeOpt
->
SetValue
(
false
);
m_plotPSNegativeOpt
->
SetValue
(
false
);
m_plotPSNegativeOpt
->
Enable
(
false
);
m_plotPSNegativeOpt
->
Enable
(
false
);
m_PlotOptionsSizer
->
Hide
(
m_GerberOptionsSizer
);
m_PlotOptionsSizer
->
Show
(
m_HPGLOptionsSizer
);
m_PlotOptionsSizer
->
Hide
(
m_PSOptionsSizer
);
Layout
();
m_MainSizer
->
SetSizeHints
(
this
);
break
;
break
;
case
PLOT_FORMAT_DXF
:
case
PLOT_FORMAT_DXF
:
...
@@ -400,6 +415,11 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
...
@@ -400,6 +415,11 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
m_fineAdjustYscaleOpt
->
Enable
(
false
);
m_fineAdjustYscaleOpt
->
Enable
(
false
);
m_plotPSNegativeOpt
->
SetValue
(
false
);
m_plotPSNegativeOpt
->
SetValue
(
false
);
m_plotPSNegativeOpt
->
Enable
(
false
);
m_plotPSNegativeOpt
->
Enable
(
false
);
m_PlotOptionsSizer
->
Hide
(
m_GerberOptionsSizer
);
m_PlotOptionsSizer
->
Hide
(
m_HPGLOptionsSizer
);
m_PlotOptionsSizer
->
Hide
(
m_PSOptionsSizer
);
Layout
();
m_MainSizer
->
SetSizeHints
(
this
);
break
;
break
;
}
}
}
}
...
...
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