KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema/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>
13class COLOR_SWATCH;
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/checkbox.h>
26#include <wx/textctrl.h>
27#include <wx/panel.h>
28#include <wx/bmpcbox.h>
29#include <wx/gbsizer.h>
30#include <wx/button.h>
31#include <wx/dialog.h>
32
34
39{
40 private:
41
42 protected:
44 wxBoxSizer* m_gridSizer;
45 wxCheckBox* m_borderCheckbox;
46 wxCheckBox* m_headerBorder;
47 wxStaticText* m_borderWidthLabel;
48 wxTextCtrl* m_borderWidthCtrl;
49 wxStaticText* m_borderWidthUnits;
50 wxStaticText* m_borderColorLabel;
53 wxStaticText* m_borderStyleLabel;
54 wxBitmapComboBox* m_borderStyleCombo;
55 wxCheckBox* m_rowSeparators;
56 wxCheckBox* m_colSeparators;
64 wxBitmapComboBox* m_separatorsStyleCombo;
65 wxStdDialogButtonSizer* m_sdbSizer1;
66 wxButton* m_sdbSizer1OK;
68
69 // Virtual event handlers, override them in your derived class
70 virtual void onSize( wxSizeEvent& event ) { event.Skip(); }
71 virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
72
73
74 public:
75
76 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 );
77
79
80};
81
A simple color swatch of the kind used to set layer colors.
Definition: color_swatch.h:57
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
A modified version of the wxInfoBar class that allows us to:
Definition: wx_infobar.h:75
#define _(s)