KiCad PCB EDA Suite
|
Description of a "tick format" for a scale factor - how many ticks there are between medium/major ticks and how each scale relates to the last one. More...
Public Attributes | |
double | divisionBase |
multiple from the last scale | |
int | majorStep |
ticks between major ticks | |
int | midStep |
ticks between medium ticks (0 if no medium ticks) | |
Description of a "tick format" for a scale factor - how many ticks there are between medium/major ticks and how each scale relates to the last one.
Definition at line 70 of file ruler_item.cpp.
double TICK_FORMAT::divisionBase |
multiple from the last scale
Definition at line 72 of file ruler_item.cpp.
Referenced by getTickFormatForScale().
int TICK_FORMAT::majorStep |
ticks between major ticks
Definition at line 73 of file ruler_item.cpp.
Referenced by drawTicksAlongLine().
int TICK_FORMAT::midStep |
ticks between medium ticks (0 if no medium ticks)
Definition at line 74 of file ruler_item.cpp.
Referenced by drawTicksAlongLine().