KiCad PCB EDA Suite
Loading...
Searching...
No Matches
layer_widget.h File Reference
#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
 

Macro Definition Documentation

◆ COLUMN_ALPHA_INDICATOR

#define COLUMN_ALPHA_INDICATOR   4

Definition at line 55 of file layer_widget.h.

◆ COLUMN_COLOR_LYR_CB

#define COLUMN_COLOR_LYR_CB   2

Definition at line 53 of file layer_widget.h.

◆ COLUMN_COLOR_LYRNAME

#define COLUMN_COLOR_LYRNAME   3

Definition at line 54 of file layer_widget.h.

◆ COLUMN_COLORBM

#define COLUMN_COLORBM   1

Definition at line 52 of file layer_widget.h.

◆ COLUMN_ICON_ACTIVE

#define COLUMN_ICON_ACTIVE   0

Definition at line 51 of file layer_widget.h.

◆ LYR_COLUMN_COUNT

#define LYR_COLUMN_COUNT   5

Layer tab column count.

Definition at line 48 of file layer_widget.h.

◆ RND_COLUMN_COUNT

#define RND_COLUMN_COUNT   2

Rendering tab column count.

Definition at line 49 of file layer_widget.h.