| 
    KiCad PCB EDA Suite
    
   | 
 
#include "pcb_scripting_tool.h"#include <Python.h>#include <wx/string.h>#include <wx/filename.h>#include <wx/msgdlg.h>#include <pybind11/eval.h>#include <action_plugin.h>#include <kiface_ids.h>#include <kiway.h>#include <macros.h>#include <pgm_base.h>#include <python_scripting.h>#include <string_utils.h>#include <tools/pcb_actions.h>#include <launch_ext.h>Go to the source code of this file.
Typedefs | |
| using | initfunc = PyObject* (*)(void) | 
| using initfunc = PyObject* (*)(void) | 
Definition at line 48 of file pcb_scripting_tool.cpp.