KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_GALVANIC_CORROSION_BASE Class Referenceabstract

Class PANEL_GALVANIC_CORROSION_BASE. More...

#include <panel_galvanic_corrosion_base.h>

Inheritance diagram for PANEL_GALVANIC_CORROSION_BASE:
CALCULATOR_PANEL PANEL_GALVANIC_CORROSION

Public Member Functions

 PANEL_GALVANIC_CORROSION_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(509, 245), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
 ~PANEL_GALVANIC_CORROSION_BASE ()
 
virtual void LoadSettings (PCB_CALCULATOR_SETTINGS *aCfg)=0
 Load the settings into the panel.
 
virtual void SaveSettings (PCB_CALCULATOR_SETTINGS *aCfg)=0
 Save the settings from the panel.
 
virtual void ThemeChanged ()=0
 Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme.
 

Protected Member Functions

virtual void OnCorFilterChange (wxCommandEvent &event)
 
virtual void OnNomenclatureChange (wxCommandEvent &event)
 

Protected Attributes

wxBoxSizer * bSizerMain
 
wxScrolledWindow * m_scrolledWindow1
 
wxGrid * m_table
 
HTML_WINDOWm_helpText
 
wxStaticText * m_staticText2
 
wxTextCtrl * m_corFilterCtrl
 
wxStaticText * m_staticText3
 
wxStaticLine * m_staticline
 
wxStaticText * m_stOpts
 
wxRadioButton * m_radioBtnSymbol
 
wxRadioButton * m_radioBtnName
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_GALVANIC_CORROSION_BASE()

PANEL_GALVANIC_CORROSION_BASE::PANEL_GALVANIC_CORROSION_BASE ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 509,245 ),
long  style = wxTAB_TRAVERSAL,
const wxString &  name = wxEmptyString 
)

◆ ~PANEL_GALVANIC_CORROSION_BASE()

PANEL_GALVANIC_CORROSION_BASE::~PANEL_GALVANIC_CORROSION_BASE ( )

Member Function Documentation

◆ LoadSettings()

◆ OnCorFilterChange()

virtual void PANEL_GALVANIC_CORROSION_BASE::OnCorFilterChange ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ OnNomenclatureChange()

virtual void PANEL_GALVANIC_CORROSION_BASE::OnNomenclatureChange ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ SaveSettings()

◆ ThemeChanged()

virtual void CALCULATOR_PANEL::ThemeChanged ( )
pure virtualinherited

Member Data Documentation

◆ bSizerMain

wxBoxSizer* PANEL_GALVANIC_CORROSION_BASE::bSizerMain
protected

Definition at line 41 of file panel_galvanic_corrosion_base.h.

Referenced by PANEL_GALVANIC_CORROSION_BASE().

◆ m_corFilterCtrl

wxTextCtrl* PANEL_GALVANIC_CORROSION_BASE::m_corFilterCtrl
protected

◆ m_helpText

◆ m_radioBtnName

wxRadioButton* PANEL_GALVANIC_CORROSION_BASE::m_radioBtnName
protected

◆ m_radioBtnSymbol

wxRadioButton* PANEL_GALVANIC_CORROSION_BASE::m_radioBtnSymbol
protected

◆ m_scrolledWindow1

wxScrolledWindow* PANEL_GALVANIC_CORROSION_BASE::m_scrolledWindow1
protected

Definition at line 42 of file panel_galvanic_corrosion_base.h.

Referenced by PANEL_GALVANIC_CORROSION_BASE().

◆ m_staticline

wxStaticLine* PANEL_GALVANIC_CORROSION_BASE::m_staticline
protected

Definition at line 48 of file panel_galvanic_corrosion_base.h.

Referenced by PANEL_GALVANIC_CORROSION_BASE().

◆ m_staticText2

wxStaticText* PANEL_GALVANIC_CORROSION_BASE::m_staticText2
protected

Definition at line 45 of file panel_galvanic_corrosion_base.h.

Referenced by PANEL_GALVANIC_CORROSION_BASE().

◆ m_staticText3

wxStaticText* PANEL_GALVANIC_CORROSION_BASE::m_staticText3
protected

Definition at line 47 of file panel_galvanic_corrosion_base.h.

Referenced by PANEL_GALVANIC_CORROSION_BASE().

◆ m_stOpts

wxStaticText* PANEL_GALVANIC_CORROSION_BASE::m_stOpts
protected

Definition at line 49 of file panel_galvanic_corrosion_base.h.

Referenced by PANEL_GALVANIC_CORROSION_BASE().

◆ m_table

wxGrid* PANEL_GALVANIC_CORROSION_BASE::m_table
protected

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