|
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=wxBORDER_NONE|wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_DRC_RULE_EDITOR_BASE () | |
| void | SetBorders (bool aLeft, bool aRight, bool aTop, bool aBottom) |
| void | SetBorderColor (const KIGFX::COLOR4D &aColor) |
Protected Member Functions | |
| virtual void | OnEnterKey (wxCommandEvent &event) |
| virtual void | onSyntaxHelp (wxHyperlinkEvent &event) |
| virtual void | onContextMenu (wxMouseEvent &event) |
| virtual void | onCheckSyntax (wxCommandEvent &event) |
| virtual void | onErrorLinkClicked (wxHtmlLinkEvent &event) |
Protected Attributes | |
| wxStaticLine * | m_staticline4 |
| 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 |
Private Member Functions | |
| void | OnPaint (wxPaintEvent &event) |
Private Attributes | |
| bool | m_leftBorder |
| bool | m_rightBorder |
| bool | m_topBorder |
| bool | m_bottomBorder |
| KIGFX::COLOR4D | m_borderColor |
Class PANEL_DRC_RULE_EDITOR_BASE.
Definition at line 40 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 = wxBORDER_NONE|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_staticline4, m_staticline8, m_staticText711, m_syntaxErrorReport, m_syntaxHelp, m_textConditionCtrl, name, onCheckSyntax(), onContextMenu(), OnEnterKey(), onErrorLinkClicked(), onSyntaxHelp(), and WX_PANEL::WX_PANEL().
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR().
| PANEL_DRC_RULE_EDITOR_BASE::~PANEL_DRC_RULE_EDITOR_BASE | ( | ) |
Definition at line 186 of file panel_drc_rule_editor_base.cpp.
References m_checkSyntaxBtnCtrl, m_commentCtrl, m_nameCtrl, m_syntaxErrorReport, m_syntaxHelp, m_textConditionCtrl, onCheckSyntax(), onContextMenu(), OnEnterKey(), onErrorLinkClicked(), and onSyntaxHelp().
|
inlineprotectedvirtual |
Reimplemented in PANEL_DRC_RULE_EDITOR.
Definition at line 71 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 70 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 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 72 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
privateinherited |
Definition at line 47 of file wx_panel.cpp.
References m_borderColor, m_bottomBorder, m_leftBorder, m_rightBorder, m_topBorder, KIGFX::COLOR4D::Mix(), KIGFX::COLOR4D::ToColour(), and KIGFX::COLOR4D::UNSPECIFIED.
Referenced by WX_PANEL(), and ~WX_PANEL().
|
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().
|
inlineinherited |
Definition at line 47 of file wx_panel.h.
References m_borderColor.
Referenced by SYMBOL_TREE_SYNCHRONIZING_ADAPTER::ShowPreview().
|
inlineinherited |
Definition at line 39 of file wx_panel.h.
References m_bottomBorder, m_leftBorder, m_rightBorder, and m_topBorder.
Referenced by APPEARANCE_CONTROLS::APPEARANCE_CONTROLS(), APPEARANCE_CONTROLS_3D::APPEARANCE_CONTROLS_3D(), PAGED_DIALOG::PAGED_DIALOG(), PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), PANEL_SCH_SELECTION_FILTER::PANEL_SCH_SELECTION_FILTER(), PANEL_SELECTION_FILTER::PANEL_SELECTION_FILTER(), RULE_EDITOR_DIALOG_BASE::RULE_EDITOR_DIALOG_BASE(), and SYMBOL_TREE_SYNCHRONIZING_ADAPTER::ShowPreview().
|
protected |
Definition at line 47 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 46 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), and PANEL_DRC_RULE_EDITOR_BASE().
|
privateinherited |
Definition at line 61 of file wx_panel.h.
Referenced by OnPaint(), SetBorderColor(), and WX_PANEL().
|
privateinherited |
Definition at line 59 of file wx_panel.h.
Referenced by OnPaint(), SetBorders(), and WX_PANEL().
|
protected |
Definition at line 61 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 51 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), PANEL_DRC_RULE_EDITOR_BASE(), PANEL_DRC_RULE_EDITOR::TransferDataFromWindow(), PANEL_DRC_RULE_EDITOR::TransferDataToWindow(), 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 59 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 56 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 55 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 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 52 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 65 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), and PANEL_DRC_RULE_EDITOR_BASE().
|
privateinherited |
Definition at line 56 of file wx_panel.h.
Referenced by OnPaint(), SetBorders(), and WX_PANEL().
|
protected |
Definition at line 49 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR::PANEL_DRC_RULE_EDITOR(), PANEL_DRC_RULE_EDITOR_BASE(), PANEL_DRC_RULE_EDITOR::TransferDataFromWindow(), PANEL_DRC_RULE_EDITOR::TransferDataToWindow(), PANEL_DRC_RULE_EDITOR::ValidateInputs(), and ~PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 48 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
privateinherited |
Definition at line 57 of file wx_panel.h.
Referenced by OnPaint(), SetBorders(), and WX_PANEL().
|
protected |
Definition at line 64 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 45 of file panel_drc_rule_editor_base.h.
Referenced by PANEL_DRC_RULE_EDITOR_BASE().
|
protected |
Definition at line 58 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 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 62 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 57 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 60 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().
|
privateinherited |
Definition at line 58 of file wx_panel.h.
Referenced by OnPaint(), SetBorders(), and WX_PANEL().