LibrePCB Developers Documentation
Loading...
Searching...
No Matches
LengthEditContext::Steps Struct Reference

Up/down step values. More...

#include <lengtheditcontext.h>

+ Collaboration diagram for LengthEditContext::Steps:

Static Public Member Functions

static QVector< PositiveLengthgeneric () noexcept
 
static QVector< PositiveLengthtextHeight () noexcept
 
static QVector< PositiveLengthpinLength () noexcept
 
static QVector< PositiveLengthdrillDiameter () noexcept
 

Detailed Description

Up/down step values.

The step with lowest priority (typically the smallest value) must be the first element in the list, the step with highest priority (typically the largest value) the last one.

Example: {0.1mm, 1.0mm} leads to the steps 0.0mm, 0.1mm, .. 0.9mm, 1.0mm, 2.0mm, ...

Member Function Documentation

◆ generic()

static QVector< PositiveLength > generic ( )
inlinestaticnoexcept
+ Here is the caller graph for this function:

◆ textHeight()

static QVector< PositiveLength > textHeight ( )
inlinestaticnoexcept
+ Here is the caller graph for this function:

◆ pinLength()

static QVector< PositiveLength > pinLength ( )
inlinestaticnoexcept
+ Here is the caller graph for this function:

◆ drillDiameter()

static QVector< PositiveLength > drillDiameter ( )
inlinestaticnoexcept
+ Here is the caller graph for this function:

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