KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_tuning_profile_info_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>
14class WX_GRID;
15
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
23#include <wx/choice.h>
24#include <wx/sizer.h>
25#include <wx/checkbox.h>
26#include <wx/statline.h>
27#include <wx/gbsizer.h>
28#include <wx/grid.h>
29#include <wx/bmpbuttn.h>
30#include <wx/bitmap.h>
31#include <wx/image.h>
32#include <wx/icon.h>
33#include <wx/button.h>
34#include <wx/panel.h>
35#include <wx/splitter.h>
36
38
43{
44 private:
45
46 protected:
47 wxStaticText* m_nameLabel;
48 wxTextCtrl* m_name;
49 wxStaticText* m_typeLabel;
50 wxChoice* m_type;
52 wxTextCtrl* m_targetImpedance;
53 wxStaticText* m_ohmsLabel;
55 wxTextCtrl* m_frequency;
58 wxCheckBox* m_modelSolderMask;
59 wxStaticLine* m_staticline1;
60 wxSplitterWindow* m_splitter1;
67 wxStaticText* m_viaPropagationLabel;
70 wxStaticText* m_viaPropSpeedUnits;
75
76 // Virtual event handlers, override them in your derived class
77 virtual void OnProfileNameChanged( wxCommandEvent& event ) { event.Skip(); }
78 virtual void OnChangeProfileType( wxCommandEvent& event ) { event.Skip(); }
79 virtual void OnAddTrackRow( wxCommandEvent& event ) { event.Skip(); }
80 virtual void OnRemoveTrackRow( wxCommandEvent& event ) { event.Skip(); }
81 virtual void OnAddViaOverride( wxCommandEvent& event ) { event.Skip(); }
82 virtual void OnRemoveViaOverride( wxCommandEvent& event ) { event.Skip(); }
83
84
85 public:
86
87 PANEL_SETUP_TUNING_PROFILE_INFO_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 719,506 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
88
90
91 void m_splitter1OnIdle( wxIdleEvent& )
92 {
93 m_splitter1->SetSashPosition( 200 );
94 m_splitter1->Disconnect( wxEVT_IDLE, wxIdleEventHandler( PANEL_SETUP_TUNING_PROFILE_INFO_BASE::m_splitter1OnIdle ), NULL, this );
95 }
96
97};
98
const char * name
PANEL_SETUP_TUNING_PROFILE_INFO_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(719, 506), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
virtual void OnProfileNameChanged(wxCommandEvent &event)
virtual void OnChangeProfileType(wxCommandEvent &event)
virtual void OnRemoveViaOverride(wxCommandEvent &event)
A bitmap button widget that behaves like a standard dialog button except with an icon.