KiCad PCB EDA Suite
|
#include <wx/artprov.h>
#include <wx/xrc/xmlres.h>
#include <wx/intl.h>
#include "dialog_shim.h"
#include <wx/string.h>
#include <wx/stattext.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/textctrl.h>
#include <wx/sizer.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/button.h>
#include <wx/bitmap.h>
#include <wx/image.h>
#include <wx/icon.h>
#include <wx/dialog.h>
Go to the source code of this file.
Classes | |
class | DIALOG_EXPORT_NETLIST_BASE |
Class DIALOG_EXPORT_NETLIST_BASE. More... | |
class | NETLIST_DIALOG_ADD_GENERATOR_BASE |
Class NETLIST_DIALOG_ADD_GENERATOR_BASE. More... | |
Macros | |
#define | ID_CHANGE_NOTEBOOK_PAGE 6000 |
#define | ID_ADD_PLUGIN 6001 |
#define | ID_DEL_PLUGIN 6002 |
#define | wxID_BROWSE_PLUGINS 6003 |
#define ID_ADD_PLUGIN 6001 |
Definition at line 35 of file dialog_export_netlist_base.h.
Referenced by DIALOG_EXPORT_NETLIST_BASE::DIALOG_EXPORT_NETLIST_BASE().
#define ID_CHANGE_NOTEBOOK_PAGE 6000 |
Definition at line 34 of file dialog_export_netlist_base.h.
Referenced by DIALOG_EXPORT_NETLIST_BASE::DIALOG_EXPORT_NETLIST_BASE().
#define ID_DEL_PLUGIN 6002 |
Definition at line 36 of file dialog_export_netlist_base.h.
Referenced by DIALOG_EXPORT_NETLIST_BASE::DIALOG_EXPORT_NETLIST_BASE().
#define wxID_BROWSE_PLUGINS 6003 |
Definition at line 37 of file dialog_export_netlist_base.h.
Referenced by NETLIST_DIALOG_ADD_GENERATOR_BASE::NETLIST_DIALOG_ADD_GENERATOR_BASE().