KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_plot_schematic_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
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/radiobox.h>
31#include <wx/choice.h>
32#include <wx/checkbox.h>
33#include <wx/gbsizer.h>
34#include <wx/statbox.h>
35#include <wx/panel.h>
36#include <wx/dialog.h>
37
39
44{
45 private:
46
47 protected:
51 wxBoxSizer* m_optionsSizer;
52 wxRadioBox* m_plotFormatOpt;
53 wxStaticText* m_staticText4;
55 wxCheckBox* m_plotDrawingSheet;
57 wxStaticText* m_staticText9;
58 wxChoice* m_colorTheme;
60 wxStaticText* m_lineWidthLabel;
61 wxTextCtrl* m_lineWidthCtrl;
62 wxStaticText* m_lineWidthUnits;
63 wxStaticBoxSizer* m_HPGLOptionsSizer;
64 wxStaticText* m_plotOriginTitle;
65 wxChoice* m_plotOriginOpt;
66 wxStaticText* m_penWidthLabel;
67 wxTextCtrl* m_penWidthCtrl;
68 wxStaticText* m_penWidthUnits;
70 wxCheckBox* m_plotPDFMetadata;
71 wxStaticBoxSizer* m_otherOptions;
74 wxStdDialogButtonSizer* m_sdbSizer1;
75 wxButton* m_sdbSizer1OK;
78
79 // Virtual event handlers, override them in your derived class
80 virtual void OnCloseWindow( wxCloseEvent& event ) { event.Skip(); }
81 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
82 virtual void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
83 virtual void OnPlotFormatSelection( wxCommandEvent& event ) { event.Skip(); }
84 virtual void OnPageSizeSelected( wxCommandEvent& event ) { event.Skip(); }
85 virtual void OnPlotCurrent( wxCommandEvent& event ) { event.Skip(); }
86 virtual void OnPlotAll( wxCommandEvent& event ) { event.Skip(); }
87
88
89 public:
90
91 DIALOG_PLOT_SCHEMATIC_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Plot Schematic Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
92
94
95};
96
Class DIALOG_PLOT_SCHEMATIC_BASE.
virtual void OnCloseWindow(wxCloseEvent &event)
virtual void OnOutputDirectoryBrowseClicked(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizer1
WX_HTML_REPORT_PANEL * m_MessagesBox
virtual void OnPageSizeSelected(wxCommandEvent &event)
virtual void OnPlotAll(wxCommandEvent &event)
virtual void OnPlotFormatSelection(wxCommandEvent &event)
virtual void OnPlotCurrent(wxCommandEvent &event)
virtual void OnUpdateUI(wxUpdateUIEvent &event)
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)