KiCad PCB EDA Suite
Loading...
Searching...
No Matches
exporter_step.cpp File Reference
#include "exporter_step.h"
#include <advanced_config.h>
#include <board.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <pcb_track.h>
#include <pcb_shape.h>
#include <pad.h>
#include <zone.h>
#include <fp_lib_table.h>
#include "step_pcb_model.h"
#include <pgm_base.h>
#include <base_units.h>
#include <filename_resolver.h>
#include <trace_helpers.h>
#include <project_pcb.h>
#include <wildcards_and_files_ext.h>
#include <Message.hxx>
#include <Message_PrinterOStream.hxx>
#include <Standard_Failure.hxx>
#include <Standard_Version.hxx>
#include <wx/crt.h>
#include <wx/log.h>
#include <core/profile.h>
#include <Message_Messenger.hxx>

Go to the source code of this file.

Classes

class  KiCadPrinter
 

Macros

#define OCC_VERSION_MIN   0x070500
 

Functions

void ReportMessage (const wxString &aMessage)
 

Macro Definition Documentation

◆ OCC_VERSION_MIN

#define OCC_VERSION_MIN   0x070500

Definition at line 55 of file exporter_step.cpp.

Function Documentation

◆ ReportMessage()