KiCad PCB EDA Suite
|
#include <gerbview.h>
#include <gerbview_frame.h>
#include <gerbview_id.h>
#include <gerber_file_image.h>
#include <gerber_file_image_list.h>
#include <gal/graphics_abstraction_layer.h>
#include <tool/tool_manager.h>
#include <tool/selection.h>
#include <tools/gerbview_selection_tool.h>
#include <gerbview_painter.h>
#include <view/view.h>
#include "widgets/gerbview_layer_widget.h"
#include "widgets/dcode_selection_box.h"
Go to the source code of this file.
Variables | |
ID_GERBVIEW_ZIP_FILEMAX | |
EVT_MENU_RANGE | ( | ID_GERBVIEW_DRILL_FILE1 | , |
ID_GERBVIEW_DRILL_FILEMAX | , | ||
GERBVIEW_FRAME::OnDrlFileHistory | |||
) |
GERBVIEW_FRAME::OnZipFileHistory EVT_MENU_RANGE | ( | ID_GERBVIEW_JOB_FILE1 | , |
ID_GERBVIEW_JOB_FILEMAX | , | ||
GERBVIEW_FRAME::OnJobFileHistory | |||
) |
GERBVIEW_FRAME::OnZipFileHistory GERBVIEW_FRAME::OnSelectHighlightChoice EVT_UPDATE_UI | ( | ID_TOOLBARH_GERBVIEW_SELECT_ACTIVE_LAYER | , |
GERBVIEW_FRAME::OnUpdateLayerSelectBox | |||
) |
Definition at line 78 of file events_called_functions.cpp.
References KIGFX::COLOR, ID_GBR_AUX_TOOLBAR_PCB_APERATTRIBUTES_CHOICE, ID_GBR_AUX_TOOLBAR_PCB_CMP_CHOICE, and ID_GBR_AUX_TOOLBAR_PCB_NET_CHOICE.
ID_GERBVIEW_ZIP_FILEMAX |
Definition at line 54 of file events_called_functions.cpp.