KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_lib_new_symbol_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 WX_INFOBAR;
14
15#include "dialog_shim.h"
16#include <wx/infobar.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/string.h>
22#include <wx/stattext.h>
23#include <wx/textctrl.h>
25#include <wx/spinctrl.h>
26#include <wx/sizer.h>
27#include <wx/checkbox.h>
28#include <wx/button.h>
29#include <wx/dialog.h>
30
32
37{
39 private:
40
41 // Private event handlers
42 void _wxFB_onPowerCheckBox( wxCommandEvent& event ){ onPowerCheckBox( event ); }
43
44
45 protected:
47 wxStaticText* m_staticTextName;
48 wxTextCtrl* m_textName;
49 wxStaticText* m_staticText5;
51 wxStaticText* m_staticTextDes;
52 wxTextCtrl* m_textReference;
53 wxStaticText* m_staticTextUnits;
54 wxSpinCtrl* m_spinPartCount;
64 wxCheckBox* m_checkShowPinName;
66 wxStdDialogButtonSizer* m_sdbSizer;
67 wxButton* m_sdbSizerOK;
69
70 // Virtual event handlers, override them in your derived class
71 virtual void onPowerCheckBox( wxCommandEvent& event ) { event.Skip(); }
72
73
74 public:
75
76 DIALOG_LIB_NEW_SYMBOL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Symbol"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
77
79
80};
81
Class DIALOG_LIB_NEW_SYMBOL_BASE.
wxStdDialogButtonSizer * m_sdbSizer
SYMBOL_FILTER_COMBOBOX * m_comboInheritanceSelect
virtual void onPowerCheckBox(wxCommandEvent &event)
void _wxFB_onPowerCheckBox(wxCommandEvent &event)
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:76
#define _(s)