KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_export_netlist_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 "dialog_shim.h"
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/sizer.h>
24#include <wx/notebook.h>
25#include <wx/panel.h>
26#include <wx/button.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/dialog.h>
31
33
34#define ID_CHANGE_NOTEBOOK_PAGE 6000
35#define ID_ADD_PLUGIN 6001
36#define ID_DEL_PLUGIN 6002
37#define wxID_BROWSE_PLUGINS 6003
38
43{
44 private:
45
46 protected:
48 wxTextCtrl* m_outputPath;
49 wxNotebook* m_NoteBook;
51 wxBoxSizer* m_buttonSizer;
54 wxStdDialogButtonSizer* m_sdbSizer2;
55 wxButton* m_sdbSizer2OK;
57
58 // Virtual event handlers, override them in your derived class
59 virtual void OnNetlistTypeSelection( wxNotebookEvent& event ) { event.Skip(); }
60 virtual void OnAddGenerator( wxCommandEvent& event ) { event.Skip(); }
61 virtual void OnDelGenerator( wxCommandEvent& event ) { event.Skip(); }
62
63
64 public:
65
66 DIALOG_EXPORT_NETLIST_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Export Netlist"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
67
69
70};
71
76{
77 private:
78
79 protected:
80 wxStaticText* m_staticTextName;
81 wxTextCtrl* m_textCtrlName;
82 wxStaticText* m_staticTextCmd;
83 wxTextCtrl* m_textCtrlCommand;
85 wxStdDialogButtonSizer* m_sdbSizer;
86 wxButton* m_sdbSizerOK;
88
89 // Virtual event handlers, override them in your derived class
90 virtual void OnBrowseGenerators( wxCommandEvent& event ) { event.Skip(); }
91
92
93 public:
94
95 NETLIST_DIALOG_ADD_GENERATOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Add Script-based Netlist Exporter"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
96
98
99};
100
Class DIALOG_EXPORT_NETLIST_BASE.
wxStdDialogButtonSizer * m_sdbSizer2
virtual void OnAddGenerator(wxCommandEvent &event)
virtual void OnDelGenerator(wxCommandEvent &event)
WX_HTML_REPORT_PANEL * m_MessagesBox
virtual void OnNetlistTypeSelection(wxNotebookEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
Class NETLIST_DIALOG_ADD_GENERATOR_BASE.
virtual void OnBrowseGenerators(wxCommandEvent &event)
A widget for browsing a rich text error/status report.
#define _(s)