2013-05-25 23:36:44 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2025-01-01 16:32:36 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
|
2013-05-25 23:36:44 -05:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-26 09:38:45 -05:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-25 23:36:44 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2021-07-21 17:37:49 -04:00
|
|
|
#pragma once
|
2013-05-25 23:36:44 -05:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2022-11-18 15:27:53 +00:00
|
|
|
class WX_HTML_REPORT_PANEL;
|
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
#include "dialog_shim.h"
|
2024-07-15 18:20:13 -04:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
2013-05-25 23:36:44 -05:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2024-07-15 18:20:13 -04:00
|
|
|
#include <wx/textctrl.h>
|
2013-05-25 23:36:44 -05:00
|
|
|
#include <wx/sizer.h>
|
2024-07-15 18:20:13 -04:00
|
|
|
#include <wx/notebook.h>
|
|
|
|
#include <wx/panel.h>
|
2013-05-25 23:36:44 -05:00
|
|
|
#include <wx/button.h>
|
2021-07-21 17:37:49 -04:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2019-01-08 04:26:36 -08:00
|
|
|
#include <wx/dialog.h>
|
2013-05-25 23:36:44 -05:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2025-01-01 16:32:36 +00:00
|
|
|
#define ID_CHANGE_NOTEBOOK_PAGE 1000
|
|
|
|
#define ID_ADD_PLUGIN 1001
|
|
|
|
#define ID_DEL_PLUGIN 1002
|
|
|
|
#define wxID_BROWSE_PLUGINS 1003
|
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2022-12-11 18:14:54 +00:00
|
|
|
/// Class DIALOG_EXPORT_NETLIST_BASE
|
2013-05-25 23:36:44 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2022-12-11 18:14:54 +00:00
|
|
|
class DIALOG_EXPORT_NETLIST_BASE : public DIALOG_SHIM
|
2013-05-25 23:36:44 -05:00
|
|
|
{
|
|
|
|
private:
|
2021-07-21 17:37:49 -04:00
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
protected:
|
2024-07-15 18:20:13 -04:00
|
|
|
wxStaticText* m_staticTextOutputPath;
|
|
|
|
wxTextCtrl* m_outputPath;
|
2013-05-25 23:36:44 -05:00
|
|
|
wxNotebook* m_NoteBook;
|
2022-11-18 15:27:53 +00:00
|
|
|
WX_HTML_REPORT_PANEL* m_MessagesBox;
|
2019-08-04 15:43:23 -06:00
|
|
|
wxBoxSizer* m_buttonSizer;
|
2019-05-27 20:43:39 +02:00
|
|
|
wxButton* m_buttonAddGenerator;
|
|
|
|
wxButton* m_buttonDelGenerator;
|
2019-08-04 15:43:23 -06:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer2;
|
|
|
|
wxButton* m_sdbSizer2OK;
|
|
|
|
wxButton* m_sdbSizer2Cancel;
|
2021-07-21 17:37:49 -04:00
|
|
|
|
2022-11-18 15:27:53 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2013-05-25 23:36:44 -05:00
|
|
|
virtual void OnNetlistTypeSelection( wxNotebookEvent& event ) { event.Skip(); }
|
2019-05-27 20:43:39 +02:00
|
|
|
virtual void OnAddGenerator( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnDelGenerator( wxCommandEvent& event ) { event.Skip(); }
|
2021-07-21 17:37:49 -04:00
|
|
|
|
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
public:
|
2021-07-21 17:37:49 -04:00
|
|
|
|
2022-12-11 18:14:54 +00:00
|
|
|
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 );
|
2022-11-18 15:27:53 +00:00
|
|
|
|
2022-12-11 18:14:54 +00:00
|
|
|
~DIALOG_EXPORT_NETLIST_BASE();
|
2021-07-21 17:37:49 -04:00
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-05-27 20:43:39 +02:00
|
|
|
/// Class NETLIST_DIALOG_ADD_GENERATOR_BASE
|
2013-05-25 23:36:44 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-05-27 20:43:39 +02:00
|
|
|
class NETLIST_DIALOG_ADD_GENERATOR_BASE : public DIALOG_SHIM
|
2013-05-25 23:36:44 -05:00
|
|
|
{
|
|
|
|
private:
|
2021-07-21 17:37:49 -04:00
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
protected:
|
|
|
|
wxStaticText* m_staticTextName;
|
|
|
|
wxTextCtrl* m_textCtrlName;
|
2019-08-04 15:43:23 -06:00
|
|
|
wxStaticText* m_staticTextCmd;
|
|
|
|
wxTextCtrl* m_textCtrlCommand;
|
2019-05-27 20:43:39 +02:00
|
|
|
wxButton* m_buttonGenerator;
|
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2021-07-21 17:37:49 -04:00
|
|
|
|
2022-11-18 15:27:53 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2019-05-27 20:43:39 +02:00
|
|
|
virtual void OnBrowseGenerators( wxCommandEvent& event ) { event.Skip(); }
|
2021-07-21 17:37:49 -04:00
|
|
|
|
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
public:
|
2021-07-21 17:37:49 -04:00
|
|
|
|
2024-03-12 17:47:24 +00:00
|
|
|
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 );
|
2022-11-18 15:27:53 +00:00
|
|
|
|
2019-05-27 20:43:39 +02:00
|
|
|
~NETLIST_DIALOG_ADD_GENERATOR_BASE();
|
2021-07-21 17:37:49 -04:00
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
};
|
|
|
|
|