KiCad PCB EDA Suite
|
#include <build_version.h>
#include <env_vars.h>
#include <settings/environment.h>
#include <core/kicad_algo.h>
#include <map>
#include <wx/regex.h>
#include <wx/translation.h>
#include <wx/utils.h>
Go to the source code of this file.
Macros | |
#define | DEP(var) wxString::Format( _( "Deprecated version of %s." ), var ) |
Functions | |
const wxRegEx | versionedEnvVarRegex (wxS("KICAD[0-9]+_[A-Z0-9_]+(_DIR)?")) |
static void | initialiseEnvVarHelp (std::map< wxString, wxString > &aMap) |
Variables | |
static const std::vector< wxString > | predefinedEnvVars |
List of pre-defined environment variables. | |
#define DEP | ( | var | ) | wxString::Format( _( "Deprecated version of %s." ), var ) |
|
static |
Definition at line 112 of file env_vars.cpp.
References _, DEP, and ENV_VAR::GetVersionedEnvVarName().
Referenced by ENV_VAR::LookUpEnvVarHelp().
Referenced by ENV_VAR::IsEnvVarImmutable(), and COMMON_SETTINGS::MigrateFromLegacy().
|
static |
List of pre-defined environment variables.
Definition at line 37 of file env_vars.cpp.
Referenced by ENV_VAR::GetPredefinedEnvVars(), and ENV_VAR::IsEnvVarImmutable().