20#ifndef DIALOG_SHAPE_PROPERTIES_H
21#define DIALOG_SHAPE_PROPERTIES_H
wxCheckBox * m_checkApplyToAllUnits
wxCheckBox * m_checkApplyToAllBodyStyles
DIALOG_SHAPE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("%s Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
std::unique_ptr< UNIT_BINDER > m_endWidth
wxBitmapComboBox * m_startShapeChoice
std::unique_ptr< UNIT_BINDER > m_startWidth
wxStaticText * m_endShapeLabel
void createLineEndingControls(SCH_BASE_FRAME *aParent)
wxBoxSizer * m_endingsSizer
wxBitmapComboBox * m_endShapeChoice
void onCustomColorSwatch(wxCommandEvent &aEvent)
UNIT_BINDER m_borderWidth
bool GetApplyToAllConversions()
wxStaticText * m_endWidthUnits
DIALOG_SHAPE_PROPERTIES(SCH_BASE_FRAME *aParent, SCH_SHAPE *aShape)
std::unique_ptr< UNIT_BINDER > m_startStrokeWidth
bool GetApplyToAllUnits()
std::unique_ptr< UNIT_BINDER > m_startLength
wxTextCtrl * m_startWidthCtrl
std::unique_ptr< UNIT_BINDER > m_endLength
bool TransferDataToWindow() override
wxTextCtrl * m_endLengthCtrl
wxStaticText * m_startWidthUnits
~DIALOG_SHAPE_PROPERTIES() override
void onBorderChecked(wxCommandEvent &aEvent) override
void onBorderSwatch(wxCommandEvent &aEvent)
wxStaticText * m_endStrokeWidthUnits
wxStaticText * m_endWidthLabel
wxTextCtrl * m_startStrokeWidthCtrl
wxStaticText * m_startStrokeWidthLabel
wxStaticText * m_endStrokeWidthLabel
wxStaticText * m_startLengthUnits
std::unique_ptr< UNIT_BINDER > m_endStrokeWidth
wxStaticText * m_startStrokeWidthUnits
wxTextCtrl * m_endStrokeWidthCtrl
wxStaticText * m_endLengthUnits
void onFillChoice(wxCommandEvent &event) override
wxTextCtrl * m_endWidthCtrl
void onFillRadioButton(wxCommandEvent &aEvent) override
wxStaticText * m_startLengthLabel
wxStaticText * m_endLengthLabel
bool TransferDataFromWindow() override
wxStaticText * m_startShapeLabel
wxTextCtrl * m_startLengthCtrl
wxStaticText * m_startWidthLabel
wxStaticText * m_endingsHelpLabel
A shim class between EDA_DRAW_FRAME and several derived classes: SYMBOL_EDIT_FRAME,...