KiCad PCB EDA Suite
dialog_graphic_item_properties_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
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
15#include "dialog_shim.h"
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
23#include <wx/gbsizer.h>
24#include <wx/checkbox.h>
25#include <wx/bmpcbox.h>
26#include <wx/sizer.h>
27#include <wx/button.h>
28#include <wx/dialog.h>
29
31
32
37{
38 private:
39
40 protected:
41 wxGridBagSizer* m_sizerLeft;
42 wxStaticText* m_startPointLabel;
43 wxStaticText* m_startXLabel;
44 wxTextCtrl* m_startXCtrl;
45 wxStaticText* m_startXUnits;
46 wxStaticText* m_startYLabel;
47 wxTextCtrl* m_startYCtrl;
48 wxStaticText* m_startYUnits;
49 wxStaticText* m_endPointLabel;
50 wxStaticText* m_endXLabel;
51 wxTextCtrl* m_endXCtrl;
52 wxStaticText* m_endXUnits;
53 wxStaticText* m_endYLabel;
54 wxTextCtrl* m_endYCtrl;
55 wxStaticText* m_endYUnits;
56 wxStaticText* m_bezierCtrlPt1Label;
57 wxStaticText* m_BezierPointC1XLabel;
58 wxTextCtrl* m_BezierC1X_Ctrl;
59 wxStaticText* m_BezierPointC1XUnit;
60 wxStaticText* m_BezierPointC1YLabel;
61 wxTextCtrl* m_BezierC1Y_Ctrl;
62 wxStaticText* m_BezierPointC1YUnit;
63 wxStaticText* m_bezierCtrlPt2Label;
64 wxStaticText* m_BezierPointC2XLabel;
65 wxTextCtrl* m_BezierC2X_Ctrl;
66 wxStaticText* m_BezierPointC2XUnit;
67 wxStaticText* m_BezierPointC2YLabel;
68 wxTextCtrl* m_BezierC2Y_Ctrl;
69 wxStaticText* m_BezierPointC2YUnit;
70 wxStaticText* m_angleLabel;
71 wxTextCtrl* m_angleCtrl;
72 wxStaticText* m_angleUnits;
73 wxCheckBox* m_locked;
74 wxCheckBox* m_filledCtrl;
75 wxStaticText* m_thicknessLabel;
76 wxTextCtrl* m_thicknessCtrl;
77 wxStaticText* m_thicknessUnits;
78 wxStaticText* m_lineStyleLabel;
79 wxBitmapComboBox* m_lineStyleCombo;
80 wxStaticText* m_LayerLabel;
82 wxStdDialogButtonSizer* m_StandardButtonsSizer;
85
86 // Virtual event handlers, override them in your derived class
87 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
88 virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
89 virtual void onFilledCheckbox( wxCommandEvent& event ) { event.Skip(); }
90
91
92 public:
93
94 DIALOG_GRAPHIC_ITEM_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Graphic Item Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSYSTEM_MENU );
95
97
98};
99
Class DIALOG_GRAPHIC_ITEM_PROPERTIES_BASE.
DIALOG_GRAPHIC_ITEM_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Graphic Item Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSYSTEM_MENU)
virtual void OnInitDlg(wxInitDialogEvent &event)
virtual void onFilledCheckbox(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:83
Class to display a pcb layer list in a wxBitmapComboBox.
#define _(s)