KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_sheet_properties_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>
14class WX_GRID;
15class WX_INFOBAR;
16
18#include "dialog_shim.h"
19#include <wx/infobar.h>
20#include <wx/gdicmn.h>
21#include <wx/font.h>
22#include <wx/colour.h>
23#include <wx/settings.h>
24#include <wx/string.h>
25#include <wx/grid.h>
26#include <wx/bmpbuttn.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/button.h>
31#include <wx/sizer.h>
32#include <wx/statbox.h>
33#include <wx/stattext.h>
34#include <wx/textctrl.h>
35#include <wx/checkbox.h>
36#include <wx/dialog.h>
37
39
40
45{
46 private:
47
48 protected:
50 wxBoxSizer* m_longForm;
58 wxCheckBox* m_cbExcludeFromSim;
59 wxCheckBox* m_cbExcludeFromBom;
61 wxCheckBox* m_cbDNP;
62 wxStaticText* m_borderLabel;
63 wxStaticText* m_borderWidthLabel;
64 wxTextCtrl* m_borderWidthCtrl;
65 wxStaticText* m_borderWidthUnits;
66 wxStaticText* m_borderColorLabel;
68 wxStaticText* m_fillLabel;
71 wxBoxSizer* m_sizerBottom;
73 wxStaticText* m_hierarchicalPath;
74 wxStdDialogButtonSizer* m_stdDialogButtonSizer;
77
78 // Virtual event handlers, override them in your derived class
79 virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
80 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
81 virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); }
82 virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); }
83 virtual void OnMoveUp( wxCommandEvent& event ) { event.Skip(); }
84 virtual void OnMoveDown( wxCommandEvent& event ) { event.Skip(); }
85 virtual void OnDeleteField( wxCommandEvent& event ) { event.Skip(); }
86 virtual void OnCheckBox( wxCommandEvent& event ) { event.Skip(); }
87
88
89 public:
90
91 DIALOG_SHEET_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sheet Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
92
94
95};
96
A simple color swatch of the kind used to set layer colors.
Definition: color_swatch.h:57
Class DIALOG_SHEET_PROPERTIES_BASE.
virtual void OnDeleteField(wxCommandEvent &event)
virtual void OnUpdateUI(wxUpdateUIEvent &event)
virtual void OnAddField(wxCommandEvent &event)
virtual void OnMoveUp(wxCommandEvent &event)
virtual void OnMoveDown(wxCommandEvent &event)
wxStdDialogButtonSizer * m_stdDialogButtonSizer
virtual void OnCheckBox(wxCommandEvent &event)
virtual void OnInitDlg(wxInitDialogEvent &event)
virtual void OnSizeGrid(wxSizeEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
A bitmap button widget that behaves like a standard dialog button except with an icon.
A modified version of the wxInfoBar class that allows us to:
Definition: wx_infobar.h:75
#define _(s)