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

Class PANEL_ESERIES_DISPLAY_BASE. More...

#include <panel_eseries_display_base.h>

Inheritance diagram for PANEL_ESERIES_DISPLAY_BASE:
CALCULATOR_PANEL PANEL_ESERIES_DISPLAY

Public Member Functions

 PANEL_ESERIES_DISPLAY_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=0, const wxString &name=wxEmptyString)
 
 ~PANEL_ESERIES_DISPLAY_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 Attributes

wxGrid * m_GridEseries2496
 
wxGrid * m_GridEseries112
 
HTML_WINDOWm_panelESeriesHelp
 

Detailed Description

Class PANEL_ESERIES_DISPLAY_BASE.

Definition at line 32 of file panel_eseries_display_base.h.

Constructor & Destructor Documentation

◆ PANEL_ESERIES_DISPLAY_BASE()

PANEL_ESERIES_DISPLAY_BASE::PANEL_ESERIES_DISPLAY_BASE ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( -1,-1 ),
long  style = 0,
const wxString &  name = wxEmptyString 
)

◆ ~PANEL_ESERIES_DISPLAY_BASE()

PANEL_ESERIES_DISPLAY_BASE::~PANEL_ESERIES_DISPLAY_BASE ( )

Definition at line 96 of file panel_eseries_display_base.cpp.

Member Function Documentation

◆ LoadSettings()

◆ SaveSettings()

◆ ThemeChanged()

virtual void CALCULATOR_PANEL::ThemeChanged ( )
pure virtualinherited

Member Data Documentation

◆ m_GridEseries112

wxGrid* PANEL_ESERIES_DISPLAY_BASE::m_GridEseries112
protected

Definition at line 38 of file panel_eseries_display_base.h.

Referenced by PANEL_ESERIES_DISPLAY_BASE().

◆ m_GridEseries2496

wxGrid* PANEL_ESERIES_DISPLAY_BASE::m_GridEseries2496
protected

Definition at line 37 of file panel_eseries_display_base.h.

Referenced by PANEL_ESERIES_DISPLAY_BASE().

◆ m_panelESeriesHelp

HTML_WINDOW* PANEL_ESERIES_DISPLAY_BASE::m_panelESeriesHelp
protected

Definition at line 39 of file panel_eseries_display_base.h.

Referenced by PANEL_ESERIES_DISPLAY_BASE().


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