KiCad PCB EDA Suite
|
#include "dialog_shim.h"
#include <3d_viewer/eda_3d_viewer_frame.h>
#include <wx/spinctrl.h>
#include <wx/choice.h>
#include <wx/stattext.h>
#include <wx/bmpbuttn.h>
Go to the source code of this file.
Classes | |
class | DIALOG_EXPORT_3D_IMAGE |
Enumerations | |
enum class | SIZE_UNITS { PIXELS , PERCENT , MM , INCHES } |
enum class | RESOLUTION_UNITS { PIXELS_PER_INCH , PIXELS_PER_MM } |
|
strong |
Enumerator | |
---|---|
PIXELS_PER_INCH | |
PIXELS_PER_MM |
Definition at line 41 of file dialog_export_3d_image.h.
|
strong |
Enumerator | |
---|---|
PIXELS | |
PERCENT | |
MM | |
INCHES |
Definition at line 33 of file dialog_export_3d_image.h.