![]() |
KiCad PCB EDA Suite
|
#include <nlohmann/json.hpp>
#include <wx/filename.h>
#include <wildcards_and_files_ext.h>
#include <gerbview.h>
#include <richio.h>
#include <locale_io.h>
#include <macros.h>
#include <gerber_file_image.h>
#include <gerber_file_image_list.h>
#include <gerbview_frame.h>
#include <reporter.h>
#include <gbr_metadata.h>
#include <dialogs/html_messagebox.h>
#include <view/view.h>
Go to the source code of this file.
Classes | |
class | GERBER_JOBFILE_READER |
this class read and parse a Gerber job file to extract useful info for GerbView More... | |
Typedefs | |
using | json = nlohmann::json |
using json = nlohmann::json |
Definition at line 45 of file job_file_reader.cpp.