KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LIN_SCALE< T_PARENT > Class Template Reference
Inheritance diagram for LIN_SCALE< T_PARENT >:

Public Member Functions

 LIN_SCALE (const wxString &name, const wxString &unit, int flags)
 
wxString GetUnits () const
 

Private Member Functions

void formatLabels () override
 

Private Attributes

const wxString m_unit
 
wxString m_base_axis_label
 

Detailed Description

template<typename T_PARENT>
class LIN_SCALE< T_PARENT >

Definition at line 134 of file sim_plot_tab.cpp.

Constructor & Destructor Documentation

◆ LIN_SCALE()

template<typename T_PARENT >
LIN_SCALE< T_PARENT >::LIN_SCALE ( const wxString &  name,
const wxString &  unit,
int  flags 
)
inline

Definition at line 137 of file sim_plot_tab.cpp.

Member Function Documentation

◆ formatLabels()

◆ GetUnits()

template<typename T_PARENT >
wxString LIN_SCALE< T_PARENT >::GetUnits ( ) const
inline

Member Data Documentation

◆ m_base_axis_label

template<typename T_PARENT >
wxString LIN_SCALE< T_PARENT >::m_base_axis_label
private

Definition at line 186 of file sim_plot_tab.cpp.

Referenced by LIN_SCALE< T_PARENT >::formatLabels().

◆ m_unit

template<typename T_PARENT >
const wxString LIN_SCALE< T_PARENT >::m_unit
private

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