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.2.1-0-g80c4cb6)
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
37{
38 private:
39
40 protected:
41 wxStaticText* m_textOutputPath;
43 wxStaticText* m_formatLabel;
44 wxChoice* m_choiceFormat;
45 wxStaticText* m_dimensionsLabel;
46 wxSpinCtrl* m_spinCtrlWidth;
47 wxStaticText* m_staticText17;
48 wxStaticText* m_staticText19;
49 wxSpinCtrl* m_spinCtrlHeight;
50 wxStaticText* m_staticText182;
51 wxStaticText* m_presetLabel;
52 wxChoice* m_presetCtrl;
54 wxChoice* m_choiceBgStyle;
59 wxStaticText* m_sideLabel;
60 wxChoice* m_choiceSide;
61 wxStaticText* m_zoomLabel;
62 wxSpinCtrlDouble* m_spinCtrlZoom;
63 wxRadioBox* m_radioProjection;
64 wxStaticText* m_labelX;
65 wxStaticText* m_labelY;
66 wxStaticText* m_labelZ;
67 wxStaticText* m_labelxx;
68 wxSpinCtrlDouble* m_spinCtrlPivotX;
69 wxSpinCtrlDouble* m_spinCtrlPivotY;
70 wxSpinCtrlDouble* m_spinCtrlPivotZ;
71 wxStaticText* m_labelMM1;
72 wxStaticText* m_labelxx2;
73 wxSpinCtrlDouble* m_spinCtrlPanX;
74 wxSpinCtrlDouble* m_spinCtrlPanY;
75 wxSpinCtrlDouble* m_spinCtrlPanZ;
76 wxStaticText* m_labelMM2;
77 wxStaticText* m_labelxx21;
78 wxSpinCtrlDouble* m_spinCtrlRotX;
79 wxSpinCtrlDouble* m_spinCtrlRotY;
80 wxSpinCtrlDouble* m_spinCtrlRotZ;
81 wxStaticText* m_labelDeg1;
82 wxStaticText* m_TopLabel;
83 wxSpinCtrlDouble* m_spinCtrlLightsTop;
84 wxStaticText* m_bottomLabel;
85 wxSpinCtrlDouble* m_spinCtrlLightsBottom;
86 wxStaticText* m_sidesLabel;
87 wxSpinCtrlDouble* m_spinCtrlLightsSides;
88 wxStaticText* m_cameraLabel;
89 wxSpinCtrlDouble* m_spinCtrlLightsCamera;
92 wxStaticText* m_labelDegrees;
93 wxStdDialogButtonSizer* m_sdbSizer1;
94 wxButton* m_sdbSizer1OK;
96
97 // Virtual event handlers, override them in your derived class
98 virtual void OnFormatChoice( wxCommandEvent& event ) { event.Skip(); }
99
100
101 public:
102
103 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 );
104
106
107};
108
Class DIALOG_RENDER_JOB_BASE.
wxSpinCtrlDouble * m_spinCtrlLightsBottom
wxSpinCtrlDouble * m_spinCtrlRotX
wxCheckBox * m_cbRaytracing_postProcessing
wxSpinCtrlDouble * m_spinCtrlLightsSides
wxStaticText * m_backgroundStyleLabel
wxCheckBox * m_cbRaytracing_antiAliasing
wxSpinCtrl * m_spinCtrlLightsSideElevation
wxCheckBox * m_cbRaytracing_proceduralTextures
wxSpinCtrlDouble * m_spinCtrlZoom
wxStaticText * m_labelSideLightsElevation
wxSpinCtrlDouble * m_spinCtrlPanX
wxSpinCtrlDouble * m_spinCtrlPivotY
wxSpinCtrlDouble * m_spinCtrlLightsTop
wxSpinCtrlDouble * m_spinCtrlRotY
wxSpinCtrlDouble * m_spinCtrlPanZ
wxSpinCtrlDouble * m_spinCtrlPivotX
wxSpinCtrlDouble * m_spinCtrlPanY
wxSpinCtrlDouble * m_spinCtrlPivotZ
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnFormatChoice(wxCommandEvent &event)
wxSpinCtrlDouble * m_spinCtrlLightsCamera
wxSpinCtrlDouble * m_spinCtrlRotZ
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:52
#define _(s)