KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
eeschema/dialogs/dialog_tablecell_properties_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>
13class BITMAP_BUTTON;
14class COLOR_SWATCH;
15class FONT_CHOICE;
16class WX_INFOBAR;
17
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/stattext.h>
26#include <wx/stc/stc.h>
27#include <wx/sizer.h>
28#include <wx/bmpbuttn.h>
29#include <wx/bitmap.h>
30#include <wx/image.h>
31#include <wx/icon.h>
32#include <wx/button.h>
33#include <wx/checkbox.h>
34#include <wx/choice.h>
35#include <wx/textctrl.h>
36#include <wx/gbsizer.h>
37#include <wx/panel.h>
38#include <wx/simplebook.h>
39#include <wx/dialog.h>
40
42
47{
48 private:
49
50 protected:
52 wxStaticText* m_cellTextLabel;
53 wxStyledTextCtrl* m_cellTextCtrl;
57 wxStaticText* vAlignLabel;
61 wxStaticText* m_styleLabel;
62 wxCheckBox* m_bold;
63 wxCheckBox* m_italic;
64 wxStaticText* m_fontLabel;
66 wxStaticText* m_textSizeLabel;
67 wxTextCtrl* m_textSizeCtrl;
68 wxStaticText* m_textSizeUnits;
69 wxStaticText* m_textColorLabel;
70 wxSimplebook* m_textColorBook;
75 wxStaticText* m_fillColorLabel;
76 wxSimplebook* m_fillColorBook;
81 wxTextCtrl* m_marginTopCtrl;
82 wxStaticText* m_marginTopUnits;
83 wxTextCtrl* m_marginLeftCtrl;
84 wxTextCtrl* m_marginRightCtrl;
85 wxTextCtrl* m_marginBottomCtrl;
86 wxButton* m_editTable;
87 wxStdDialogButtonSizer* m_sdbSizer1;
88 wxButton* m_sdbSizer1OK;
90
91 // Virtual event handlers, override them in your derived class
92 virtual void onMultiLineTCLostFocus( wxFocusEvent& event ) { event.Skip(); }
93 virtual void onTextColorPopup( wxCommandEvent& event ) { event.Skip(); }
94 virtual void onFillColorPopup( wxCommandEvent& event ) { event.Skip(); }
95 virtual void onEditTable( wxCommandEvent& event ) { event.Skip(); }
96
97
98 public:
99
100 DIALOG_TABLECELL_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Table Cell Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
101
103
104};
105
A bitmap button widget that behaves like an AUI toolbar item's button when it is drawn.
Definition: bitmap_button.h:42
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:52
A modified version of the wxInfoBar class that allows us to:
Definition: wx_infobar.h:76
#define _(s)