KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_label_properties_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
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;
17class WX_GRID;
18
19#include "dialog_shim.h"
20#include <wx/string.h>
21#include <wx/stattext.h>
22#include <wx/gdicmn.h>
23#include <wx/font.h>
24#include <wx/colour.h>
25#include <wx/settings.h>
26#include <wx/textctrl.h>
27#include <wx/combobox.h>
28#include <wx/hyperlink.h>
29#include <wx/sizer.h>
30#include <wx/grid.h>
31#include <wx/bmpbuttn.h>
32#include <wx/bitmap.h>
33#include <wx/image.h>
34#include <wx/icon.h>
35#include <wx/button.h>
36#include <wx/statbox.h>
37#include <wx/radiobut.h>
38#include <wx/choice.h>
39#include <wx/checkbox.h>
40#include <wx/panel.h>
41#include <wx/gbsizer.h>
42#include <wx/dialog.h>
43
45
50{
51 private:
52
53 protected:
54 enum
55 {
56 wxID_VALUESINGLE = 1000
57 };
58
59 wxFlexGridSizer* m_textEntrySizer;
60 wxStaticText* m_labelSingleLine;
61 wxTextCtrl* m_valueSingleLine;
62 wxStaticText* m_labelCombo;
63 wxComboBox* m_valueCombo;
64 wxHyperlinkCtrl* m_syntaxHelp;
70 wxStaticBoxSizer* m_shapeSizer;
71 wxRadioButton* m_input;
72 wxRadioButton* m_output;
73 wxRadioButton* m_bidirectional;
74 wxRadioButton* m_triState;
75 wxRadioButton* m_passive;
76 wxRadioButton* m_dot;
77 wxRadioButton* m_circle;
78 wxRadioButton* m_diamond;
79 wxRadioButton* m_rectangle;
80 wxGridBagSizer* m_formattingGB;
81 wxStaticText* m_fontLabel;
83 wxBoxSizer* m_iconBar;
92 wxCheckBox* m_autoRotate;
94 wxStaticText* m_textSizeLabel;
95 wxTextCtrl* m_textSizeCtrl;
96 wxStaticText* m_textSizeUnits;
97 wxStaticText* m_textColorLabel;
100 wxStdDialogButtonSizer* m_sdbSizer1;
101 wxButton* m_sdbSizer1OK;
103
104 // Virtual event handlers, override them in your derived class
105 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
106 virtual void OnValueCharHook( wxKeyEvent& event ) { event.Skip(); }
107 virtual void OnEnterKey( wxCommandEvent& event ) { event.Skip(); }
108 virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
109 virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); }
110 virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); }
111 virtual void OnMoveUp( wxCommandEvent& event ) { event.Skip(); }
112 virtual void OnMoveDown( wxCommandEvent& event ) { event.Skip(); }
113 virtual void OnDeleteField( wxCommandEvent& event ) { event.Skip(); }
114
115
116 public:
117
118 DIALOG_LABEL_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Label Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
119
121
122};
123
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
Class DIALOG_LABEL_PROPERTIES_BASE.
virtual void OnEnterKey(wxCommandEvent &event)
virtual void OnMoveDown(wxCommandEvent &event)
virtual void OnMoveUp(wxCommandEvent &event)
virtual void OnFormattingHelp(wxHyperlinkEvent &event)
virtual void OnAddField(wxCommandEvent &event)
virtual void OnSizeGrid(wxSizeEvent &event)
virtual void OnUpdateUI(wxUpdateUIEvent &event)
virtual void OnValueCharHook(wxKeyEvent &event)
virtual void OnDeleteField(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
A bitmap button widget that behaves like a standard dialog button except with an icon.
#define _(s)