|
KiCad PCB EDA Suite
|
Class PANEL_DRC_RULE_EDITOR_BASE. More...
#include <panel_drc_rule_editor_base.h>
Public Member Functions | |
| PANEL_DRC_RULE_EDITOR_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_DRC_RULE_EDITOR_BASE () | |
Protected Member Functions | |
| virtual void | onSyntaxHelp (wxHyperlinkEvent &event) |
| virtual void | onContextMenu (wxMouseEvent &event) |
| virtual void | onCheckSyntax (wxCommandEvent &event) |
| virtual void | onErrorLinkClicked (wxHtmlLinkEvent &event) |
Protected Attributes | |
| wxBoxSizer * | bContentSizer |
| wxBoxSizer * | bBasicDetailSizer |
| wxStaticText * | m_nameLabel |
| wxTextCtrl * | m_nameCtrl |
| wxStaticText * | m_commentLabel |
| wxTextCtrl * | m_commentCtrl |
| wxBoxSizer * | m_constraintSizer |
| wxStaticText * | m_constraintHeaderTitle |
| wxStaticLine * | m_staticline3 |
| wxBoxSizer * | m_constraintContentSizer |
| wxStaticText * | m_conditionHeaderTitle |
| wxHyperlinkCtrl * | m_syntaxHelp |
| wxStaticLine * | m_staticline8 |
| wxBoxSizer * | m_conditionControlsSizer |
| wxStyledTextCtrl * | m_textConditionCtrl |
| wxBitmapButton * | m_checkSyntaxBtnCtrl |
| WX_HTML_REPORT_BOX * | m_syntaxErrorReport |
| wxStaticText * | m_staticText711 |
| wxStaticLine * | m_staticline111 |
| wxBoxSizer * | m_LayersComboBoxSizer |
Class PANEL_DRC_RULE_EDITOR_BASE.
Definition at line 39 of file panel_drc_rule_editor_base.h.
| PANEL_DRC_RULE_EDITOR_BASE::PANEL_DRC_RULE_EDITOR_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 14 of file panel_drc_rule_editor_base.cpp.
References _, bBasicDetailSizer, bContentSizer, m_checkSyntaxBtnCtrl, m_commentCtrl, m_commentLabel, m_conditionControlsSizer, m_conditionHeaderTitle, m_constraintContentSizer, m_constraintHeaderTitle, m_constraintSizer, m_LayersComboBoxSizer, m_nameCtrl, m_nameLabel, m_staticline111, m_staticline3, m_staticline8, m_staticText711, m_syntaxErrorReport, m_syntaxHelp, m_textConditionCtrl, name, onCheckSyntax(), onContextMenu(), onErrorLinkClicked(), and onSyntaxHelp().
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR().
| PANEL_DRC_RULE_EDITOR_BASE::~PANEL_DRC_RULE_EDITOR_BASE | ( | ) |
Definition at line 181 of file panel_drc_rule_editor_base.cpp.
References m_checkSyntaxBtnCtrl, m_syntaxErrorReport, m_syntaxHelp, m_textConditionCtrl, onCheckSyntax(), onContextMenu(), onErrorLinkClicked(), and onSyntaxHelp().
|
inlineprotectedvirtual |
Reimplemented in PANEL_DRC_RULE_EDITOR.
Definition at line 68 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_DRC_RULE_EDITOR.
Definition at line 67 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_DRC_RULE_EDITOR.
Definition at line 69 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_DRC_RULE_EDITOR.
Definition at line 66 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 45 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 44 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), and PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 59 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 49 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE(), PANEL_DRC_RULE_EDITOR::TransferDataFromWindow(), and PANEL_DRC_RULE_EDITOR::TransferDataToWindow().
|
protected |
Definition at line 48 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 57 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), and PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 54 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 53 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), and PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 51 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), and PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 50 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 63 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), and PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 47 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE(), PANEL_DRC_RULE_EDITOR::TransferDataFromWindow(), PANEL_DRC_RULE_EDITOR::TransferDataToWindow(), and PANEL_DRC_RULE_EDITOR::ValidateInputs().
|
protected |
Definition at line 46 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 62 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 52 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 56 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 61 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 60 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::onCheckSyntax(), PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 55 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 58 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::onContextMenu(), PANEL_DRC_RULE_EDITOR::onErrorLinkClicked(), PANEL_DRC_RULE_EDITOR::onScintillaCharAdded(), PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().