KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_edit_options_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
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>
14#include <wx/string.h>
15#include <wx/checkbox.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/stattext.h>
21#include <wx/textctrl.h>
22#include <wx/sizer.h>
23#include <wx/choice.h>
24#include <wx/statbox.h>
25#include <wx/statline.h>
26#include <wx/radiobox.h>
27#include <wx/panel.h>
28#include <wx/spinctrl.h>
29#include <wx/simplebook.h>
30
32
37{
38 private:
39
40 protected:
42 wxStaticText* m_rotationAngleLabel;
44 wxStaticText* m_rotationAngleUnits;
45 wxStaticText* m_arcEditModeLabel;
46 wxChoice* m_arcEditMode;
47 wxBoxSizer* m_sizerBoardEdit;
48 wxStaticText* m_trackMouseDragLabel;
50 wxCheckBox* m_flipLeftRight;
51 wxCheckBox* m_allowFreePads;
52 wxStaticBoxSizer* m_mouseCmdsWinLin;
53 wxStaticText* m_staticText181;
55 wxStaticBoxSizer* m_mouseCmdsOSX;
56 wxStaticText* m_staticText1811;
58 wxSimplebook* m_optionsBook;
59 wxCheckBox* m_magneticPads;
60 wxCheckBox* m_magneticGraphics;
61 wxStaticText* m_staticText2;
63 wxStaticText* m_staticText21;
65 wxStaticText* m_staticText211;
70 wxSpinCtrlDouble* m_ratsnestThickness;
72 wxCheckBox* m_showPageLimits;
74 wxCheckBox* m_autoRefillZones;
75
76 public:
77
78 PANEL_EDIT_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 );
79
81
82};
83
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_EDIT_OPTIONS_BASE.
wxStaticBoxSizer * m_mouseCmdsWinLin
wxCheckBox * m_OptDisplayCurvedRatsnestLines
wxStaticBoxSizer * m_mouseCmdsOSX
wxSpinCtrlDouble * m_ratsnestThickness
A wxPanel that is designed to be reset in a standard manner.