kicad/pcbnew/dialog_freeroute_exchange.h

43 lines
1.3 KiB
C
Raw Normal View History

2008-03-14 18:17:51 +00:00
/////////////////////////////////////////////////////////////////////////////
// Name: dialog_freeroute_exchange.h
/////////////////////////////////////////////////////////////////////////////
// Generated by DialogBlocks (unregistered), 14/03/2008 09:19:27
#ifndef _DIALOG_FREEROUTE_EXCHANGE_H_
#define _DIALOG_FREEROUTE_EXCHANGE_H_
2009-11-21 15:39:50 +00:00
#include "dialog_freeroute_exchange_base.h"
2008-03-14 18:17:51 +00:00
2009-11-21 15:39:50 +00:00
///////////////////////////////////////////////////////////////////////////////
// Class DIALOG_FREEROUTE derived from wxFormBuilder class DIALOG_FREEROUTE_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_FREEROUTE : public DIALOG_FREEROUTE_BASE
2008-03-14 18:17:51 +00:00
{
2009-11-21 15:39:50 +00:00
private:
WinEDA_PcbFrame* m_Parent;
bool m_FreeRouteSetupChanged;
2008-03-14 18:17:51 +00:00
2009-11-21 15:39:50 +00:00
private:
// Virtual event handlers
void OnOKButtonClick( wxCommandEvent& event );
void OnExportButtonClick( wxCommandEvent& event );
void OnLaunchButtonClick( wxCommandEvent& event );
void OnImportButtonClick( wxCommandEvent& event );
void OnVisitButtonClick( wxCommandEvent& event );
void OnHelpButtonClick( wxCommandEvent& event );
void OnCancelButtonClick( wxCommandEvent& event );
void OnTextEditFrUrlUpdated( wxCommandEvent& event );
void MyInit ( );
2008-03-14 18:17:51 +00:00
2009-11-21 15:39:50 +00:00
public:
DIALOG_FREEROUTE( WinEDA_PcbFrame* parent );
~DIALOG_FREEROUTE() {};
2008-03-14 18:17:51 +00:00
};
#endif
// _DIALOG_FREEROUTE_EXCHANGE_H_