KiCad PCB EDA Suite
|
#include <file_history.h>
#include <eda_draw_frame.h>
#include <layer_ids.h>
#include <gerbview.h>
#include <gbr_layout.h>
#include <page_info.h>
#include <gbr_display_options.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | GERBVIEW_FRAME |
Macros | |
#define | NO_AVAILABLE_LAYERS UNDEFINED_LAYER |
#define | GERBVIEW_FRAME_NAME wxT( "GerberFrame" ) |
The main window used in GerbView. | |
#define GERBVIEW_FRAME_NAME wxT( "GerberFrame" ) |
The main window used in GerbView.
Definition at line 60 of file gerbview_frame.h.
Referenced by GERBVIEW_FRAME::GERBVIEW_FRAME(), and PANEL_GERBVIEW_COLOR_SETTINGS::PANEL_GERBVIEW_COLOR_SETTINGS().
#define NO_AVAILABLE_LAYERS UNDEFINED_LAYER |
Definition at line 35 of file gerbview_frame.h.
Referenced by GERBVIEW_FRAME::getNextAvailableLayer(), GERBVIEW_FRAME::LoadListOfGerberAndDrillFiles(), and GERBVIEW_FRAME::unarchiveFiles().