KiCad PCB EDA Suite
Loading...
Searching...
No Matches
mpScaleBase::TICK_LABEL Struct Reference

#include <mathplot.h>

Public Member Functions

 TICK_LABEL (double pos_=0.0, const wxString &label_=wxT(""))
 

Public Attributes

double pos
 
wxString label
 
bool visible
 

Detailed Description

Definition at line 707 of file mathplot.h.

Constructor & Destructor Documentation

◆ TICK_LABEL()

mpScaleBase::TICK_LABEL::TICK_LABEL ( double  pos_ = 0.0,
const wxString &  label_ = wxT( "" ) 
)
inline

Definition at line 709 of file mathplot.h.

Member Data Documentation

◆ label

wxString mpScaleBase::TICK_LABEL::label

Definition at line 716 of file mathplot.h.

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

◆ pos

double mpScaleBase::TICK_LABEL::pos

Definition at line 715 of file mathplot.h.

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

◆ visible

bool mpScaleBase::TICK_LABEL::visible

Definition at line 717 of file mathplot.h.

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


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