10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/radiobut.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/bmpbuttn.h>
29#include <wx/gbsizer.h>
31#include <wx/statline.h>
32#include <wx/stattext.h>
33#include <wx/checklst.h>
34#include <wx/statbox.h>
35#include <wx/checkbox.h>
85 virtual void onMatchByAll( wxCommandEvent& event ) {
event.Skip(); }
90 virtual void OnMatchText( wxCommandEvent& event ) {
event.Skip(); }
91 virtual void onMatchById( wxCommandEvent& event ) {
event.Skip(); }
96 virtual void onSelectAll( wxCommandEvent& event ) {
event.Skip(); }
97 virtual void onSelectNone( wxCommandEvent& event ) {
event.Skip(); }
103 DIALOG_CHANGE_SYMBOLS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Update Symbols from Library"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_CHANGE_SYMBOLS_BASE.
wxCheckListBox * m_fieldsBox
STD_BITMAP_BUTTON * m_newIdBrowserButton
wxTextCtrl * m_specifiedValue
virtual void onMatchByValue(wxCommandEvent &event)
virtual void onOkButtonClicked(wxCommandEvent &event)
wxCheckBox * m_removeExtraBox
virtual void OnMatchText(wxCommandEvent &event)
wxCheckBox * m_resetCustomPower
virtual void onSelectAll(wxCommandEvent &event)
virtual void onMatchById(wxCommandEvent &event)
virtual void launchMatchIdSymbolBrowser(wxCommandEvent &event)
virtual void onSelectNone(wxCommandEvent &event)
virtual void onMatchByAll(wxCommandEvent &event)
wxButton * m_sdbSizerCancel
virtual void onNewLibIDKillFocus(wxFocusEvent &event)
wxRadioButton * m_matchBySelection
wxStaticBoxSizer * m_updateOptionsSizer
wxCheckBox * m_resetFieldPositions
virtual void onMatchIDKillFocus(wxFocusEvent &event)
wxRadioButton * m_matchByValue
wxRadioButton * m_matchByReference
wxCheckBox * m_resetFieldEffects
wxCheckBox * m_resetFieldText
virtual void onMatchByReference(wxCommandEvent &event)
wxStaticBoxSizer * m_updateFieldsSizer
wxCheckBox * m_resetAttributes
virtual void launchNewIdSymbolBrowser(wxCommandEvent &event)
wxTextCtrl * m_specifiedReference
~DIALOG_CHANGE_SYMBOLS_BASE()
wxGridBagSizer * m_matchSizer
WX_HTML_REPORT_PANEL * m_messagePanel
wxCheckBox * m_resetFieldVisibilities
wxTextCtrl * m_specifiedId
wxRadioButton * m_matchById
wxCheckBox * m_resetEmptyFields
wxBoxSizer * m_newIdSizer
wxCheckBox * m_resetPinTextVisibility
wxRadioButton * m_matchAll
virtual void onMatchTextKillFocus(wxFocusEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
STD_BITMAP_BUTTON * m_matchIdBrowserButton
virtual void onMatchBySelected(wxCommandEvent &event)
wxStaticLine * m_staticline1
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A widget for browsing a rich text error/status report.