|
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 711 of file mathplot.h.
|
inline |
Definition at line 713 of file mathplot.h.
| wxString mpScaleBase::TICK_LABEL::label |
Definition at line 720 of file mathplot.h.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), and TICK_LABEL().
| double mpScaleBase::TICK_LABEL::pos |
Definition at line 719 of file mathplot.h.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), and TICK_LABEL().
| bool mpScaleBase::TICK_LABEL::visible |
Definition at line 721 of file mathplot.h.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), and TICK_LABEL().