KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema/dialogs/dialog_text_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 BITMAP_BUTTON;
14class COLOR_SWATCH;
15class FONT_CHOICE;
16class WX_COMBOBOX;
17class WX_INFOBAR;
18
19#include "dialog_shim.h"
20#include <wx/infobar.h>
21#include <wx/gdicmn.h>
22#include <wx/font.h>
23#include <wx/colour.h>
24#include <wx/settings.h>
25#include <wx/string.h>
26#include <wx/stattext.h>
27#include <wx/stc/stc.h>
28#include <wx/hyperlink.h>
29#include <wx/sizer.h>
30#include <wx/checkbox.h>
31#include <wx/choice.h>
32#include <wx/bmpbuttn.h>
33#include <wx/bitmap.h>
34#include <wx/image.h>
35#include <wx/icon.h>
36#include <wx/button.h>
37#include <wx/textctrl.h>
38#include <wx/panel.h>
39#include <wx/bmpcbox.h>
40#include <wx/gbsizer.h>
41#include <wx/dialog.h>
42
44
49{
50 private:
51
52 protected:
54 wxGridBagSizer* m_textEntrySizer;
55 wxStaticText* m_textLabel;
56 wxStyledTextCtrl* m_textCtrl;
57 wxHyperlinkCtrl* m_syntaxHelp;
58 wxCheckBox* m_excludeFromSim;
59 wxStaticText* m_fontLabel;
76 wxStaticText* m_textSizeLabel;
77 wxTextCtrl* m_textSizeCtrl;
78 wxStaticText* m_textSizeUnits;
79 wxStaticText* m_textColorLabel;
82 wxCheckBox* m_borderCheckbox;
83 wxStaticText* m_borderWidthLabel;
84 wxTextCtrl* m_borderWidthCtrl;
85 wxStaticText* m_borderWidthUnits;
86 wxStaticText* m_borderColorLabel;
89 wxStaticText* m_borderStyleLabel;
90 wxBitmapComboBox* m_borderStyleCombo;
91 wxCheckBox* m_filledCtrl;
92 wxStaticText* m_fillColorLabel;
95 wxCheckBox* m_hyperlinkCb;
97 wxStdDialogButtonSizer* m_sdbSizer1;
98 wxButton* m_sdbSizer1OK;
100
101 // Virtual event handlers, override them in your derived class
102 virtual void onMultiLineTCLostFocus( wxFocusEvent& event ) { event.Skip(); }
103 virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
104 virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
105 virtual void onFillChecked( wxCommandEvent& event ) { event.Skip(); }
106 virtual void onHyperlinkChecked( wxCommandEvent& event ) { event.Skip(); }
107 virtual void onHyperlinkCombo( wxCommandEvent& event ) { event.Skip(); }
108 virtual void onHyperlinkText( wxCommandEvent& event ) { event.Skip(); }
109
110
111 public:
112
113 DIALOG_TEXT_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
114
116
117};
118
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:84
virtual void onHyperlinkChecked(wxCommandEvent &event)
virtual void onHyperlinkText(wxCommandEvent &event)
virtual void OnFormattingHelp(wxHyperlinkEvent &event)
virtual void onMultiLineTCLostFocus(wxFocusEvent &event)
virtual void onHyperlinkCombo(wxCommandEvent &event)
virtual void onBorderChecked(wxCommandEvent &event)
Fix some issues with wxCombobox:
Definition: wx_combobox.h:33
A modified version of the wxInfoBar class that allows us to:
Definition: wx_infobar.h:75
#define _(s)