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_qualityLabel;
52 wxChoice* m_choiceQuality;
54 wxChoice* m_choiceBgStyle;
55 wxStaticText* m_staticText15;
56 wxSpinCtrlDouble* m_spinCtrlZoom;
57 wxStaticText* m_sideLabel;
58 wxChoice* m_choiceSide;
59 wxCheckBox* m_cbFloor;
60 wxRadioBox* m_radioProjection;
61 wxStaticText* m_labelX;
62 wxStaticText* m_labelY;
63 wxStaticText* m_labelZ;
64 wxStaticText* m_labelxx;
65 wxSpinCtrlDouble* m_spinCtrlPivotX;
66 wxSpinCtrlDouble* m_spinCtrlPivotY;
67 wxSpinCtrlDouble* m_spinCtrlPivotZ;
68 wxStaticText* m_labelMM1;
69 wxStaticText* m_labelxx2;
70 wxSpinCtrlDouble* m_spinCtrlPanX;
71 wxSpinCtrlDouble* m_spinCtrlPanY;
72 wxSpinCtrlDouble* m_spinCtrlPanZ;
73 wxStaticText* m_labelMM2;
74 wxStaticText* m_labelxx21;
75 wxSpinCtrlDouble* m_spinCtrlRotX;
76 wxSpinCtrlDouble* m_spinCtrlRotY;
77 wxSpinCtrlDouble* m_spinCtrlRotZ;
78 wxStaticText* m_labelDeg1;
79 wxStaticText* m_TopLabel;
80 wxSpinCtrlDouble* m_spinCtrlLightsTop;
81 wxStaticText* m_bottomLabel;
82 wxSpinCtrlDouble* m_spinCtrlLightsBottom;
83 wxStaticText* m_sidesLabel;
84 wxSpinCtrlDouble* m_spinCtrlLightsSides;
85 wxStaticText* m_cameraLabel;
86 wxSpinCtrlDouble* m_spinCtrlLightsCamera;
89 wxStaticText* m_labelDegrees;
90 wxStdDialogButtonSizer* m_sdbSizer1;
91 wxButton* m_sdbSizer1OK;
93
94 // Virtual event handlers, override them in your derived class
95 virtual void OnFormatChoice( wxCommandEvent& event ) { event.Skip(); }
96
97
98 public:
99
100 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 );
101
103
104};
105
Class DIALOG_RENDER_JOB_BASE.
wxSpinCtrlDouble * m_spinCtrlLightsBottom
wxSpinCtrlDouble * m_spinCtrlRotX
wxSpinCtrlDouble * m_spinCtrlLightsSides
wxStaticText * m_backgroundStyleLabel
wxSpinCtrl * m_spinCtrlLightsSideElevation
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:88
#define _(s)