39 std::unique_ptr<JOB_EXPORT_SCH_PYTHONBOM> bomJob =
40 std::make_unique<JOB_EXPORT_SCH_PYTHONBOM>(
true );
45 if( !wxFile::Exists( bomJob->m_filename ) )
47 wxFprintf( stderr,
_(
"Schematic file does not exist or is not accessible\n" ) );
int doPerform(KIWAY &aKiway) override
The internal handler that should be overloaded to implement command specific processing and work.
EXPORT_SCH_PYTHONBOM_COMMAND()
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
int ProcessJob(KIWAY::FACE_T aFace, JOB *job)
This file contains miscellaneous commonly used macros and functions.
static wxString FROM_UTF8(const char *cstring)
Convert a UTF8 encoded C string to a wxString for all wxWidgets build modes.
static const int ERR_INVALID_INPUT_FILE