KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_export_svg_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
15
16#include "dialog_shim.h"
17#include <wx/string.h>
18#include <wx/stattext.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/bmpbuttn.h>
25#include <wx/bitmap.h>
26#include <wx/image.h>
27#include <wx/icon.h>
28#include <wx/button.h>
29#include <wx/sizer.h>
30#include <wx/checklst.h>
31#include <wx/statbox.h>
32#include <wx/radiobox.h>
33#include <wx/checkbox.h>
34#include <wx/choice.h>
35#include <wx/panel.h>
36#include <wx/dialog.h>
37
39
44{
45 private:
46
47 protected:
48 wxStaticText* m_staticTextDir;
52 wxCheckListBox* m_CopperLayersList;
54 wxCheckListBox* m_TechnicalLayersList;
55 wxRadioBox* m_ModeColorOption;
56 wxCheckBox* m_cbUsedBoardTheme;
57 wxStaticText* m_stColorTheme;
58 wxChoice* m_colorTheme;
59 wxRadioBox* m_rbSvgPageSizeOpt;
60 wxCheckBox* m_printMirrorOpt;
64 wxStdDialogButtonSizer* m_sdbSizer1;
65 wxButton* m_sdbSizer1OK;
67
68 // Virtual event handlers, override them in your derived class
69 virtual void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
70 virtual void onPagePerLayerClicked( wxCommandEvent& event ) { event.Skip(); }
71 virtual void OnButtonPlot( wxCommandEvent& event ) { event.Skip(); }
72
73
74 public:
75
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 );
77
79
80};
81
Class DIALOG_EXPORT_SVG_BASE.
virtual void OnButtonPlot(wxCommandEvent &event)
wxStaticText * m_staticTextCopperLayers
virtual void OnOutputDirectoryBrowseClicked(wxCommandEvent &event)
wxCheckListBox * m_CopperLayersList
virtual void onPagePerLayerClicked(wxCommandEvent &event)
WX_HTML_REPORT_PANEL * m_messagesPanel
STD_BITMAP_BUTTON * m_browseButton
wxCheckListBox * m_TechnicalLayersList
wxStdDialogButtonSizer * m_sdbSizer1
wxStaticText * m_staticTextTechLayers
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
A bitmap button widget that behaves like a standard dialog button except with an icon.
A widget for browsing a rich text error/status report.
#define _(s)