KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_SETUP_RULES_BASE Class Reference

Class PANEL_SETUP_RULES_BASE. More...

#include <panel_setup_rules_base.h>

Inheritance diagram for PANEL_SETUP_RULES_BASE:
PANEL_SETUP_RULES

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_BUTTONm_compileButton
 
WX_HTML_REPORT_BOXm_errorsReport
 

Detailed Description

Class PANEL_SETUP_RULES_BASE.

Definition at line 40 of file panel_setup_rules_base.h.

Constructor & Destructor Documentation

◆ PANEL_SETUP_RULES_BASE()

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 
)

◆ ~PANEL_SETUP_RULES_BASE()

PANEL_SETUP_RULES_BASE::~PANEL_SETUP_RULES_BASE ( )

Member Function Documentation

◆ OnCompile()

virtual void PANEL_SETUP_RULES_BASE::OnCompile ( wxCommandEvent &  event)
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().

◆ OnContextMenu()

virtual void PANEL_SETUP_RULES_BASE::OnContextMenu ( wxMouseEvent &  event)
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().

◆ OnErrorLinkClicked()

virtual void PANEL_SETUP_RULES_BASE::OnErrorLinkClicked ( wxHtmlLinkEvent &  event)
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().

◆ OnSyntaxHelp()

virtual void PANEL_SETUP_RULES_BASE::OnSyntaxHelp ( wxHyperlinkEvent &  event)
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().

Member Data Documentation

◆ m_compileButton

STD_BITMAP_BUTTON* PANEL_SETUP_RULES_BASE::m_compileButton
protected

◆ m_errorsReport

WX_HTML_REPORT_BOX* PANEL_SETUP_RULES_BASE::m_errorsReport
protected

◆ m_syntaxHelp

wxHyperlinkCtrl* PANEL_SETUP_RULES_BASE::m_syntaxHelp
protected

Definition at line 46 of file panel_setup_rules_base.h.

Referenced by PANEL_SETUP_RULES_BASE(), and ~PANEL_SETUP_RULES_BASE().

◆ m_textEditor

◆ m_title

wxStaticText* PANEL_SETUP_RULES_BASE::m_title
protected

Definition at line 45 of file panel_setup_rules_base.h.

Referenced by PANEL_SETUP_RULES_BASE().

◆ m_topMargin

wxBoxSizer* PANEL_SETUP_RULES_BASE::m_topMargin
protected

Definition at line 47 of file panel_setup_rules_base.h.

Referenced by PANEL_SETUP_RULES_BASE().


The documentation for this class was generated from the following files: