KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
env_vars.cpp File Reference
#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.
 

Macro Definition Documentation

◆ DEP

#define DEP (   var)    wxString::Format( _( "Deprecated version of %s." ), var )

Function Documentation

◆ initialiseEnvVarHelp()

static void initialiseEnvVarHelp ( std::map< wxString, wxString > &  aMap)
static

Definition at line 112 of file env_vars.cpp.

References _, DEP, and ENV_VAR::GetVersionedEnvVarName().

Referenced by ENV_VAR::LookUpEnvVarHelp().

◆ versionedEnvVarRegex()

const wxRegEx versionedEnvVarRegex ( wxS("KICAD[0-9]+_[A-Z0-9_]+(_DIR)?")  )

Variable Documentation

◆ predefinedEnvVars

const std::vector<wxString> predefinedEnvVars
static
Initial value:
= {
wxS( "KIPRJMOD" ),
ENV_VAR::GetVersionedEnvVarName( wxS( "SYMBOL_DIR" ) ),
ENV_VAR::GetVersionedEnvVarName( wxS( "3DMODEL_DIR" ) ),
ENV_VAR::GetVersionedEnvVarName( wxS( "FOOTPRINT_DIR" ) ),
ENV_VAR::GetVersionedEnvVarName( wxS( "TEMPLATE_DIR" ) ),
wxS( "KICAD_USER_TEMPLATE_DIR" ),
wxS( "KICAD_PTEMPLATES" ),
ENV_VAR::GetVersionedEnvVarName( wxS( "3RD_PARTY" ) ),
}
KICOMMON_API wxString GetVersionedEnvVarName(const wxString &aBaseName)
Construct a versioned environment variable based on this KiCad major version.
Definition: env_vars.cpp:83

List of pre-defined environment variables.

Todo:
Instead of defining these values here, extract them from elsewhere in the program (where they are originally defined).

Definition at line 37 of file env_vars.cpp.

Referenced by ENV_VAR::GetPredefinedEnvVars(), and ENV_VAR::IsEnvVarImmutable().