KiCad PCB EDA Suite
|
#include "bitmap2cmp_gui.h"
#include "bitmap2component.h"
#include <bitmap2cmp_settings.h>
#include <bitmap_io.h>
#include <bitmaps.h>
#include <kiface_base.h>
#include <math/util.h>
#include <kiway.h>
#include <potracelib.h>
#include <wildcards_and_files_ext.h>
#include <wx/clipbrd.h>
#include <wx/rawbmp.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <wx/dcclient.h>
#include <wx/log.h>
#include "bitmap2cmp_gui_base.h"
Go to the source code of this file.
Macros | |
#define | DEFAULT_DPI 300 |
#define DEFAULT_DPI 300 |
Definition at line 47 of file bitmap2cmp_gui.cpp.