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.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>
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/statline.h>
21#include <wx/checkbox.h>
22#include <wx/textctrl.h>
23#include <wx/sizer.h>
24#include <wx/choice.h>
25#include <wx/radiobut.h>
26#include <wx/panel.h>
27#include <wx/spinctrl.h>
28#include <wx/simplebook.h>
29
31
36{
37 private:
38 wxStaticText* stRatsnestLabel;
39 wxStaticText* stMiscellaneousLabel;
40
41 protected:
42 wxStaticText* m_staticText31;
43 wxStaticLine* m_staticline3;
45 wxStaticText* m_rotationAngleLabel;
47 wxStaticText* m_rotationAngleUnits;
48 wxStaticText* m_arcEditModeLabel;
49 wxChoice* m_arcEditMode;
50 wxBoxSizer* m_sizerBoardEdit;
51 wxStaticText* m_trackMouseDragLabel;
53 wxStaticText* m_staticText33;
54 wxRadioButton* m_rbFlipLeftRight;
55 wxRadioButton* m_rbFlipTopBottom;
56 wxCheckBox* m_allowFreePads;
57 wxStaticText* m_staticText32;
58 wxStaticLine* m_staticline4;
59 wxBoxSizer* m_mouseCmdsWinLin;
60 wxStaticText* m_stHint1;
61 wxRadioButton* m_rbToggleSel;
62 wxRadioButton* m_rbHighlightNet;
63 wxBoxSizer* m_mouseCmdsOSX;
64 wxStaticText* m_stHint2;
65 wxRadioButton* m_rbToggleSelMac;
66 wxRadioButton* m_rbHighlightNetMac;
67 wxSimplebook* m_optionsBook;
68 wxStaticLine* m_staticline7;
72 wxSpinCtrlDouble* m_ratsnestThickness;
73 wxStaticLine* m_staticline8;
75 wxCheckBox* m_showPageLimits;
77 wxCheckBox* m_autoRefillZones;
78
79 public:
80
81 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 );
82
84
85};
86
const char * name
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)
wxSpinCtrlDouble * m_ratsnestThickness
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)