KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_sheet_pin_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;
16
17#include "dialog_shim.h"
18#include <wx/string.h>
19#include <wx/stattext.h>
20#include <wx/gdicmn.h>
21#include <wx/font.h>
22#include <wx/colour.h>
23#include <wx/settings.h>
24#include <wx/combobox.h>
25#include <wx/hyperlink.h>
26#include <wx/sizer.h>
27#include <wx/radiobut.h>
28#include <wx/statbox.h>
29#include <wx/choice.h>
30#include <wx/bmpbuttn.h>
31#include <wx/bitmap.h>
32#include <wx/image.h>
33#include <wx/icon.h>
34#include <wx/button.h>
35#include <wx/textctrl.h>
36#include <wx/panel.h>
37#include <wx/gbsizer.h>
38#include <wx/dialog.h>
39
41
42
47{
48 private:
49
50 protected:
51 wxStaticText* m_staticText1;
52 wxComboBox* m_comboName;
53 wxHyperlinkCtrl* m_hyperlink1;
54 wxStaticBoxSizer* m_shapeSizer;
55 wxRadioButton* m_input;
56 wxRadioButton* m_output;
57 wxRadioButton* m_bidirectional;
58 wxRadioButton* m_triState;
59 wxRadioButton* m_passive;
60 wxStaticText* m_fontLabel;
66 wxStaticText* m_textSizeLabel;
67 wxTextCtrl* m_textSizeCtrl;
68 wxStaticText* m_textSizeUnits;
69 wxStaticText* m_textColorLabel;
72 wxStdDialogButtonSizer* m_sdbSizer;
73 wxButton* m_sdbSizerOK;
75
76 // Virtual event handlers, override them in your derived class
77 virtual void onComboBox( wxCommandEvent& event ) { event.Skip(); }
78 virtual void OnSyntaxHelp( wxHyperlinkEvent& event ) { event.Skip(); }
79 virtual void onOKButton( wxCommandEvent& event ) { event.Skip(); }
80
81
82 public:
83
84 DIALOG_SHEET_PIN_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sheet Pin Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
85
87
88};
89
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_SHEET_PIN_PROPERTIES_BASE.
virtual void OnSyntaxHelp(wxHyperlinkEvent &event)
virtual void onOKButton(wxCommandEvent &event)
virtual void onComboBox(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
#define _(s)