KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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;
52 wxChoice* m_choiceBgStyle;
57 wxStaticText* m_sideLabel;
58 wxChoice* m_choiceSide;
59 wxStaticText* m_zoomLabel;
60 wxSpinCtrlDouble* m_spinCtrlZoom;
61 wxRadioBox* m_radioProjection;
62 wxStaticText* m_labelX;
63 wxStaticText* m_labelY;
64 wxStaticText* m_labelZ;
65 wxStaticText* m_labelxx;
66 wxSpinCtrlDouble* m_spinCtrlPivotX;
67 wxSpinCtrlDouble* m_spinCtrlPivotY;
68 wxSpinCtrlDouble* m_spinCtrlPivotZ;
69 wxStaticText* m_labelMM1;
70 wxStaticText* m_labelxx2;
71 wxSpinCtrlDouble* m_spinCtrlPanX;
72 wxSpinCtrlDouble* m_spinCtrlPanY;
73 wxSpinCtrlDouble* m_spinCtrlPanZ;
74 wxStaticText* m_labelMM2;
75 wxStaticText* m_labelxx21;
76 wxSpinCtrlDouble* m_spinCtrlRotX;
77 wxSpinCtrlDouble* m_spinCtrlRotY;
78 wxSpinCtrlDouble* m_spinCtrlRotZ;
79 wxStaticText* m_labelDeg1;
80 wxStaticText* m_TopLabel;
81 wxSpinCtrlDouble* m_spinCtrlLightsTop;
82 wxStaticText* m_bottomLabel;
83 wxSpinCtrlDouble* m_spinCtrlLightsBottom;
84 wxStaticText* m_sidesLabel;
85 wxSpinCtrlDouble* m_spinCtrlLightsSides;
86 wxStaticText* m_cameraLabel;
87 wxSpinCtrlDouble* m_spinCtrlLightsCamera;
90 wxStaticText* m_labelDegrees;
91 wxStdDialogButtonSizer* m_sdbSizer1;
92 wxButton* m_sdbSizer1OK;
94
95 // Virtual event handlers, override them in your derived class
96 virtual void OnFormatChoice( wxCommandEvent& event ) { event.Skip(); }
97
98
99 public:
100
101 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 );
102
104
105};
106
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)