KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_eeschema_editing_options_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a-dirty)
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>
15#include <wx/string.h>
16#include <wx/stattext.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/statline.h>
22#include <wx/choice.h>
23#include <wx/sizer.h>
24#include <wx/checkbox.h>
25#include <wx/gbsizer.h>
26#include <wx/panel.h>
27#include <wx/simplebook.h>
28#include <wx/textctrl.h>
29#include <wx/spinctrl.h>
30
32
37{
38 private:
39
40 protected:
41 wxStaticText* m_editingLabel;
42 wxStaticLine* m_staticline3;
43 wxStaticText* m_staticText24;
45 wxStaticText* m_staticTextArcEdit;
46 wxChoice* m_choiceArcMode;
47 wxCheckBox* m_mouseDragIsDrag;
48 wxCheckBox* m_cbAutoStartWires;
51 wxStaticText* m_staticText26;
52 wxStaticLine* m_staticline4;
53 wxStaticText* m_borderColorLabel;
57 wxStaticText* m_powerSymbolLabel;
58 wxChoice* m_choicePower;
59 wxSimplebook* m_leftClickCmdsBook;
60 wxPanel* m_pageWinLin;
61 wxStaticText* m_leftClickLabel;
62 wxStaticLine* m_staticline6;
63 wxStaticText* m_hint1;
64 wxStaticText* m_staticText91;
65 wxStaticText* m_staticText101;
66 wxStaticText* m_staticText131;
67 wxStaticText* m_staticText141;
68 wxStaticText* m_staticText151;
69 wxStaticText* m_staticText161;
70 wxPanel* m_pageMac;
71 wxStaticText* m_leftClickLabel1;
72 wxStaticLine* m_staticline7;
73 wxStaticText* m_hint2;
74 wxStaticText* m_staticText11;
75 wxStaticText* m_staticText12;
76 wxStaticText* m_staticText9;
77 wxStaticText* m_staticText10;
78 wxStaticText* m_staticText15;
79 wxStaticText* m_staticText16;
80 wxStaticText* m_staticText13;
81 wxStaticText* m_staticText14;
82 wxStaticText* m_staticText32;
83 wxStaticLine* m_staticline10;
87 wxStaticText* m_staticText321;
88 wxStaticLine* m_staticline9;
89 wxStaticText* m_hPitchLabel;
90 wxTextCtrl* m_hPitchCtrl;
91 wxStaticText* m_hPitchUnits;
92 wxStaticText* m_vPitchLabel;
93 wxTextCtrl* m_vPitchCtrl;
94 wxStaticText* m_vPitchUnits;
95 wxStaticText* m_labelIncrementLabel;
97 wxStaticText* m_staticText322;
98 wxStaticLine* m_staticline8;
99 wxCheckBox* m_footprintPreview;
100 wxCheckBox* m_neverShowRescue;
101
102 public:
103
104 PANEL_EESCHEMA_EDITING_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 );
105
107
108};
109
const char * name
A simple color swatch of the kind used to set layer colors.
PANEL_EESCHEMA_EDITING_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)
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)