KiCad PCB EDA Suite
|
#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 | |
#define LAYER | ( | n, | |
l ) |
Referenced by DSN::SPECCTRA_DB::doSTRUCTURE(), DSN::SPECCTRA_DB::doSTRUCTURE_OUT(), and DSN::SPECCTRA_DB::FromBOARD().
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().