KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcbnew/dialogs/dialog_table_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_INFOBAR;
15
16#include "dialog_shim.h"
17#include <wx/infobar.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/string.h>
23#include <wx/stattext.h>
24#include <wx/sizer.h>
25#include <wx/bmpcbox.h>
26#include <wx/checkbox.h>
27#include <wx/textctrl.h>
28#include <wx/gbsizer.h>
29#include <wx/button.h>
30#include <wx/dialog.h>
31
33
38{
39 private:
40
41 protected:
43 wxBoxSizer* m_gridSizer;
44 wxStaticText* m_layerLabel;
46 wxCheckBox* m_cbLocked;
47 wxCheckBox* m_borderCheckbox;
48 wxCheckBox* m_headerBorder;
49 wxStaticText* m_borderWidthLabel;
50 wxTextCtrl* m_borderWidthCtrl;
51 wxStaticText* m_borderWidthUnits;
52 wxStaticText* m_borderStyleLabel;
53 wxBitmapComboBox* m_borderStyleCombo;
54 wxCheckBox* m_rowSeparators;
55 wxCheckBox* m_colSeparators;
56 wxStaticText* m_separatorsWidthLabel;
57 wxTextCtrl* m_separatorsWidthCtrl;
58 wxStaticText* m_separatorsWidthUnits;
59 wxStaticText* m_separatorsStyleLabel;
60 wxBitmapComboBox* m_separatorsStyleCombo;
61 wxStdDialogButtonSizer* m_sdbSizer1;
62 wxButton* m_sdbSizer1OK;
63 wxButton* m_sdbSizer1Cancel;
64
65 // Virtual event handlers, override them in your derived class
66 virtual void onSize( wxSizeEvent& event ) { event.Skip(); }
67 virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
68
69
70 public:
71
72 DIALOG_TABLE_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Table Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
73
75
76};
77
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
DIALOG_TABLE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Table Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void onBorderChecked(wxCommandEvent &event)
Class to display a pcb layer list in a wxBitmapComboBox.
A modified version of the wxInfoBar class that allows us to:
Definition: wx_infobar.h:75
#define _(s)