KiCad PCB EDA Suite
Loading...
Searching...
No Matches
gerbview/files.cpp File Reference
#include <wx/debug.h>
#include <wx/filedlg.h>
#include <wx/wfstream.h>
#include <wx/zipstrm.h>
#include <reporter.h>
#include <dialogs/html_message_box.h>
#include <gerbview_frame.h>
#include <gerbview_id.h>
#include <gerber_file_image.h>
#include <gerber_file_image_list.h>
#include <excellon_image.h>
#include <wildcards_and_files_ext.h>
#include <view/view.h>
#include <widgets/wx_progress_reporters.h>
#include "widgets/gerbview_layer_widget.h"
#include <tool/tool_manager.h>

Go to the source code of this file.

Macros

#define MSG_NO_MORE_LAYER   _( "<b>No more available layers</b> in GerbView to load files" )
 
#define MSG_NOT_LOADED   _( "<b>Not loaded:</b> <i>%s</i>" )
 
#define MSG_OOM   _( "<b>Memory was exhausted reading:</b> <i>%s</i>" )
 
#define ZipFileExtension   "zip"
 

Macro Definition Documentation

◆ MSG_NO_MORE_LAYER

#define MSG_NO_MORE_LAYER   _( "<b>No more available layers</b> in GerbView to load files" )

Definition at line 43 of file gerbview/files.cpp.

◆ MSG_NOT_LOADED

#define MSG_NOT_LOADED   _( "<b>Not loaded:</b> <i>%s</i>" )

Definition at line 44 of file gerbview/files.cpp.

◆ MSG_OOM

#define MSG_OOM   _( "<b>Memory was exhausted reading:</b> <i>%s</i>" )

Definition at line 45 of file gerbview/files.cpp.

◆ ZipFileExtension

#define ZipFileExtension   "zip"