10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/infobar.h>
21#include <wx/settings.h>
23#include <wx/checkbox.h>
24#include <wx/stattext.h>
25#include <wx/textctrl.h>
28#include <wx/bmpcbox.h>
29#include <wx/gbsizer.h>
30#include <wx/radiobut.h>
31#include <wx/statbox.h>
32#include <wx/simplebook.h>
103 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 );
A simple color swatch of the kind used to set layer colors.
Class DIALOG_SHAPE_PROPERTIES_BASE.
wxStdDialogButtonSizer * m_sdbSizer
~DIALOG_SHAPE_PROPERTIES_BASE()
wxStaticText * m_borderStyleLabel
virtual void onFillChecked(wxCommandEvent &event)
wxButton * m_sdbSizerCancel
wxCheckBox * m_borderCheckbox
wxCheckBox * m_checkApplyToAllUnits
wxRadioButton * m_rbFillOutline
@ FILLED_WITH_BG_BODYCOLOR
wxSimplebook * m_fillBook
wxTextCtrl * m_borderWidthCtrl
wxPanel * m_schematicPage
COLOR_SWATCH * m_fillColorSwatch
void _wxFB_onFillChecked(wxCommandEvent &event)
wxBitmapComboBox * m_borderStyleCombo
wxStaticText * m_borderWidthUnits
virtual void onBorderChecked(wxCommandEvent &event)
wxStaticText * m_fillColorLabel
wxRadioButton * m_rbFillBackground
COLOR_SWATCH * m_borderColorSwatch
wxBoxSizer * m_symbolEditorSizer
void _wxFB_onBorderChecked(wxCommandEvent &event)
wxStaticText * m_helpLabel1
wxStaticText * m_borderWidthLabel
wxPanel * m_panelFillColor
virtual void onFillRadioButton(wxCommandEvent &event)
wxGridBagSizer * m_fillSizer
wxStaticText * m_helpLabel2
wxGridBagSizer * m_borderSizer
wxCheckBox * m_privateCheckbox
void _wxFB_onFillRadioButton(wxCommandEvent &event)
wxPanel * m_panelBorderColor
wxStaticText * m_borderColorLabel
COLOR_SWATCH * m_customColorSwatch
wxPanel * m_symbolEditorPage
wxRadioButton * m_rbFillNone
wxRadioButton * m_rbFillCustom
wxCheckBox * m_checkApplyToAllBodyStyles
wxCheckBox * m_filledCtrl
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A modified version of the wxInfoBar class that allows us to: