20#ifndef LEGACYFILEDLG_NETLIST_OPTIONS_H_ 
   21#define LEGACYFILEDLG_NETLIST_OPTIONS_H_ 
   23#include <wx/checkbox.h> 
   35        m_cbOmitExtras = 
new wxCheckBox( 
this, wxID_ANY, 
_( 
"Omit extra information" ) );
 
   36        m_cbOmitNets = 
new wxCheckBox( 
this, wxID_ANY, 
_( 
"Omit nets" ) );
 
   38                new wxCheckBox( 
this, wxID_ANY, 
_( 
"Do not prefix path with footprint UUID." ) );
 
   40        wxBoxSizer* sizer = 
new wxBoxSizer( wxHORIZONTAL );
 
   45        SetSizerAndFit( sizer );
 
 
   64    static wxWindow* 
Create( wxWindow* aParent )
 
 
 
wxCheckBox * m_cbOmitExtras
 
wxCheckBox * m_cbOmitNets
 
int GetNetlistOptions() const
 
static wxWindow * Create(wxWindow *aParent)
 
LEGACYFILEDLG_NETLIST_OPTIONS(wxWindow *aParent)
 
wxCheckBox * m_cbOmitFpUuids
 
#define CTL_OMIT_FP_UUID
Don't prefix the footprint UUID to the sheet path.