KiCad PCB EDA Suite
Loading...
Searching...
No Matches
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.

Classes

class  COLOR4D
 A color representation with 4 components: red, green, blue, alpha. More...
 

Macros

#define LAYER(n, l)
 

Variables

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

Macro Definition Documentation

◆ LAYER

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

Referenced by DSN::SPECCTRA_DB::doSTRUCTURE(), DSN::SPECCTRA_DB::doSTRUCTURE_OUT(), and DSN::SPECCTRA_DB::FromBOARD().

Variable Documentation

◆ viewer3dSchemaVersion

const int viewer3dSchemaVersion = 4

! Update the schema version whenever a migration is required

Definition at line 205 of file eda_3d_viewer_settings.cpp.

Referenced by EDA_3D_VIEWER_SETTINGS::EDA_3D_VIEWER_SETTINGS().