KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_startwizard_settings_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>
14
15#include <wx/string.h>
16#include <wx/stattext.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/radiobut.h>
22#include <wx/combobox.h>
23#include <wx/bmpbuttn.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/button.h>
28#include <wx/sizer.h>
29#include <wx/panel.h>
30
31#include "kicommon.h"
32
34
39{
40 private:
41
42 protected:
43 wxBoxSizer* m_sizer;
44 wxStaticText* m_staticText2;
45 wxRadioButton* m_btnPrevVer;
46 wxComboBox* m_cbPath;
48 wxStaticText* m_lblPathError;
49 wxRadioButton* m_btnUseDefaults;
50
51 // Virtual event handlers, override them in your derived class
52 virtual void OnPrevVerSelected( wxCommandEvent& event ) { event.Skip(); }
53 virtual void OnPathChanged( wxCommandEvent& event ) { event.Skip(); }
54 virtual void OnPathDefocused( wxFocusEvent& event ) { event.Skip(); }
55 virtual void OnChoosePath( wxCommandEvent& event ) { event.Skip(); }
56 virtual void OnDefaultSelected( wxCommandEvent& event ) { event.Skip(); }
57
58
59 public:
60
61 PANEL_STARTWIZARD_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
62
64
65};
66
const char * name
Class PANEL_STARTWIZARD_SETTINGS_BASE.
virtual void OnDefaultSelected(wxCommandEvent &event)
virtual void OnPathDefocused(wxFocusEvent &event)
virtual void OnPathChanged(wxCommandEvent &event)
virtual void OnChoosePath(wxCommandEvent &event)
virtual void OnPrevVerSelected(wxCommandEvent &event)
PANEL_STARTWIZARD_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
A bitmap button widget that behaves like a standard dialog button except with an icon.
#define KICOMMON_API
Definition kicommon.h:28