KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_render_job_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>
13#include "dialog_shim.h"
14#include <wx/string.h>
15#include <wx/stattext.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/textctrl.h>
21#include <wx/choice.h>
22#include <wx/spinctrl.h>
23#include <wx/sizer.h>
24#include <wx/checkbox.h>
25#include <wx/gbsizer.h>
26#include <wx/statbox.h>
27#include <wx/radiobox.h>
28#include <wx/button.h>
29#include <wx/dialog.h>
30
32
33
38{
39 private:
40
41 protected:
42 wxStaticText* m_textOutputPath;
44 wxStaticText* m_formatLabel;
45 wxChoice* m_choiceFormat;
46 wxStaticText* m_dimensionsLabel;
47 wxSpinCtrl* m_spinCtrlWidth;
48 wxStaticText* m_staticText17;
49 wxStaticText* m_staticText19;
50 wxSpinCtrl* m_spinCtrlHeight;
51 wxStaticText* m_staticText182;
52 wxStaticText* m_qualityLabel;
53 wxChoice* m_choiceQuality;
55 wxChoice* m_choiceBgStyle;
56 wxStaticText* m_staticText15;
57 wxSpinCtrlDouble* m_spinCtrlZoom;
58 wxStaticText* m_sideLabel;
59 wxChoice* m_choiceSide;
60 wxCheckBox* m_cbFloor;
61 wxRadioBox* m_radioProjection;
62 wxStdDialogButtonSizer* m_sdbSizer1;
63 wxButton* m_sdbSizer1OK;
65
66 // Virtual event handlers, override them in your derived class
67 virtual void OnFormatChoice( wxCommandEvent& event ) { event.Skip(); }
68
69
70 public:
71
72 DIALOG_RENDER_JOB_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Render PCB Job Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
73
75
76};
77
Class DIALOG_RENDER_JOB_BASE.
wxStaticText * m_backgroundStyleLabel
wxSpinCtrlDouble * m_spinCtrlZoom
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnFormatChoice(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
#define _(s)