KiCad PCB EDA Suite
Loading...
Searching...
No Matches
color_settings.cpp File Reference
#include <layer_ids.h>
#include <settings/color_settings.h>
#include <settings/json_settings_internals.h>
#include <settings/parameters.h>
#include <settings/settings_manager.h>
#include <wx/log.h>
#include <wx/translation.h>
#include "builtin_color_themes.h"

Go to the source code of this file.

Macros

#define CLR(x, y)
 

Variables

const int colorsSchemaVersion = 5
 ! Update the schema version whenever a migration is required
 

Macro Definition Documentation

◆ CLR

#define CLR (   x,
 
)
Value:
wxASSERT( s_defaultTheme.count( y ) ); \
m_params.emplace_back( new COLOR_MAP_PARAM( x, y, s_defaultTheme.at( y ), &m_colors ) );
static const std::map< int, COLOR4D > s_defaultTheme

Variable Documentation

◆ colorsSchemaVersion

const int colorsSchemaVersion = 5

! Update the schema version whenever a migration is required

Definition at line 33 of file color_settings.cpp.