KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
eda_3d_viewer_settings.cpp File Reference
#include <fmt/format.h>
#include <3d_enums.h>
#include <common_ogl/ogl_attr_list.h>
#include <settings/parameters.h>
#include <settings/json_settings_internals.h>
#include <3d_canvas/board_adapter.h>
#include <wx/config.h>
#include "eda_3d_viewer_settings.h"

Go to the source code of this file.

Macros

#define LAYER(n, l)   m_layerToLayerNameMap[l] = n; m_layerNameToLayerMap[n] = l;
 

Variables

const int viewer3dSchemaVersion = 4
 ! Update the schema version whenever a migration is required
 

Macro Definition Documentation

◆ LAYER

#define LAYER (   n,
 
)    m_layerToLayerNameMap[l] = n; m_layerNameToLayerMap[n] = l;

Variable Documentation

◆ viewer3dSchemaVersion

const int viewer3dSchemaVersion = 4

! Update the schema version whenever a migration is required

Definition at line 202 of file eda_3d_viewer_settings.cpp.