#include <algorithm>
#include <limits>
#include <nlohmann/json.hpp>
#include <project/net_settings.h>
#include <settings/parameters.h>
#include <settings/settings_manager.h>
#include <string_utils.h>
#include <base_units.h>
Go to the source code of this file.
|
static std::optional< int > | getInPcbUnits (const nlohmann::json &aObj, const std::string &aKey, std::optional< int > aDefault=std::optional< int >()) |
|
static std::optional< int > | getInSchUnits (const nlohmann::json &aObj, const std::string &aKey, std::optional< int > aDefault=std::optional< int >()) |
|
static bool | isSuperSubOverbar (wxChar c) |
|
◆ getInPcbUnits()
static std::optional< int > getInPcbUnits |
( |
const nlohmann::json & |
aObj, |
|
|
const std::string & |
aKey, |
|
|
std::optional< int > |
aDefault = std::optional<int>() |
|
) |
| |
|
static |
◆ getInSchUnits()
static std::optional< int > getInSchUnits |
( |
const nlohmann::json & |
aObj, |
|
|
const std::string & |
aKey, |
|
|
std::optional< int > |
aDefault = std::optional<int>() |
|
) |
| |
|
static |
◆ isSuperSubOverbar()
static bool isSuperSubOverbar |
( |
wxChar |
c | ) |
|
|
static |
◆ netSettingsSchemaVersion
const int netSettingsSchemaVersion = 4 |