KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_snapping_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/choice.h>
22#include <wx/sizer.h>
23#include <wx/checkbox.h>
24#include <wx/panel.h>
25
27
32{
33 private:
34
35 protected:
36 wxStaticText* m_gridSnappingLabel;
37 wxStaticLine* m_gridSnappingLine;
38 wxStaticText* m_gridSnapLabel;
40 wxStaticText* m_objectSnappingLabel;
41 wxStaticLine* m_objectSnappingLine;
43 wxStaticText* m_padSnapLabel;
44 wxChoice* m_padSnapChoice;
45 wxStaticText* m_trackSnapLabel;
47 wxStaticText* m_graphicsSnapLabel;
49 wxCheckBox* m_snapAllLayers;
50 wxStaticText* m_snapInferenceLabel;
51 wxStaticLine* m_snapInferenceLine;
57
58 public:
59
60 PANEL_SNAPPING_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 );
61
63
64};
65
const char * name
wxStaticText * m_gridSnappingLabel
PANEL_SNAPPING_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)
wxStaticText * m_objectSnappingLabel
wxBoxSizer * m_sizerSnapInference
wxCheckBox * m_snapAlignmentDistribution
wxBoxSizer * m_sizerObjectSnapping
wxCheckBox * m_snapConstructionExtensions
wxStaticText * m_trackSnapLabel
wxStaticText * m_snapInferenceLabel
wxStaticLine * m_gridSnappingLine
wxStaticLine * m_objectSnappingLine
wxStaticText * m_padSnapLabel
wxStaticText * m_graphicsSnapLabel
wxCheckBox * m_snapTangentNormal
wxStaticLine * m_snapInferenceLine
wxCheckBox * m_snapObjectGeometry
wxStaticText * m_gridSnapLabel
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)