|
KiCad PCB EDA Suite
|
#include "zone_preview_notebook.h"#include <wx/debug.h>#include <wx/imaglist.h>#include <wx/panel.h>#include <wx/gdicmn.h>#include <wx/string.h>#include <wx/sizer.h>#include <wx/dcbuffer.h>#include <board.h>#include <zone.h>#include <gal/color4d.h>#include <widgets/color_swatch.h>#include <settings/color_settings.h>#include <zone_manager/zone_preview_canvas.h>#include <pcb_edit_frame.h>Go to the source code of this file.
Classes | |
| class | ZONE_PREVIEW_NOTEBOOK_PAGE |
Enumerations | |
| enum | LAYER_ICON_SIZE { WIDTH = 16 , HEIGHT = 16 } |
| enum LAYER_ICON_SIZE |
| Enumerator | |
|---|---|
| WIDTH | |
| HEIGHT | |
Definition at line 42 of file zone_preview_notebook.cpp.