#include <macros.h>
#include <pcb_edit_frame.h>
#include <board.h>
#include <board_design_settings.h>
#include <dialogs/dialog_color_picker.h>
#include <widgets/paged_dialog.h>
#include <widgets/layer_presentation.h>
#include <widgets/wx_panel.h>
#include <wx/bmpcbox.h>
#include <wx/log.h>
#include <wx/rawbmp.h>
#include <wx/clipbrd.h>
#include <wx/wupdlock.h>
#include <wx/richmsgdlg.h>
#include <math/util.h>
#include "panel_board_stackup.h"
#include "panel_board_finish.h"
#include <panel_setup_layers.h>
#include "board_stackup_reporter.h"
#include <bitmaps.h>
#include "dialog_dielectric_list_manager.h"
#include <wx/textdlg.h>
#include <locale_io.h>
#include <eda_list_dialog.h>
#include <richio.h>
#include <string_utils.h>
Go to the source code of this file.
◆ ID_INCREMENT
◆ WIDGETS_IDS
Enumerator |
---|
ID_ITEM_MATERIAL | |
ID_ITEM_THICKNESS | |
ID_ITEM_THICKNESS_LOCKED | |
ID_ITEM_COLOR | |
Definition at line 60 of file panel_board_stackup.cpp.
◆ copperColor()
static wxColor copperColor |
( |
220 |
, |
|
|
180 |
, |
|
|
30 |
|
|
) |
| |
|
static |
◆ dielectricColor()
static wxColor dielectricColor |
( |
75 |
, |
|
|
120 |
, |
|
|
75 |
|
|
) |
| |
|
static |
◆ drawBitmap()
void drawBitmap |
( |
wxBitmap & |
aBitmap, |
|
|
wxColor |
aColor |
|
) |
| |
|
static |
◆ pasteColor()
static wxColor pasteColor |
( |
200 |
, |
|
|
200 |
, |
|
|
200 |
|
|
) |
| |
|
static |