10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/textctrl.h>
22#include <wx/checklst.h>
27#include <wx/statbox.h>
28#include <wx/checkbox.h>
61 virtual void onSelectAll( wxCommandEvent& event ) {
event.Skip(); }
62 virtual void onSelectNone( wxCommandEvent& event ) {
event.Skip(); }
68 DIALOG_UPDATE_SYMBOL_FIELDS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Update Symbol Fields"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class DIALOG_UPDATE_SYMBOL_FIELDS_BASE.
virtual void onOkButtonClicked(wxCommandEvent &event)
wxStaticBoxSizer * m_updateFieldsSizer
wxCheckBox * m_resetFieldText
wxStaticBoxSizer * m_updateOptionsSizer
virtual void onSelectAll(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
wxCheckBox * m_resetFieldEffects
wxCheckBox * m_resetFieldPositions
wxButton * m_sdbSizerCancel
wxTextCtrl * m_parentSymbolReadOnly
virtual void onSelectNone(wxCommandEvent &event)
wxCheckBox * m_resetEmptyFields
wxBoxSizer * m_newIdSizer
wxCheckBox * m_resetFieldVisibilities
~DIALOG_UPDATE_SYMBOL_FIELDS_BASE()
wxCheckListBox * m_fieldsBox
wxCheckBox * m_removeExtraBox