MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setThousandsSeparator

Function setThousandsSeparator

source/MRViewer/MRUnitSettings.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void setThousandsSeparator( char ch )
70{
71 forAllUnits( [&]<typename E>()
72 {
73 auto params = getDefaultUnitParams<E>();
74 params.thousandsSeparator = ch;
75 setDefaultUnitParams( params );
76 } );
77}
78
79std::optional<LengthUnit> getUiLengthUnit()
80{

Callers 3

loadSettingsMethod · 0.85
resetToDefaultsFunction · 0.85

Calls 2

forAllUnitsFunction · 0.85
setDefaultUnitParamsFunction · 0.85

Tested by

no test coverage detected