10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/stattext.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/bmpbuttn.h>
30#include <wx/radiobox.h>
32#include <wx/checkbox.h>
33#include <wx/gbsizer.h>
34#include <wx/statbox.h>
81 virtual void onColorMode( wxCommandEvent& event ) {
event.Skip(); }
83 virtual void OnPlotAll( wxCommandEvent& event ) {
event.Skip(); }
88 DIALOG_PLOT_SCHEMATIC_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Plot Schematic"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxStaticText * m_outputPathLabel
wxRadioBox * m_plotFormatOpt
virtual void OnCloseWindow(wxCloseEvent &event)
wxStaticBoxSizer * m_otherOptions
wxChoice * m_DXF_plotUnits
wxStaticText * m_lineWidthUnits
virtual void onColorMode(wxCommandEvent &event)
wxCheckBox * m_plotPDFMetadata
virtual void onPlotFormatSelection(wxCommandEvent &event)
wxChoice * m_ModeColorOption
wxStaticText * m_colorThemeLabel
DIALOG_PLOT_SCHEMATIC_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Plot Schematic"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
STD_BITMAP_BUTTON * m_browseButton
wxButton * m_sdbSizer1Cancel
wxStdDialogButtonSizer * m_sdbSizer1
wxStaticText * m_staticTextDXF
wxCheckBox * m_plotDrawingSheet
wxStaticBoxSizer * m_SizerDxfOption
wxBoxSizer * m_optionsSizer
wxCheckBox * m_plotPDFPropertyPopups
~DIALOG_PLOT_SCHEMATIC_BASE()
WX_HTML_REPORT_PANEL * m_MessagesBox
virtual void onOutputDirectoryBrowseClicked(wxCommandEvent &event)
wxStaticText * m_lineWidthLabel
wxCheckBox * m_plotPDFHierarchicalLinks
wxChoice * m_paperSizeOption
wxStaticText * m_staticText4
wxCheckBox * m_openFileAfterPlot
virtual void OnPlotAll(wxCommandEvent &event)
wxButton * m_sdbSizer1Apply
wxCheckBox * m_plotBackgroundColor
virtual void OnPlotCurrent(wxCommandEvent &event)
wxTextCtrl * m_outputPath
wxTextCtrl * m_lineWidthCtrl
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
A widget for browsing a rich text error/status report.