2007-05-06 16:03:28 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: dialog_netlist.h
|
2009-04-24 07:36:36 +00:00
|
|
|
/// Author: jean-pierre Charras
|
|
|
|
// Licence: GPL
|
2007-05-06 16:03:28 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
// Generated by DialogBlocks (unregistered), 26/02/2006 17:42:19
|
|
|
|
|
|
|
|
#ifndef _DIALOG_NETLIST_H_
|
|
|
|
#define _DIALOG_NETLIST_H_
|
|
|
|
|
2009-04-24 07:36:36 +00:00
|
|
|
#include "dialog_netlist_fbp.h"
|
2007-05-06 16:03:28 +00:00
|
|
|
|
|
|
|
|
2009-04-24 07:36:36 +00:00
|
|
|
class DIALOG_NETLIST : public DIALOG_NETLIST_FBP
|
2008-03-22 18:08:44 +00:00
|
|
|
{
|
2009-04-24 07:36:36 +00:00
|
|
|
private:
|
|
|
|
WinEDA_PcbFrame * m_Parent;
|
|
|
|
wxDC * m_DC;
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
|
2009-04-24 07:36:36 +00:00
|
|
|
public:
|
|
|
|
DIALOG_NETLIST( WinEDA_PcbFrame* aParent, wxDC * aDC, const wxString & aNetlistFull_Filename );
|
|
|
|
~DIALOG_NETLIST() {};
|
2007-05-06 16:03:28 +00:00
|
|
|
|
2009-04-24 07:36:36 +00:00
|
|
|
void Init();
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
void OnOpenNelistClick( wxCommandEvent& event );
|
|
|
|
void OnReadNetlistFileClick( wxCommandEvent& event );
|
|
|
|
void OnTestFootprintsClick( wxCommandEvent& event );
|
|
|
|
void OnCompileRatsnestClick( wxCommandEvent& event );
|
|
|
|
void OnCancelClick( wxCommandEvent& event );
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2007-05-06 16:03:28 +00:00
|
|
|
};
|
|
|
|
|
2008-03-22 18:08:44 +00:00
|
|
|
|
2009-04-24 07:36:36 +00:00
|
|
|
#endif // _DIALOG_NETLIST_H_
|