| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wx/intl.h>#include <wx/statbmp.h>#include <wx/string.h>#include <wx/aui/auibook.h>#include <wx/notebook.h>#include <wx/sizer.h>#include <wx/gdicmn.h>#include <wx/scrolwin.h>#include <wx/font.h>#include <wx/colour.h>#include <wx/settings.h>#include <wx/panel.h>#include <wx/bitmap.h>#include <wx/image.h>#include <wx/icon.h>#include <layer_ids.h>#include <gal/color4d.h>#include <widgets/color_swatch.h>#include <widgets/indicator_icon.h>Go to the source code of this file.
Classes | |
| class | LAYER_WIDGET | 
| Manage a list of layers with the notion of a "current" layer, and layer specific visibility control.  More... | |
| struct | LAYER_WIDGET::ROW | 
| Provide all the data needed to add a row to a LAYER_WIDGET.  More... | |
Macros | |
| #define | LYR_COLUMN_COUNT 5 | 
| Layer tab column count.   | |
| #define | RND_COLUMN_COUNT 2 | 
| Rendering tab column count.   | |
| #define | COLUMN_ICON_ACTIVE 0 | 
| #define | COLUMN_COLORBM 1 | 
| #define | COLUMN_COLOR_LYR_CB 2 | 
| #define | COLUMN_COLOR_LYRNAME 3 | 
| #define | COLUMN_ALPHA_INDICATOR 4 | 
| #define COLUMN_ALPHA_INDICATOR 4 | 
Definition at line 55 of file layer_widget.h.
Referenced by LAYER_WIDGET::insertLayerRow().
| #define COLUMN_COLOR_LYR_CB 2 | 
Definition at line 53 of file layer_widget.h.
Referenced by LAYER_WIDGET::insertLayerRow(), LAYER_WIDGET::IsLayerVisible(), GERBER_LAYER_WIDGET::onPopupSelection(), and LAYER_WIDGET::setLayerCheckbox().
| #define COLUMN_COLOR_LYRNAME 3 | 
Definition at line 54 of file layer_widget.h.
Referenced by LAYER_WIDGET::insertLayerRow(), and LAYER_WIDGET::updateLayerRow().
| #define COLUMN_COLORBM 1 | 
Definition at line 52 of file layer_widget.h.
Referenced by LAYER_WIDGET::insertLayerRow().
| #define COLUMN_ICON_ACTIVE 0 | 
Definition at line 51 of file layer_widget.h.
Referenced by LAYER_WIDGET::insertLayerRow(), and LAYER_WIDGET::UpdateLayerIcons().
| #define LYR_COLUMN_COUNT 5 | 
Layer tab column count.
Definition at line 48 of file layer_widget.h.
Referenced by LAYER_WIDGET::encodeId(), LAYER_WIDGET::GetBestSize(), LAYER_WIDGET::getDecodedId(), LAYER_WIDGET::getLayerComp(), LAYER_WIDGET::GetLayerRowCount(), LAYER_WIDGET::insertLayerRow(), and LAYER_WIDGET::LAYER_WIDGET().
| #define RND_COLUMN_COUNT 2 | 
Rendering tab column count.
Definition at line 49 of file layer_widget.h.
Referenced by LAYER_WIDGET::GetBestSize(), LAYER_WIDGET::getRenderComp(), LAYER_WIDGET::GetRenderRowCount(), LAYER_WIDGET::insertRenderRow(), and LAYER_WIDGET::LAYER_WIDGET().