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/statbox.h>
35#include <wx/panel.h>
36#include <wx/splitter.h>
37
39
44{
45 private:
46
47 protected:
48 wxStaticText* m_nameLabel;
49 wxTextCtrl* m_name;
50 wxStaticText* m_typeLabel;
51 wxChoice* m_type;
53 wxTextCtrl* m_targetImpedance;
54 wxStaticText* m_ohmsLabel;
57 wxStaticLine* m_staticline1;
58 wxSplitterWindow* m_splitter1;
59 wxPanel* m_panel3;
63 wxPanel* m_panel4;
66 wxStaticText* m_viaPropSpeedUnits;
71
72 // Virtual event handlers, override them in your derived class
73 virtual void OnProfileNameChanged( wxCommandEvent& event ) { event.Skip(); }
74 virtual void OnChangeProfileType( wxCommandEvent& event ) { event.Skip(); }
75 virtual void OnAddTrackRow( wxCommandEvent& event ) { event.Skip(); }
76 virtual void OnRemoveTrackRow( wxCommandEvent& event ) { event.Skip(); }
77 virtual void OnAddViaOverride( wxCommandEvent& event ) { event.Skip(); }
78 virtual void OnRemoveViaOverride( wxCommandEvent& event ) { event.Skip(); }
79
80
81 public:
82
83 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 );
84
86
87 void m_splitter1OnIdle( wxIdleEvent& )
88 {
89 m_splitter1->SetSashPosition( 0 );
90 m_splitter1->Disconnect( wxEVT_IDLE, wxIdleEventHandler( PANEL_SETUP_TUNING_PROFILE_INFO_BASE::m_splitter1OnIdle ), NULL, this );
91 }
92
93};
94
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.