KiCad PCB EDA Suite
Loading...
Searching...
No Matches
text_eval_units::UnitRegistry::UnitInfo Struct Reference

Unit information structure. More...

#include <text_eval_units.h>

Public Attributes

Unit unit
 
std::string_view unitString
 
std::string_view description
 
double conversionToMM
 

Detailed Description

Unit information structure.

Definition at line 79 of file text_eval_units.h.

Member Data Documentation

◆ conversionToMM

double text_eval_units::UnitRegistry::UnitInfo::conversionToMM

Definition at line 83 of file text_eval_units.h.

◆ description

std::string_view text_eval_units::UnitRegistry::UnitInfo::description

Definition at line 82 of file text_eval_units.h.

◆ unit

Unit text_eval_units::UnitRegistry::UnitInfo::unit

Definition at line 80 of file text_eval_units.h.

◆ unitString

std::string_view text_eval_units::UnitRegistry::UnitInfo::unitString

Definition at line 81 of file text_eval_units.h.


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