10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/combobox.h>
23#include <wx/checkbox.h>
24#include <wx/statline.h>
25#include <wx/bmpcbox.h>
30#include <wx/gbsizer.h>
68 virtual void OnClose( wxCloseEvent& event ) {
event.Skip(); }
72 virtual void OnOkClick( wxCommandEvent& event ) {
event.Skip(); }
77 DIALOG_OUTSET_ITEMS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Outset Items"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_OUTSET_ITEMS_BASE.
wxStaticText * m_outsetLabel
virtual void OnLayerDefaultClick(wxCommandEvent &event)
wxStaticLine * m_staticline2
PCB_LAYER_BOX_SELECTOR * m_LayerSelectionCtrl
wxStaticText * m_gridRoundingUnit
wxCheckBox * m_roundCorners
wxButton * m_layerDefaultBtn
wxCheckBox * m_deleteSourceItems
wxStaticLine * m_staticline21
wxCheckBox * m_roundToGrid
wxComboBox * m_gridRoundingEntry
wxButton * m_stdButtonsCancel
wxCheckBox * m_copyWidths
wxStaticText * m_layerLabel
wxCheckBox * m_copyLayers
virtual void OnCopyLayersChecked(wxCommandEvent &event)
wxStaticText * m_gridRoundingLabel
wxStaticText * m_lineWidthLabel
wxButton * m_stdButtonsOK
wxStdDialogButtonSizer * m_stdButtons
virtual void OnOkClick(wxCommandEvent &event)
virtual void OnRoundToGridChecked(wxCommandEvent &event)
wxComboBox * m_lineWidthEntry
~DIALOG_OUTSET_ITEMS_BASE()
wxComboBox * m_outsetEntry
virtual void OnClose(wxCloseEvent &event)
wxStaticText * m_outsetUnit
wxStaticText * m_lineWidthUnit
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class to display a pcb layer list in a wxBitmapComboBox.