KiCad PCB EDA Suite
|
#include <mathplot.h>
Public Member Functions | |
TICK_LABEL (double pos_=0.0, const wxString &label_=wxT("")) | |
Public Attributes | |
double | pos |
wxString | label |
bool | visible |
Definition at line 709 of file mathplot.h.
|
inline |
Definition at line 711 of file mathplot.h.
wxString mpScaleBase::TICK_LABEL::label |
Definition at line 718 of file mathplot.h.
Referenced by LIN_SCALE< T_PARENT >::formatLabels().
double mpScaleBase::TICK_LABEL::pos |
Definition at line 717 of file mathplot.h.
Referenced by LIN_SCALE< T_PARENT >::formatLabels().
bool mpScaleBase::TICK_LABEL::visible |
Definition at line 719 of file mathplot.h.
Referenced by LIN_SCALE< T_PARENT >::formatLabels().