KiCad PCB EDA Suite
|
Class PANEL_SETUP_RULES_BASE. More...
#include <panel_setup_rules_base.h>
Public Member Functions | |
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) | |
~PANEL_SETUP_RULES_BASE () | |
Protected Member Functions | |
virtual void | OnSyntaxHelp (wxHyperlinkEvent &event) |
virtual void | OnContextMenu (wxMouseEvent &event) |
virtual void | OnCompile (wxCommandEvent &event) |
virtual void | OnErrorLinkClicked (wxHtmlLinkEvent &event) |
Protected Attributes | |
wxStaticText * | m_title |
wxHyperlinkCtrl * | m_syntaxHelp |
wxBoxSizer * | m_topMargin |
wxStyledTextCtrl * | m_textEditor |
STD_BITMAP_BUTTON * | m_compileButton |
WX_HTML_REPORT_BOX * | m_errorsReport |
Class PANEL_SETUP_RULES_BASE.
Definition at line 40 of file panel_setup_rules_base.h.
PANEL_SETUP_RULES_BASE::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 |
||
) |
Definition at line 15 of file panel_setup_rules_base.cpp.
References _, ID_RULES_EDITOR, m_compileButton, m_errorsReport, m_syntaxHelp, m_textEditor, m_title, m_topMargin, OnCompile(), OnContextMenu(), OnErrorLinkClicked(), and OnSyntaxHelp().
PANEL_SETUP_RULES_BASE::~PANEL_SETUP_RULES_BASE | ( | ) |
Definition at line 104 of file panel_setup_rules_base.cpp.
References m_compileButton, m_errorsReport, m_syntaxHelp, m_textEditor, OnCompile(), OnContextMenu(), OnErrorLinkClicked(), and OnSyntaxHelp().
|
inlineprotectedvirtual |
Reimplemented in PANEL_SETUP_RULES.
Definition at line 55 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES_BASE(), and ~PANEL_SETUP_RULES_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_SETUP_RULES.
Definition at line 54 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES_BASE(), and ~PANEL_SETUP_RULES_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_SETUP_RULES.
Definition at line 56 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES_BASE(), and ~PANEL_SETUP_RULES_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_SETUP_RULES.
Definition at line 53 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES_BASE(), and ~PANEL_SETUP_RULES_BASE().
|
protected |
Definition at line 49 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES::PANEL_SETUP_RULES(), PANEL_SETUP_RULES_BASE(), and ~PANEL_SETUP_RULES_BASE().
|
protected |
Definition at line 50 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES::OnCompile(), PANEL_SETUP_RULES_BASE(), and ~PANEL_SETUP_RULES_BASE().
|
protected |
Definition at line 46 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES_BASE(), and ~PANEL_SETUP_RULES_BASE().
|
protected |
Definition at line 48 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES::ImportSettingsFrom(), PANEL_SETUP_RULES::onCharHook(), PANEL_SETUP_RULES::OnCompile(), PANEL_SETUP_RULES::OnContextMenu(), PANEL_SETUP_RULES::OnErrorLinkClicked(), PANEL_SETUP_RULES::onScintillaCharAdded(), PANEL_SETUP_RULES::PANEL_SETUP_RULES(), PANEL_SETUP_RULES_BASE(), PANEL_SETUP_RULES::TransferDataFromWindow(), PANEL_SETUP_RULES::TransferDataToWindow(), PANEL_SETUP_RULES::~PANEL_SETUP_RULES(), and ~PANEL_SETUP_RULES_BASE().
|
protected |
Definition at line 45 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES_BASE().
|
protected |
Definition at line 47 of file panel_setup_rules_base.h.
Referenced by PANEL_SETUP_RULES_BASE().