25#ifndef PANEL_SETUP_RULES_H 
   26#define PANEL_SETUP_RULES_H 
   50    void OnCompile( wxCommandEvent& event ) 
override;
 
 
Information pertinent to a Pcbnew printed circuit board.
 
PANEL_SETUP_RULES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
bool TransferDataToWindow() override
 
void OnErrorLinkClicked(wxHtmlLinkEvent &event) override
 
void checkPlausibility(const std::vector< std::shared_ptr< DRC_RULE > > &aRules)
 
void onScintillaCharAdded(wxStyledTextEvent &aEvent)
 
void ImportSettingsFrom(BOARD *aBoard)
 
void OnContextMenu(wxMouseEvent &event) override
 
~PANEL_SETUP_RULES() override
 
HTML_MESSAGE_BOX * m_helpWindow
 
void OnCompile(wxCommandEvent &event) override
 
wxRegEx m_padConnectionsRegex
 
wxRegEx m_zoneConnStyleRegex
 
bool TransferDataFromWindow() override
 
void OnSyntaxHelp(wxHyperlinkEvent &aEvent) override
 
PANEL_SETUP_RULES(wxWindow *aParentWindow, PCB_EDIT_FRAME *aFrame)
 
void onCharHook(wxKeyEvent &aEvent)
 
SCINTILLA_TRICKS * m_scintillaTricks
 
The main frame for Pcbnew.
 
Add cut/copy/paste, dark theme, autocomplete and brace highlighting to a wxStyleTextCtrl instance.