KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_footprint_wizard_list_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>
13#include "dialog_shim.h"
14#include <wx/colour.h>
15#include <wx/settings.h>
16#include <wx/string.h>
17#include <wx/font.h>
18#include <wx/grid.h>
19#include <wx/gdicmn.h>
20#include <wx/sizer.h>
21#include <wx/panel.h>
22#include <wx/bitmap.h>
23#include <wx/image.h>
24#include <wx/icon.h>
25#include <wx/stattext.h>
26#include <wx/textctrl.h>
27#include <wx/button.h>
28#include <wx/notebook.h>
29#include <wx/dialog.h>
30
32
33
38{
39 private:
40
41 protected:
42 wxNotebook* m_notebook;
45 wxPanel* m_panelInfo;
47 wxTextCtrl* m_tcSearchPaths;
48 wxStaticText* m_staticTextNotLoaded;
49 wxTextCtrl* m_tcNotLoaded;
52 wxStdDialogButtonSizer* m_sdbSizer;
53 wxButton* m_sdbSizerOK;
55
56 // Virtual event handlers, override them in your derived class
57 virtual void OnCellFpGeneratorClick( wxGridEvent& event ) { event.Skip(); }
58 virtual void OnCellFpGeneratorDoubleClick( wxGridEvent& event ) { event.Skip(); }
59 virtual void onShowTrace( wxCommandEvent& event ) { event.Skip(); }
60 virtual void onUpdatePythonModulesClick( wxCommandEvent& event ) { event.Skip(); }
61
62
63 public:
64
65 DIALOG_FOOTPRINT_WIZARD_LIST_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Footprint Generators"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
66
68
69};
70
75{
76 private:
77
78 protected:
79 wxStdDialogButtonSizer* m_sdbSizer;
80 wxButton* m_sdbSizerOK;
81
82 public:
83 wxTextCtrl* m_Message;
84
85 DIALOG_FOOTPRINT_WIZARD_LOG( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Traceback of Python Script Errors"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
86
88
89};
90
Class DIALOG_FOOTPRINT_WIZARD_LIST_BASE.
virtual void onShowTrace(wxCommandEvent &event)
virtual void OnCellFpGeneratorClick(wxGridEvent &event)
virtual void onUpdatePythonModulesClick(wxCommandEvent &event)
virtual void OnCellFpGeneratorDoubleClick(wxGridEvent &event)
Class DIALOG_FOOTPRINT_WIZARD_LOG.
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
#define _(s)