KiCad PCB EDA Suite
Loading...
Searching...
No Matches
locale_io.cpp File Reference
#include <locale_io.h>
#include <wx/intl.h>
#include <clocale>
#include <mutex>

Go to the source code of this file.

Macros

#define USE_WXLOCALE   0
 

Variables

static std::mutex locale_mutex
 
static unsigned int locale_count = 0
 
static wxLocale * locale_wxLocale = nullptr
 
static std::string locale_user_locale
 

Macro Definition Documentation

◆ USE_WXLOCALE

#define USE_WXLOCALE   0

Definition at line 56 of file locale_io.cpp.

Variable Documentation

◆ locale_count

unsigned int locale_count = 0
static

Definition at line 82 of file locale_io.cpp.

Referenced by LOCALE_IO::LOCALE_IO(), and LOCALE_IO::~LOCALE_IO().

◆ locale_mutex

std::mutex locale_mutex
static

Definition at line 81 of file locale_io.cpp.

Referenced by LOCALE_IO::LOCALE_IO(), and LOCALE_IO::~LOCALE_IO().

◆ locale_user_locale

std::string locale_user_locale
static

Definition at line 84 of file locale_io.cpp.

Referenced by LOCALE_IO::LOCALE_IO(), and LOCALE_IO::~LOCALE_IO().

◆ locale_wxLocale

wxLocale* locale_wxLocale = nullptr
static

Definition at line 83 of file locale_io.cpp.

Referenced by LOCALE_IO::LOCALE_IO(), and LOCALE_IO::~LOCALE_IO().