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

Public Member Functions

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

Private Member Functions

void formatLabels () override
 

Private Attributes

const wxString m_unit
 

Detailed Description

template<typename T_PARENT>
class LOG_SCALE< T_PARENT >

Definition at line 232 of file sim_plot_tab.cpp.

Constructor & Destructor Documentation

◆ LOG_SCALE()

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

Definition at line 235 of file sim_plot_tab.cpp.

Member Function Documentation

◆ formatLabels()

template<typename T_PARENT >
void LOG_SCALE< T_PARENT >::formatLabels ( )
inlineoverrideprivate

◆ GetUnits()

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

Definition at line 240 of file sim_plot_tab.cpp.

References LOG_SCALE< T_PARENT >::m_unit.

Referenced by SIM_PLOT_TAB::GetUnitsX().

Member Data Documentation

◆ m_unit

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

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