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/checklst.h>
31#include <wx/statbox.h>
32#include <wx/radiobox.h>
33#include <wx/checkbox.h>
71 virtual void OnButtonPlot( wxCommandEvent& event ) {
event.Skip(); }
76 DIALOG_EXPORT_SVG_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Export SVG File"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_EXPORT_SVG_BASE.
wxCheckBox * m_cbUsedBoardTheme
wxCheckBox * m_checkboxPagePerLayer
virtual void OnButtonPlot(wxCommandEvent &event)
wxStaticText * m_staticTextCopperLayers
virtual void OnOutputDirectoryBrowseClicked(wxCommandEvent &event)
wxStaticText * m_staticTextDir
wxCheckListBox * m_CopperLayersList
wxRadioBox * m_ModeColorOption
wxRadioBox * m_rbSvgPageSizeOpt
virtual void onPagePerLayerClicked(wxCommandEvent &event)
WX_HTML_REPORT_PANEL * m_messagesPanel
STD_BITMAP_BUTTON * m_browseButton
~DIALOG_EXPORT_SVG_BASE()
wxCheckBox * m_checkboxEdgesOnAllPages
wxCheckBox * m_printMirrorOpt
wxButton * m_sdbSizer1Cancel
wxStaticText * m_stColorTheme
wxCheckListBox * m_TechnicalLayersList
wxStdDialogButtonSizer * m_sdbSizer1
wxTextCtrl * m_outputDirectoryName
wxStaticText * m_staticTextTechLayers
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A widget for browsing a rich text error/status report.