KiCad PCB EDA Suite
|
#include <bitmaps.h>
#include <launch_ext.h>
#include <layer_ids.h>
#include <dialogs/panel_color_settings.h>
#include <pgm_base.h>
#include <settings/color_settings.h>
#include <settings/common_settings.h>
#include <settings/settings_manager.h>
#include <validators.h>
#include <widgets/ui_common.h>
#include <widgets/color_swatch.h>
#include <widgets/wx_panel.h>
#include <wx/msgdlg.h>
#include <wx/menu.h>
#include <wx/textdlg.h>
Go to the source code of this file.
Variables | |
constexpr int | FIRST_BUTTON_ID = 1800 |
|
constexpr |
Definition at line 39 of file panel_color_settings.cpp.
Referenced by PANEL_COLOR_SETTINGS::createSwatch(), and PANEL_COLOR_SETTINGS::OnColorChanged().