2021-06-11 09:17:52 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2022-10-01 22:53:15 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2021-06-11 09:17:52 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2021-11-01 11:20:13 +00:00
|
|
|
#include "widgets/resettable_panel.h"
|
2021-06-11 09:17:52 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statbox.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/choice.h>
|
|
|
|
#include <wx/spinctrl.h>
|
|
|
|
#include <wx/statline.h>
|
|
|
|
#include <wx/slider.h>
|
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_3D_DISPLAY_OPTIONS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-11-01 11:20:13 +00:00
|
|
|
class PANEL_3D_DISPLAY_OPTIONS_BASE : public RESETTABLE_PANEL
|
2021-06-11 09:17:52 +00:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
wxCheckBox* m_checkBoxSilkscreen;
|
2021-10-21 11:37:45 +00:00
|
|
|
wxCheckBox* m_checkBoxSubtractMaskFromSilk;
|
|
|
|
wxCheckBox* m_checkBoxClipSilkOnViaAnnulus;
|
2021-06-11 09:17:52 +00:00
|
|
|
wxCheckBox* m_checkBoxSolderMask;
|
|
|
|
wxCheckBox* m_checkBoxSolderpaste;
|
|
|
|
wxCheckBox* m_checkBoxAdhesive;
|
|
|
|
wxCheckBox* m_checkBoxComments;
|
|
|
|
wxCheckBox* m_checkBoxECO;
|
|
|
|
wxCheckBox* m_checkBoxRealisticMode;
|
|
|
|
wxCheckBox* m_checkBoxBoardBody;
|
|
|
|
wxCheckBox* m_checkBoxAreas;
|
|
|
|
wxCheckBox* m_checkBoxRenderPlatedPadsAsPlated;
|
|
|
|
wxStaticText* m_materialPropertiesLabel;
|
|
|
|
wxChoice* m_materialProperties;
|
|
|
|
wxStaticText* m_staticTextRotAngle;
|
|
|
|
wxSpinCtrlDouble* m_spinCtrlRotationAngle;
|
|
|
|
wxStaticText* m_staticTextRotAngleUnits;
|
|
|
|
wxStaticLine* m_staticline3;
|
|
|
|
wxCheckBox* m_checkBoxEnableAnimation;
|
|
|
|
wxStaticText* m_staticAnimationSpeed;
|
|
|
|
wxSlider* m_sliderAnimationSpeed;
|
|
|
|
|
Fix various typos
Found via `codespell -q 3 -S *.po,./thirdparty,./Documentation/changelogs -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,ba,busses,dout,einstance,leaded,modul,ontext,ot,overide,serie,te,,tesselate,tesselator,tht`
2022-07-03 04:20:05 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2021-06-11 09:17:52 +00:00
|
|
|
virtual void OnCheckRealisticMode( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnCheckEnableAnimation( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
PANEL_3D_DISPLAY_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
2022-10-01 22:53:15 +00:00
|
|
|
|
2021-06-11 09:17:52 +00:00
|
|
|
~PANEL_3D_DISPLAY_OPTIONS_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|