KiCad PCB EDA Suite
|
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 |
Definition at line 134 of file sim_plot_tab.cpp.
|
inline |
Definition at line 137 of file sim_plot_tab.cpp.
|
inlineoverrideprivate |
Definition at line 145 of file sim_plot_tab.cpp.
References countDecimalDigits(), formatFloat(), getSISuffix(), mpScaleBase::TICK_LABEL::label, LIN_SCALE< T_PARENT >::m_base_axis_label, LIN_SCALE< T_PARENT >::m_unit, mpScaleBase::TICK_LABEL::pos, and mpScaleBase::TICK_LABEL::visible.
|
inline |
Definition at line 142 of file sim_plot_tab.cpp.
References LIN_SCALE< T_PARENT >::m_unit.
Referenced by SIM_PLOT_TAB::GetUnitsY1(), SIM_PLOT_TAB::GetUnitsY2(), and SIM_PLOT_TAB::GetUnitsY3().
|
private |
Definition at line 186 of file sim_plot_tab.cpp.
Referenced by LIN_SCALE< T_PARENT >::formatLabels().
|
private |
Definition at line 185 of file sim_plot_tab.cpp.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), and LIN_SCALE< T_PARENT >::GetUnits().