|
KiCad PCB EDA Suite
|
#include "widgets/layer_presentation.h"#include <wx/bitmap.h>#include <wx/dcmemory.h>#include <gal/color4d.h>Go to the source code of this file.
Variables | |
| static constexpr unsigned | BM_LAYERICON_SIZE = 24 |
| static const char | s_BitmapLayerIcon [BM_LAYERICON_SIZE][BM_LAYERICON_SIZE] |
| static COLOR4D | ICON_WHITE { 0.86, 0.86, 0.86, 1.0 } |
| static COLOR4D | ICON_BLACK { 0.28, 0.28, 0.28, 1.0 } |
|
staticconstexpr |
Definition at line 73 of file layer_presentation.cpp.
Referenced by LAYER_PRESENTATION::CreateLayerPairIcon().
|
static |
Definition at line 106 of file layer_presentation.cpp.
Referenced by LAYER_PRESENTATION::CreateLayerPairIcon().
|
static |
Definition at line 105 of file layer_presentation.cpp.
Referenced by LAYER_PRESENTATION::CreateLayerPairIcon().
|
static |
Definition at line 74 of file layer_presentation.cpp.
Referenced by LAYER_PRESENTATION::CreateLayerPairIcon().