| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wx/string.h>Go to the source code of this file.
Functions | |
| void | pcbnewGetUnloadableScriptNames (wxString &aNames) | 
| Collect the list of python scripts which could not be loaded.   | |
| void | pcbnewGetScriptsSearchPaths (wxString &aNames) | 
| Collect the list of paths where python scripts are searched.   | |
| void | pcbnewGetWizardsBackTrace (wxString &aNames) | 
| Return the backtrace of errors (if any) when wizard python scripts are loaded.   | |
| void pcbnewGetScriptsSearchPaths | ( | wxString & | aNames | ) | 
Collect the list of paths where python scripts are searched.
| aNames | is a wxString which will contain the paths (separated by ' ')  | 
Definition at line 130 of file pcbnew_scripting.cpp.
References pcbnewRunPythonMethodWithReturnedString().
Referenced by DIALOG_FOOTPRINT_WIZARD_LIST::initLists().
| void pcbnewGetUnloadableScriptNames | ( | wxString & | aNames | ) | 
Collect the list of python scripts which could not be loaded.
| aNames | is a wxString which will contain the filenames (separated by ' ')  | 
Definition at line 124 of file pcbnew_scripting.cpp.
References pcbnewRunPythonMethodWithReturnedString().
Referenced by DIALOG_FOOTPRINT_WIZARD_LIST::initLists().
| void pcbnewGetWizardsBackTrace | ( | wxString & | aNames | ) | 
Return the backtrace of errors (if any) when wizard python scripts are loaded.
| aNames | is a wxString which will contain the trace | 
Definition at line 136 of file pcbnew_scripting.cpp.
References pcbnewRunPythonMethodWithReturnedString(), and wxStringSplit().
Referenced by PANEL_PCBNEW_ACTION_PLUGINS::OnShowErrorsButtonClick(), DIALOG_FOOTPRINT_WIZARD_LIST::onShowTrace(), and PANEL_PCBNEW_ACTION_PLUGINS::TransferDataToWindow().