10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/checkbox.h>
24#include <wx/spinctrl.h>
62 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 );
Class PANEL_3D_DISPLAY_OPTIONS_BASE.
wxStaticText * m_renderOptionsLabel
wxStaticText * m_staticAnimationSpeed
wxStaticText * m_materialPropertiesLabel
wxStaticText * m_staticTextRotAngle
wxCheckBox * m_checkBoxEnableAnimation
wxCheckBox * m_checkBoxClipSilkOnViaAnnulus
wxCheckBox * m_checkBoxRenderPlatedPadsAsPlated
wxStaticLine * m_staticline4
wxSlider * m_sliderAnimationSpeed
virtual void OnCheckEnableAnimation(wxCommandEvent &event)
wxChoice * m_materialProperties
wxCheckBox * m_checkBoxAreas
wxSpinCtrlDouble * m_spinCtrlRotationAngle
wxCheckBox * m_checkBoxSubtractMaskFromSilk
wxStaticText * m_staticTextRotAngleUnits
wxStaticLine * m_staticline5
~PANEL_3D_DISPLAY_OPTIONS_BASE()
wxStaticText * m_cameraOptionsLabel
A wxPanel that is designed to be reset in a standard manner.