KiCad PCB EDA Suite
|
#include <dialogs/appearance_controls_3D.h>
#include <bitmaps.h>
#include <confirm.h>
#include <pgm_base.h>
#include <dpi_scaling_common.h>
#include <eda_list_dialog.h>
#include <pcb_display_options.h>
#include <eda_3d_viewer_frame.h>
#include <pcbnew_settings.h>
#include <project.h>
#include <settings/settings_manager.h>
#include <settings/color_settings.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <tools/eda_3d_actions.h>
#include <widgets/bitmap_toggle.h>
#include <widgets/color_swatch.h>
#include <widgets/grid_bitmap_toggle.h>
#include <dialogs/eda_view_switcher.h>
#include <wx/bmpbuttn.h>
#include <wx/sizer.h>
#include <wx/textdlg.h>
#include <wx/checkbox.h>
#include <../3d_rendering/opengl/render_3d_opengl.h>
Go to the source code of this file.
Macros | |
#define | RR APPEARANCE_CONTROLS_3D::APPEARANCE_SETTING_3D |
Variables | |
static std::vector< int > | inStackupColors |
Definition at line 49 of file appearance_controls_3D.cpp.
|
static |
Definition at line 88 of file appearance_controls_3D.cpp.
Referenced by APPEARANCE_CONTROLS_3D::UpdateLayerCtls().